#ea77ea

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

Shades of Violet #EA77EA

Tints of Violet #EA77EA

Color information

#EA77EA (or 0xEA77EA) is unknown color: approx Violet. HEX triplet: EA, 77 and EA. RGB value is (234,119,234). Sum of RGB (Red+Green+Blue) = 234+119+234=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 119 (46.88% from 255 or 20.27% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA77EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA77EA is #158815. Grayscale: #A6A6A6. Windows color (decimal): -1411094 or 15366122. OLE color: 15366122.

HSL color Cylindrical-coordinate representation of color #EA77EA: hue angle of 300º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA77EA is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234119234-
CMYK00.4900.08
HSL300º73.25%69.22%-
HSV(B)300º49.15%91.76%-
XYZ55.3836.6381.99-
YUV166.5166.1176.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.86%
GREEN value IS 119 (46.88% from 255) = 20.27%
BLUE value IS 234 (91.80% from 255) = 39.86%
R=39.86%
G=20.27%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411923400.4900.0830073.2569.22
HexEA77EA0310812c4945
Octal352167352061010454111105
Binary1110101011101111110101001100010100010010110010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea77ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea77ea; }

 p { color: rgb(234,119,234); }

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

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

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

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

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

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

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