#ed93ed

Color #ED93ED Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #ED93ED

Tints of Violet #ED93ED

Color information

#ED93ED (or 0xED93ED) is unknown color: approx Violet. HEX triplet: ED, 93 and ED. RGB value is (237,147,237). Sum of RGB (Red+Green+Blue) = 237+147+237=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 147 (57.81% from 255 or 23.67% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED93ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED93ED is #126C12. Grayscale: #B7B7B7. Windows color (decimal): -1207315 or 15569901. OLE color: 15569901.

HSL color Cylindrical-coordinate representation of color #ED93ED: hue angle of 300º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED93ED is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237147237-
CMYK00.3800.07
HSL300º71.43%75.29%-
HSV(B)300º37.97%92.94%-
XYZ60.6444.9985.61-
YUV184.17157.82165.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 38.16%
GREEN value IS 147 (57.81% from 255) = 23.67%
BLUE value IS 237 (92.97% from 255) = 38.16%
R=38.16%
G=23.67%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714723700.3800.0730071.4375.29
HexED93ED0260712c474b
Octal35522335504607454107113
Binary1110110110010011111011010100110011110010110010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed93ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed93ed; }

 p { color: rgb(237,147,237); }

 H1.HeaderClassName
 {
   color: #ed93ed;
 }
 .AnyTagClassName
 {
   color: #ed93ed;
 }
</style>
background-color css

<style>
 a { background-color: #ed93ed; }

 a { background-color: rgb(237,147,237); }

 div.DivClassName
 {
   background-color: #ed93ed;
 }
 .BgClassName
 {
   background-color: #ed93ed;
 }
</style>
border-color css

<style>
 span { border-color: #ed93ed; }

 span { border-color: rgb(237,147,237); }

 td.TdClassName
 {
   border-color: #ed93ed;
 }
 .TagClassName
 {
   border-color: #ed93ed;
 }
</style>