Html Css Color HEX #EA99F9 Violet

📋 copy color: '#EA99F9'

red 234 ◦ green 153 ◦ blue 249

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

Shades of Violet #EA99F9

Tints of Violet #EA99F9

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.06%

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

R = 36.79%
G = 24.06%
B = 39.15%

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

#EA99F9 (or 0xEA99F9) is known color: Violet. HEX triplet: EA, 99 and F9. RGB value is (234,153,249). Sum of RGB (Red+Green+Blue) = 234+153+249=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 153 (60.16% from 255 or 24.06% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA99F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA99F9 is #156606. Grayscale: #BBBBBB. Windows color (decimal): -1402375 or 16357866. OLE color: 16357866.

HSL color Cylindrical-coordinate representation of color #EA99F9: hue angle of 290.62º 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 #EA99F9 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 153 249 -
CMYK 0.06 0.39 0 0.02
HSL 290.63º 0.89% 0.79% -
HSV(B) 290.63º 0.39% 0.98% -
XYZ 62.42 47.11 95.43 -
YUV 188.16 162.34 160.69 -
System Red Green Blue C M Y K H S L
Decimal 234 153 249 0.06 0.39 0 0.02 290.63 0.89 0.79
Hex EA 99 F9 6 27 0 2 123 59 4F
Octal 352 231 371 6 47 0 2 443 131 117
Binary 11101010 10011001 11111001 110 100111 0 10 100100011 1011001 1001111

Color Harmonies of #EA99F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA99F9

Black with #EA99F9

Text Example


Text Example

White with #EA99F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA99F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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