Html Css Color HEX #EA9FF9 Mauve

📋 copy color: '#EA9FF9'

red 234 ◦ green 159 ◦ blue 249

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

Shades of Mauve #EA9FF9

Tints of Mauve #EA9FF9

RGB

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

 GREEN value IS 159 (62.5% from 255) = 24.77%

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

R = 36.45%
G = 24.77%
B = 38.79%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EA9FF9 (or 0xEA9FF9) is known color: Mauve. HEX triplet: EA, 9F and F9. RGB value is (234,159,249). Sum of RGB (Red+Green+Blue) = 234+159+249=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 159 (62.5% from 255 or 24.77% from 642); Blue value is 249 (97.66% from 255 or 38.79% from 642); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA9FF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FF9 is #156006. Grayscale: #BFBFBF. Windows color (decimal): -1400839 or 16359402. OLE color: 16359402.

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

Color convert

RGB 234 159 249 -
CMYK 0.06 0.36 0 0.02
HSL 290º 0.88% 0.8% -
HSV(B) 290º 0.36% 0.98% -
XYZ 63.43 49.13 95.76 -
YUV 191.69 160.35 158.18 -
System Red Green Blue C M Y K H S L
Decimal 234 159 249 0.06 0.36 0 0.02 290 0.88 0.8
Hex EA 9F F9 6 24 0 2 122 58 50
Octal 352 237 371 6 44 0 2 442 130 120
Binary 11101010 10011111 11111001 110 100100 0 10 100100010 1011000 1010000

Color Harmonies of #EA9FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9FF9

Black with #EA9FF9

Text Example


Text Example

White with #EA9FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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