#EA81E4

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

Shades of Violet #EA81E4

Tints of Violet #EA81E4

Color information

#EA81E4 (or 0xEA81E4) is unknown color: approx Violet. HEX triplet: EA, 81 and E4. RGB value is (234,129,228). Sum of RGB (Red+Green+Blue) = 234+129+228=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 129 (50.78% from 255 or 21.83% from 591); Blue value is 228 (89.45% from 255 or 38.58% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81E4 is #157E1B. Grayscale: #ABABAB. Windows color (decimal): -1408540 or 14975466. OLE color: 14975466.

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

Color convert

RGB234129228-
CMYK00.450.030.08
HSL303.43º71.43%71.18%-
HSV(B)303.43º44.87%91.76%-
XYZ55.7938.7977.95-
YUV171.68159.79172.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.59%
GREEN value IS 129 (50.78% from 255) = 21.83%
BLUE value IS 228 (89.45% from 255) = 38.58%
R=39.59%
G=21.83%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412922800.450.030.08303.4371.4371.18
HexEA81E402D3812f4747
Octal352201344055310457107107
Binary111010101000000111100100010110111100010010111110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA81E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA81E4; }

 p { color: rgb(234,129,228); }

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

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

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

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

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

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

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