#EA88EF

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

Shades of Violet #EA88EF

Tints of Violet #EA88EF

Color information

#EA88EF (or 0xEA88EF) is unknown color: approx Violet. HEX triplet: EA, 88 and EF. RGB value is (234,136,239). Sum of RGB (Red+Green+Blue) = 234+136+239=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 136 (53.52% from 255 or 22.33% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA88EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA88EF is #157710. Grayscale: #B0B0B0. Windows color (decimal): -1406737 or 15698154. OLE color: 15698154.

HSL color Cylindrical-coordinate representation of color #EA88EF: hue angle of 297.09º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA88EF is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234136239-
CMYK0.020.4300.06
HSL297.09º76.3%73.53%-
HSV(B)297.09º43.1%93.73%-
XYZ58.3241.3386.57-
YUV177.04162.97168.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.42%
GREEN value IS 136 (53.52% from 255) = 22.33%
BLUE value IS 239 (93.75% from 255) = 39.24%
R=38.42%
G=22.33%
B=39.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341362390.020.4300.06297.0976.373.53
HexEA88EF22B061294c4a
Octal35221035725306451114112
Binary11101010100010001110111110101011011010010100110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA88EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA88EF; }

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

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

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

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

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

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

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

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