Html Css Color HEX #EA98F9 Violet

📋 copy color: '#EA98F9'

red 234 ◦ green 152 ◦ blue 249

#EA98F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #EA98F9

Tints of Violet #EA98F9

RGB

 RED value IS 234 (91.8% from 255) = 36.85%

 GREEN value IS 152 (59.77% from 255) = 23.94%

 BLUE value IS 249 (97.66% from 255) = 39.21%

R = 36.85%
G = 23.94%
B = 39.21%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EA98F9 (or 0xEA98F9) is known color: Violet. HEX triplet: EA, 98 and F9. RGB value is (234,152,249). Sum of RGB (Red+Green+Blue) = 234+152+249=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 152 (59.77% from 255 or 23.94% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA98F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA98F9 is #156706. Grayscale: #BBBBBB. Windows color (decimal): -1402631 or 16357610. OLE color: 16357610.

HSL color Cylindrical-coordinate representation of color #EA98F9: hue angle of 290.72º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA98F9 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 152 249 -
CMYK 0.06 0.39 0 0.02
HSL 290.72º 0.89% 0.79% -
HSV(B) 290.72º 0.39% 0.98% -
XYZ 62.26 46.79 95.37 -
YUV 187.58 162.67 161.11 -
System Red Green Blue C M Y K H S L
Decimal 234 152 249 0.06 0.39 0 0.02 290.72 0.89 0.79
Hex EA 98 F9 6 27 0 2 123 59 4F
Octal 352 230 371 6 47 0 2 443 131 117
Binary 11101010 10011000 11111001 110 100111 0 10 100100011 1011001 1001111

Color Harmonies of #EA98F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA98F9

Black with #EA98F9

Text Example


Text Example

White with #EA98F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA98F9; }

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

 H1.HeaderClassName
 {
   color: #EA98F9;
 }
 .AnyTagClassName
 {
   color: #EA98F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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