#EA88ED

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

Shades of Violet #EA88ED

Tints of Violet #EA88ED

Color information

#EA88ED (or 0xEA88ED) is unknown color: approx Violet. HEX triplet: EA, 88 and ED. RGB value is (234,136,237). Sum of RGB (Red+Green+Blue) = 234+136+237=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 136 (53.52% from 255 or 22.41% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA88ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA88ED is #157712. Grayscale: #B0B0B0. Windows color (decimal): -1406739 or 15567082. OLE color: 15567082.

HSL color Cylindrical-coordinate representation of color #EA88ED: hue angle of 298.22º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA88ED is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234136237-
CMYK0.010.4300.07
HSL298.22º73.72%73.14%-
HSV(B)298.22º42.62%92.94%-
XYZ58.0241.2285.02-
YUV176.82161.97168.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 136 (53.52% from 255) = 22.41%
BLUE value IS 237 (92.97% from 255) = 39.04%
R=38.55%
G=22.41%
B=39.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341362370.010.4300.07298.2273.7273.14
HexEA88ED12B0712a4a49
Octal35221035515307452112111
Binary1110101010001000111011011101011011110010101010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA88ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA88ED; }

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

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

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

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

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

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

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

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