#EA88FF

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

Shades of Violet #EA88FF

Tints of Violet #EA88FF

Color information

#EA88FF (or 0xEA88FF) is unknown color: approx Violet. HEX triplet: EA, 88 and FF. RGB value is (234,136,255). Sum of RGB (Red+Green+Blue) = 234+136+255=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 136 (53.52% from 255 or 21.76% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA88FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA88FF is #157700. Grayscale: #B2B2B2. Windows color (decimal): -1406721 or 16746730. OLE color: 16746730.

HSL color Cylindrical-coordinate representation of color #EA88FF: hue angle of 289.41º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA88FF is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB234136255-
CMYK0.080.4700
HSL289.41º100%76.67%-
HSV(B)289.41º46.67%100%-
XYZ60.7942.3299.57-
YUV178.87170.97167.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 136 (53.52% from 255) = 21.76%
BLUE value IS 255 (100% from 255) = 40.8%
R=37.44%
G=21.76%
B=40.8%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341362550.080.4700289.4110076.67
HexEA88FF82F00121644d
Octal352210377105700441144115
Binary11101010100010001111111110001011110010010000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA88FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA88FF; }

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

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

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

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

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

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

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

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