#ED78EA

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

Shades of Violet #ED78EA

Tints of Violet #ED78EA

Color information

#ED78EA (or 0xED78EA) is unknown color: approx Violet. HEX triplet: ED, 78 and EA. RGB value is (237,120,234). Sum of RGB (Red+Green+Blue) = 237+120+234=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 120 (47.27% from 255 or 20.30% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED78EA is #128715. Grayscale: #A7A7A7. Windows color (decimal): -1214230 or 15366381. OLE color: 15366381.

HSL color Cylindrical-coordinate representation of color #ED78EA: hue angle of 301.54º 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 #ED78EA is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB237120234-
CMYK00.490.010.07
HSL301.54º76.47%70%-
HSV(B)301.54º49.37%92.94%-
XYZ56.4937.3882.08-
YUV167.98165.26177.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 120 (47.27% from 255) = 20.30%
BLUE value IS 234 (91.80% from 255) = 39.59%
R=40.10%
G=20.30%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712023400.490.010.07301.5476.4770
HexED78EA0311712e4c46
Octal35517035206117456114106
Binary111011011111000111010100110001111110010111010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED78EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED78EA; }

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

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

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

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

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

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

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

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