#EA88F4

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

Shades of Violet #EA88F4

Tints of Violet #EA88F4

Color information

#EA88F4 (or 0xEA88F4) is unknown color: approx Violet. HEX triplet: EA, 88 and F4. RGB value is (234,136,244). Sum of RGB (Red+Green+Blue) = 234+136+244=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 136 (53.52% from 255 or 22.15% from 614); Blue value is 244 (95.70% from 255 or 39.74% from 614); Max value from RGB is 244 - color contains mainly: blue. Hex color #EA88F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA88F4 is #15770B. Grayscale: #B1B1B1. Windows color (decimal): -1406732 or 16025834. OLE color: 16025834.

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

Color convert

RGB234136244-
CMYK0.040.4400.04
HSL294.44º83.08%74.51%-
HSV(B)294.44º44.26%95.69%-
XYZ59.0641.6390.51-
YUV177.61165.47168.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 136 (53.52% from 255) = 22.15%
BLUE value IS 244 (95.70% from 255) = 39.74%
R=38.11%
G=22.15%
B=39.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341362440.040.4400.04294.4483.0874.51
HexEA88F442C04126534b
Octal35221036445404446123113
Binary111010101000100011110100100101100010010010011010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA88F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA88F4; }

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

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

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

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

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

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

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

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