#EA99F9

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

Shades of Violet #EA99F9

Tints of Violet #EA99F9

Color information

#EA99F9 (or 0xEA99F9) is unknown color: approx Violet. HEX triplet: EA, 99 and F9. RGB value is (234,153,249). Sum of RGB (Red+Green+Blue) = 234+153+249=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 153 (60.16% from 255 or 24.06% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA99F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA99F9 is #156606. Grayscale: #BBBBBB. Windows color (decimal): -1402375 or 16357866. OLE color: 16357866.

HSL color Cylindrical-coordinate representation of color #EA99F9: hue angle of 290.62º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA99F9 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234153249-
CMYK0.060.3900.02
HSL290.62º88.89%78.82%-
HSV(B)290.62º38.55%97.65%-
XYZ62.4247.1195.43-
YUV188.16162.34160.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 153 (60.16% from 255) = 24.06%
BLUE value IS 249 (97.66% from 255) = 39.15%
R=36.79%
G=24.06%
B=39.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341532490.060.3900.02290.6288.8978.82
HexEA99F962702123594f
Octal35223137164702443131117
Binary11101010100110011111100111010011101010010001110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA99F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA99F9; }

 p { color: rgb(234,153,249); }

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

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

 a { background-color: rgb(234,153,249); }

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

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

 span { border-color: rgb(234,153,249); }

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