Html Css Color HEX #EA9EF7 Mauve

📋 copy color: '#EA9EF7'

red 234 ◦ green 158 ◦ blue 247

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

Shades of Mauve #EA9EF7

Tints of Mauve #EA9EF7

RGB

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

 GREEN value IS 158 (62.11% from 255) = 24.73%

 BLUE value IS 247 (96.88% from 255) = 38.65%

R = 36.62%
G = 24.73%
B = 38.65%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EA9EF7 (or 0xEA9EF7) is known color: Mauve. HEX triplet: EA, 9E and F7. RGB value is (234,158,247). Sum of RGB (Red+Green+Blue) = 234+158+247=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 158 (62.11% from 255 or 24.73% from 639); Blue value is 247 (96.88% from 255 or 38.65% from 639); Max value from RGB is 247 - color contains mainly: blue. Hex color #EA9EF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9EF7 is #156108. Grayscale: #BEBEBE. Windows color (decimal): -1401097 or 16228074. OLE color: 16228074.

HSL color Cylindrical-coordinate representation of color #EA9EF7: hue angle of 291.24º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA9EF7 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 158 247 -
CMYK 0.05 0.36 0 0.03
HSL 291.24º 0.85% 0.79% -
HSV(B) 291.24º 0.36% 0.97% -
XYZ 62.95 48.66 94.07 -
YUV 190.87 159.68 158.76 -
System Red Green Blue C M Y K H S L
Decimal 234 158 247 0.05 0.36 0 0.03 291.24 0.85 0.79
Hex EA 9E F7 5 24 0 3 123 55 4F
Octal 352 236 367 5 44 0 3 443 125 117
Binary 11101010 10011110 11110111 101 100100 0 11 100100011 1010101 1001111

Color Harmonies of #EA9EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9EF7

Black with #EA9EF7

Text Example


Text Example

White with #EA9EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9EF7; }

 p { color: rgb(234,158,247); }

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

background-color css

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

 a { background-color: rgb(234,158,247); }

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

border-color css

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

 span { border-color: rgb(234,158,247); }

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