#ED77E7

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

Shades of Violet #ED77E7

Tints of Violet #ED77E7

Color information

#ED77E7 (or 0xED77E7) is unknown color: approx Violet. HEX triplet: ED, 77 and E7. RGB value is (237,119,231). Sum of RGB (Red+Green+Blue) = 237+119+231=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 119 (46.88% from 255 or 20.27% from 587); Blue value is 231 (90.62% from 255 or 39.35% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED77E7 is #128818. Grayscale: #A6A6A6. Windows color (decimal): -1214489 or 15169517. OLE color: 15169517.

HSL color Cylindrical-coordinate representation of color #ED77E7: hue angle of 303.05º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED77E7 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB237119231-
CMYK00.500.030.07
HSL303.05º76.62%69.8%-
HSV(B)303.05º49.79%92.94%-
XYZ55.9536.9779.79-
YUV167.05164.09177.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 119 (46.88% from 255) = 20.27%
BLUE value IS 231 (90.62% from 255) = 39.35%
R=40.37%
G=20.27%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711923100.500.030.07303.0576.6269.8
HexED77E70323712f4d46
Octal35516734706237457115106
Binary1110110111101111110011101100101111110010111110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED77E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED77E7; }

 p { color: rgb(237,119,231); }

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

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

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

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

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

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

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