#ED78E4

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

Shades of Violet #ED78E4

Tints of Violet #ED78E4

Color information

#ED78E4 (or 0xED78E4) is unknown color: approx Violet. HEX triplet: ED, 78 and E4. RGB value is (237,120,228). Sum of RGB (Red+Green+Blue) = 237+120+228=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 120 (47.27% from 255 or 20.51% from 585); Blue value is 228 (89.45% from 255 or 38.97% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED78E4 is #12871B. Grayscale: #A6A6A6. Windows color (decimal): -1214236 or 14973165. OLE color: 14973165.

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

Color convert

RGB237120228-
CMYK00.490.040.07
HSL304.62º76.47%70%-
HSV(B)304.62º49.37%92.94%-
XYZ55.6537.0477.62-
YUV167.3162.26177.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 120 (47.27% from 255) = 20.51%
BLUE value IS 228 (89.45% from 255) = 38.97%
R=40.51%
G=20.51%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712022800.490.040.07304.6276.4770
HexED78E4031471314c46
Octal35517034406147461114106
Binary11101101111100011100100011000110011110011000110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED78E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED78E4; }

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

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

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

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

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

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

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

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