#EA88F6

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

Shades of Violet #EA88F6

Tints of Violet #EA88F6

Color information

#EA88F6 (or 0xEA88F6) is unknown color: approx Violet. HEX triplet: EA, 88 and F6. RGB value is (234,136,246). Sum of RGB (Red+Green+Blue) = 234+136+246=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 136 (53.52% from 255 or 22.08% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA88F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA88F6 is #157709. Grayscale: #B1B1B1. Windows color (decimal): -1406730 or 16156906. OLE color: 16156906.

HSL color Cylindrical-coordinate representation of color #EA88F6: hue angle of 293.45º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA88F6 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234136246-
CMYK0.050.4500.04
HSL293.45º85.94%74.9%-
HSV(B)293.45º44.72%96.47%-
XYZ59.3741.7592.12-
YUV177.84166.47168.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.99%
GREEN value IS 136 (53.52% from 255) = 22.08%
BLUE value IS 246 (96.48% from 255) = 39.94%
R=37.99%
G=22.08%
B=39.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341362460.050.4500.04293.4585.9474.9
HexEA88F652D04125564b
Octal35221036655504445126113
Binary111010101000100011110110101101101010010010010110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA88F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA88F6; }

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

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

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

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

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

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

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

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