Html Css Color HEX #EAABFB Mauve

📋 copy color: '#EAABFB'

red 234 ◦ green 171 ◦ blue 251

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

Shades of Mauve #EAABFB

Tints of Mauve #EAABFB

RGB

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

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

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

R = 35.67%
G = 26.07%
B = 38.26%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAABFB (or 0xEAABFB) is known color: Mauve. HEX triplet: EA, AB and FB. RGB value is (234,171,251). Sum of RGB (Red+Green+Blue) = 234+171+251=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 171 (67.19% from 255 or 26.07% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAABFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAABFB is #155404. Grayscale: #C6C6C6. Windows color (decimal): -1397765 or 16493546. OLE color: 16493546.

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

Color convert

RGB 234 171 251 -
CMYK 0.07 0.32 0 0.02
HSL 287.25º 0.91% 0.83% -
HSV(B) 287.25º 0.32% 0.98% -
XYZ 65.91 53.58 98.14 -
YUV 198.96 157.37 153 -
System Red Green Blue C M Y K H S L
Decimal 234 171 251 0.07 0.32 0 0.02 287.25 0.91 0.83
Hex EA AB FB 7 20 0 2 11F 5B 53
Octal 352 253 373 7 40 0 2 437 133 123
Binary 11101010 10101011 11111011 111 100000 0 10 100011111 1011011 1010011

Color Harmonies of #EAABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAABFB

Black with #EAABFB

Text Example


Text Example

White with #EAABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAABFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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