#ED78E2

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

Shades of Violet #ED78E2

Tints of Violet #ED78E2

Color information

#ED78E2 (or 0xED78E2) is unknown color: approx Violet. HEX triplet: ED, 78 and E2. RGB value is (237,120,226). Sum of RGB (Red+Green+Blue) = 237+120+226=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 120 (47.27% from 255 or 20.58% from 583); Blue value is 226 (88.67% from 255 or 38.77% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED78E2 is #12871D. Grayscale: #A6A6A6. Windows color (decimal): -1214238 or 14842093. OLE color: 14842093.

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

Color convert

RGB237120226-
CMYK00.490.050.07
HSL305.64º76.47%70%-
HSV(B)305.64º49.37%92.94%-
XYZ55.3736.9376.16-
YUV167.07161.26177.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.65%
GREEN value IS 120 (47.27% from 255) = 20.58%
BLUE value IS 226 (88.67% from 255) = 38.77%
R=40.65%
G=20.58%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712022600.490.050.07305.6476.4770
HexED78E2031571324c46
Octal35517034206157462114106
Binary11101101111100011100010011000110111110011001010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED78E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED78E2; }

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

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

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

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

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

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

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

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