#EA88E8

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

Shades of Violet #EA88E8

Tints of Violet #EA88E8

Color information

#EA88E8 (or 0xEA88E8) is unknown color: approx Violet. HEX triplet: EA, 88 and E8. RGB value is (234,136,232). Sum of RGB (Red+Green+Blue) = 234+136+232=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 136 (53.52% from 255 or 22.59% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA88E8 is #157717. Grayscale: #AFAFAF. Windows color (decimal): -1406744 or 15239402. OLE color: 15239402.

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

Color convert

RGB234136232-
CMYK00.420.010.08
HSL301.22º70%72.55%-
HSV(B)301.22º41.88%91.76%-
XYZ57.340.9381.22-
YUV176.25159.47169.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.87%
GREEN value IS 136 (53.52% from 255) = 22.59%
BLUE value IS 232 (91.02% from 255) = 38.54%
R=38.87%
G=22.59%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413623200.420.010.08301.227072.55
HexEA88E802A1812d4649
Octal352210350052110455106111
Binary11101010100010001110100001010101100010010110110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA88E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA88E8; }

 p { color: rgb(234,136,232); }

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

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

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

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

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

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

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