#EA98F3

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

Shades of Violet #EA98F3

Tints of Violet #EA98F3

Color information

#EA98F3 (or 0xEA98F3) is unknown color: approx Violet. HEX triplet: EA, 98 and F3. RGB value is (234,152,243). Sum of RGB (Red+Green+Blue) = 234+152+243=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 152 (59.77% from 255 or 24.17% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #EA98F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA98F3 is #15670C. Grayscale: #BABABA. Windows color (decimal): -1402637 or 15964394. OLE color: 15964394.

HSL color Cylindrical-coordinate representation of color #EA98F3: hue angle of 294.07º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA98F3 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234152243-
CMYK0.040.3700.05
HSL294.07º79.13%77.45%-
HSV(B)294.07º37.45%95.29%-
XYZ61.3446.4290.52-
YUV186.89159.67161.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 152 (59.77% from 255) = 24.17%
BLUE value IS 243 (95.31% from 255) = 38.63%
R=37.20%
G=24.17%
B=38.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341522430.040.3700.05294.0779.1377.45
HexEA98F3425051264f4d
Octal35223036344505446117115
Binary111010101001100011110011100100101010110010011010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA98F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA98F3; }

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

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

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

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

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

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

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

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