#EA98FD

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

Shades of Violet #EA98FD

Tints of Violet #EA98FD

Color information

#EA98FD (or 0xEA98FD) is unknown color: approx Violet. HEX triplet: EA, 98 and FD. RGB value is (234,152,253). Sum of RGB (Red+Green+Blue) = 234+152+253=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 152 (59.77% from 255 or 23.79% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA98FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA98FD is #156702. Grayscale: #BBBBBB. Windows color (decimal): -1402627 or 16619754. OLE color: 16619754.

HSL color Cylindrical-coordinate representation of color #EA98FD: hue angle of 288.71º degrees, saturation: 0.96, 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 #EA98FD is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234152253-
CMYK0.080.4000.01
HSL288.71º96.19%79.41%-
HSV(B)288.71º39.92%99.22%-
XYZ62.8947.0498.69-
YUV188.03164.67160.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.62%
GREEN value IS 152 (59.77% from 255) = 23.79%
BLUE value IS 253 (99.22% from 255) = 39.59%
R=36.62%
G=23.79%
B=39.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341522530.080.4000.01288.7196.1979.41
HexEA98FD82801121604f
Octal352230375105001441140117
Binary11101010100110001111110110001010000110010000111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA98FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA98FD; }

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

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

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

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

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

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

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

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