Html Css Color HEX #EA97FF Mauve

📋 copy color: '#EA97FF'

red 234 ◦ green 151 ◦ blue 255

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

Shades of Mauve #EA97FF

Tints of Mauve #EA97FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.84%

R = 36.56%
G = 23.59%
B = 39.84%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EA97FF (or 0xEA97FF) is known color: Mauve. HEX triplet: EA, 97 and FF. RGB value is (234,151,255). Sum of RGB (Red+Green+Blue) = 234+151+255=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 151 (59.38% from 255 or 23.59% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA97FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA97FF is #156800. Grayscale: #BBBBBB. Windows color (decimal): -1402881 or 16750570. OLE color: 16750570.

HSL color Cylindrical-coordinate representation of color #EA97FF: hue angle of 287.88º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA97FF is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 234 151 255 -
CMYK 0.08 0.41 0 0
HSL 287.88º 1% 0.8% -
HSV(B) 287.88º 0.41% 1% -
XYZ 63.05 46.85 100.33 -
YUV 187.67 166 161.04 -
System Red Green Blue C M Y K H S L
Decimal 234 151 255 0.08 0.41 0 0 287.88 1 0.8
Hex EA 97 FF 8 29 0 0 120 64 50
Octal 352 227 377 10 51 0 0 440 144 120
Binary 11101010 10010111 11111111 1000 101001 0 0 100100000 1100100 1010000

Color Harmonies of #EA97FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA97FF

Black with #EA97FF

Text Example


Text Example

White with #EA97FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA97FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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