#EA98F6

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

Shades of Violet #EA98F6

Tints of Violet #EA98F6

Color information

#EA98F6 (or 0xEA98F6) is unknown color: approx Violet. HEX triplet: EA, 98 and F6. RGB value is (234,152,246). Sum of RGB (Red+Green+Blue) = 234+152+246=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 152 (59.77% from 255 or 24.05% from 632); Blue value is 246 (96.48% from 255 or 38.92% from 632); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA98F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA98F6 is #156709. Grayscale: #BABABA. Windows color (decimal): -1402634 or 16161002. OLE color: 16161002.

HSL color Cylindrical-coordinate representation of color #EA98F6: hue angle of 292.34º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA98F6 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234152246-
CMYK0.050.3800.04
HSL292.34º83.93%78.04%-
HSV(B)292.34º38.21%96.47%-
XYZ61.7946.692.93-
YUV187.23161.17161.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.03%
GREEN value IS 152 (59.77% from 255) = 24.05%
BLUE value IS 246 (96.48% from 255) = 38.92%
R=37.03%
G=24.05%
B=38.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341522460.050.3800.04292.3483.9378.04
HexEA98F652604124544e
Octal35223036654604444124116
Binary111010101001100011110110101100110010010010010010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA98F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA98F6; }

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

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

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

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

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

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

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

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