Html Css Color HEX #EA9FF8 Mauve

📋 copy color: '#EA9FF8'

red 234 ◦ green 159 ◦ blue 248

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

Shades of Mauve #EA9FF8

Tints of Mauve #EA9FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.69%

R = 36.51%
G = 24.8%
B = 38.69%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EA9FF8 (or 0xEA9FF8) is known color: Mauve. HEX triplet: EA, 9F and F8. RGB value is (234,159,248). Sum of RGB (Red+Green+Blue) = 234+159+248=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 159 (62.5% from 255 or 24.80% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 248 - color contains mainly: blue. Hex color #EA9FF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FF8 is #156007. Grayscale: #BFBFBF. Windows color (decimal): -1400840 or 16293866. OLE color: 16293866.

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

Color convert

RGB 234 159 248 -
CMYK 0.06 0.36 0 0.03
HSL 290.56º 0.86% 0.8% -
HSV(B) 290.56º 0.36% 0.97% -
XYZ 63.27 49.07 94.94 -
YUV 191.57 159.85 158.26 -
System Red Green Blue C M Y K H S L
Decimal 234 159 248 0.06 0.36 0 0.03 290.56 0.86 0.8
Hex EA 9F F8 6 24 0 3 123 56 50
Octal 352 237 370 6 44 0 3 443 126 120
Binary 11101010 10011111 11111000 110 100100 0 11 100100011 1010110 1010000

Color Harmonies of #EA9FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9FF8

Black with #EA9FF8

Text Example


Text Example

White with #EA9FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9FF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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