Html Css Color HEX #EA97F9 Violet

📋 copy color: '#EA97F9'

red 234 ◦ green 151 ◦ blue 249

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

Shades of Violet #EA97F9

Tints of Violet #EA97F9

RGB

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

 GREEN value IS 151 (59.38% from 255) = 23.82%

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

R = 36.91%
G = 23.82%
B = 39.27%

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

#EA97F9 (or 0xEA97F9) is known color: Violet. HEX triplet: EA, 97 and F9. RGB value is (234,151,249). Sum of RGB (Red+Green+Blue) = 234+151+249=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 151 (59.38% from 255 or 23.82% from 634); Blue value is 249 (97.66% from 255 or 39.27% from 634); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA97F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA97F9 is #156806. Grayscale: #BABABA. Windows color (decimal): -1402887 or 16357354. OLE color: 16357354.

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

Color convert

RGB 234 151 249 -
CMYK 0.06 0.39 0 0.02
HSL 290.82º 0.89% 0.78% -
HSV(B) 290.82º 0.39% 0.98% -
XYZ 62.1 46.47 95.32 -
YUV 186.99 163 161.53 -
System Red Green Blue C M Y K H S L
Decimal 234 151 249 0.06 0.39 0 0.02 290.82 0.89 0.78
Hex EA 97 F9 6 27 0 2 123 59 4E
Octal 352 227 371 6 47 0 2 443 131 116
Binary 11101010 10010111 11111001 110 100111 0 10 100100011 1011001 1001110

Color Harmonies of #EA97F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA97F9

Black with #EA97F9

Text Example


Text Example

White with #EA97F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA97F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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