Html Css Color HEX #EAB6FB Mauve

📋 copy color: '#EAB6FB'

red 234 ◦ green 182 ◦ blue 251

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

Shades of Mauve #EAB6FB

Tints of Mauve #EAB6FB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.29%

 BLUE value IS 251 (98.44% from 255) = 37.63%

R = 35.08%
G = 27.29%
B = 37.63%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAB6FB (or 0xEAB6FB) is known color: Mauve. HEX triplet: EA, B6 and FB. RGB value is (234,182,251). Sum of RGB (Red+Green+Blue) = 234+182+251=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 182 (71.48% from 255 or 27.29% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAB6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB6FB is #154904. Grayscale: #CDCDCD. Windows color (decimal): -1394949 or 16496362. OLE color: 16496362.

HSL color Cylindrical-coordinate representation of color #EAB6FB: hue angle of 285.22º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAB6FB is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 182 251 -
CMYK 0.07 0.27 0 0.02
HSL 285.22º 0.9% 0.85% -
HSV(B) 285.22º 0.27% 0.98% -
XYZ 68.07 57.91 98.86 -
YUV 205.41 153.73 148.39 -
System Red Green Blue C M Y K H S L
Decimal 234 182 251 0.07 0.27 0 0.02 285.22 0.9 0.85
Hex EA B6 FB 7 1B 0 2 11D 5A 55
Octal 352 266 373 7 33 0 2 435 132 125
Binary 11101010 10110110 11111011 111 11011 0 10 100011101 1011010 1010101

Color Harmonies of #EAB6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB6FB

Black with #EAB6FB

Text Example


Text Example

White with #EAB6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB6FB; }

 p { color: rgb(234,182,251); }

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

background-color css

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

 a { background-color: rgb(234,182,251); }

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

border-color css

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

 span { border-color: rgb(234,182,251); }

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