#EA98F2

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

Shades of Violet #EA98F2

Tints of Violet #EA98F2

Color information

#EA98F2 (or 0xEA98F2) is unknown color: approx Violet. HEX triplet: EA, 98 and F2. RGB value is (234,152,242). Sum of RGB (Red+Green+Blue) = 234+152+242=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 152 (59.77% from 255 or 24.20% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA98F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA98F2 is #15670D. Grayscale: #BABABA. Windows color (decimal): -1402638 or 15898858. OLE color: 15898858.

HSL color Cylindrical-coordinate representation of color #EA98F2: hue angle of 294.67º degrees, saturation: 0.78, 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 #EA98F2 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234152242-
CMYK0.030.3700.05
HSL294.67º77.59%77.25%-
HSV(B)294.67º37.19%94.9%-
XYZ61.1946.3689.73-
YUV186.78159.17161.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 152 (59.77% from 255) = 24.20%
BLUE value IS 242 (94.92% from 255) = 38.54%
R=37.26%
G=24.20%
B=38.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341522420.030.3700.05294.6777.5977.25
HexEA98F2325051274e4d
Octal35223036234505447116115
Binary11101010100110001111001011100101010110010011110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA98F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA98F2; }

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

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

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

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

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

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

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

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