#EA88F2

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

Shades of Violet #EA88F2

Tints of Violet #EA88F2

Color information

#EA88F2 (or 0xEA88F2) is unknown color: approx Violet. HEX triplet: EA, 88 and F2. RGB value is (234,136,242). Sum of RGB (Red+Green+Blue) = 234+136+242=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 136 (53.52% from 255 or 22.22% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA88F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA88F2 is #15770D. Grayscale: #B1B1B1. Windows color (decimal): -1406734 or 15894762. OLE color: 15894762.

HSL color Cylindrical-coordinate representation of color #EA88F2: hue angle of 295.47º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA88F2 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234136242-
CMYK0.030.4400.05
HSL295.47º80.3%74.12%-
HSV(B)295.47º43.8%94.9%-
XYZ58.7641.5188.92-
YUV177.39164.47168.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.24%
GREEN value IS 136 (53.52% from 255) = 22.22%
BLUE value IS 242 (94.92% from 255) = 39.54%
R=38.24%
G=22.22%
B=39.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341362420.030.4400.05295.4780.374.12
HexEA88F232C05127504a
Octal35221036235405447120112
Binary11101010100010001111001011101100010110010011110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA88F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA88F2; }

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

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

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

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

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

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

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

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