Html Css Color HEX #EAABF6 Mauve

📋 copy color: '#EAABF6'

red 234 ◦ green 171 ◦ blue 246

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

Shades of Mauve #EAABF6

Tints of Mauve #EAABF6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.27%

 BLUE value IS 246 (96.48% from 255) = 37.79%

R = 35.94%
G = 26.27%
B = 37.79%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EAABF6 (or 0xEAABF6) is known color: Mauve. HEX triplet: EA, AB and F6. RGB value is (234,171,246). Sum of RGB (Red+Green+Blue) = 234+171+246=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 171 (67.19% from 255 or 26.27% from 651); Blue value is 246 (96.48% from 255 or 37.79% from 651); Max value from RGB is 246 - color contains mainly: blue. Hex color #EAABF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAABF6 is #155409. Grayscale: #C6C6C6. Windows color (decimal): -1397770 or 16165866. OLE color: 16165866.

HSL color Cylindrical-coordinate representation of color #EAABF6: hue angle of 290.4º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAABF6 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 171 246 -
CMYK 0.05 0.30 0 0.04
HSL 290.4º 0.81% 0.82% -
HSV(B) 290.4º 0.3% 0.96% -
XYZ 65.13 53.27 94.04 -
YUV 198.39 154.87 153.4 -
System Red Green Blue C M Y K H S L
Decimal 234 171 246 0.05 0.30 0 0.04 290.4 0.81 0.82
Hex EA AB F6 5 1E 0 4 122 51 52
Octal 352 253 366 5 36 0 4 442 121 122
Binary 11101010 10101011 11110110 101 11110 0 100 100100010 1010001 1010010

Color Harmonies of #EAABF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAABF6

Black with #EAABF6

Text Example


Text Example

White with #EAABF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAABF6; }

 p { color: rgb(234,171,246); }

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

background-color css

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

 a { background-color: rgb(234,171,246); }

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

border-color css

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

 span { border-color: rgb(234,171,246); }

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