#EA98FC

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

Shades of Violet #EA98FC

Tints of Violet #EA98FC

Color information

#EA98FC (or 0xEA98FC) is unknown color: approx Violet. HEX triplet: EA, 98 and FC. RGB value is (234,152,252). Sum of RGB (Red+Green+Blue) = 234+152+252=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 152 (59.77% from 255 or 23.82% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #EA98FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA98FC is #156703. Grayscale: #BBBBBB. Windows color (decimal): -1402628 or 16554218. OLE color: 16554218.

HSL color Cylindrical-coordinate representation of color #EA98FC: hue angle of 289.2º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA98FC is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234152252-
CMYK0.070.4000.01
HSL289.2º94.34%79.22%-
HSV(B)289.2º39.68%98.82%-
XYZ62.7346.9897.86-
YUV187.92164.17160.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.68%
GREEN value IS 152 (59.77% from 255) = 23.82%
BLUE value IS 252 (98.83% from 255) = 39.50%
R=36.68%
G=23.82%
B=39.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341522520.070.4000.01289.294.3479.22
HexEA98FC728011215e4f
Octal35223037475001441136117
Binary1110101010011000111111001111010000110010000110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA98FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA98FC; }

 p { color: rgb(234,152,252); }

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

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

 a { background-color: rgb(234,152,252); }

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

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

 span { border-color: rgb(234,152,252); }

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