Html Css Color HEX #EAB7FB Mauve

📋 copy color: '#EAB7FB'

red 234 ◦ green 183 ◦ blue 251

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

Shades of Mauve #EAB7FB

Tints of Mauve #EAB7FB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.4%

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

R = 35.03%
G = 27.4%
B = 37.57%

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

#EAB7FB (or 0xEAB7FB) is known color: Mauve. HEX triplet: EA, B7 and FB. RGB value is (234,183,251). Sum of RGB (Red+Green+Blue) = 234+183+251=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 183 (71.88% from 255 or 27.40% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAB7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB7FB is #154804. Grayscale: #CDCDCD. Windows color (decimal): -1394693 or 16496618. OLE color: 16496618.

HSL color Cylindrical-coordinate representation of color #EAB7FB: hue angle of 285º degrees, saturation: 0.89, 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 #EAB7FB is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 183 251 -
CMYK 0.07 0.27 0 0.02
HSL 285º 0.89% 0.85% -
HSV(B) 285º 0.27% 0.98% -
XYZ 68.28 58.32 98.93 -
YUV 206 153.4 147.97 -
System Red Green Blue C M Y K H S L
Decimal 234 183 251 0.07 0.27 0 0.02 285 0.89 0.85
Hex EA B7 FB 7 1B 0 2 11D 59 55
Octal 352 267 373 7 33 0 2 435 131 125
Binary 11101010 10110111 11111011 111 11011 0 10 100011101 1011001 1010101

Color Harmonies of #EAB7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB7FB

Black with #EAB7FB

Text Example


Text Example

White with #EAB7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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