#EA77E6

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

Shades of Violet #EA77E6

Tints of Violet #EA77E6

Color information

#EA77E6 (or 0xEA77E6) is unknown color: approx Violet. HEX triplet: EA, 77 and E6. RGB value is (234,119,230). Sum of RGB (Red+Green+Blue) = 234+119+230=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 119 (46.88% from 255 or 20.41% from 583); Blue value is 230 (90.23% from 255 or 39.45% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA77E6 is #158819. Grayscale: #A5A5A5. Windows color (decimal): -1411098 or 15103978. OLE color: 15103978.

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

Color convert

RGB234119230-
CMYK00.490.020.08
HSL302.09º73.25%69.22%-
HSV(B)302.09º49.15%91.76%-
XYZ54.8136.479-
YUV166.04164.1176.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.14%
GREEN value IS 119 (46.88% from 255) = 20.41%
BLUE value IS 230 (90.23% from 255) = 39.45%
R=40.14%
G=20.41%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411923000.490.020.08302.0973.2569.22
HexEA77E60312812e4945
Octal352167346061210456111105
Binary11101010111011111100110011000110100010010111010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA77E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA77E6; }

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

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

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

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

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

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

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

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