#ED6EE4

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

Shades of Violet #ED6EE4

Tints of Violet #ED6EE4

Color information

#ED6EE4 (or 0xED6EE4) is unknown color: approx Violet. HEX triplet: ED, 6E and E4. RGB value is (237,110,228). Sum of RGB (Red+Green+Blue) = 237+110+228=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 110 (43.36% from 255 or 19.13% from 575); Blue value is 228 (89.45% from 255 or 39.65% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6EE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6EE4 is #12911B. Grayscale: #A1A1A1. Windows color (decimal): -1216796 or 14970605. OLE color: 14970605.

HSL color Cylindrical-coordinate representation of color #ED6EE4: hue angle of 304.25º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6EE4 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB237110228-
CMYK00.540.040.07
HSL304.25º77.91%68.04%-
HSV(B)304.25º53.59%92.94%-
XYZ54.534.7677.24-
YUV161.42165.58181.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.22%
GREEN value IS 110 (43.36% from 255) = 19.13%
BLUE value IS 228 (89.45% from 255) = 39.65%
R=41.22%
G=19.13%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711022800.540.040.07304.2577.9168.04
HexED6EE4036471304e44
Octal35515634406647460116104
Binary11101101110111011100100011011010011110011000010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6EE4; }

 p { color: rgb(237,110,228); }

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

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

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

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

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

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

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