Html Css Color HEX #EABBF1 Mauve

📋 copy color: '#EABBF1'

red 234 ◦ green 187 ◦ blue 241

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

Shades of Mauve #EABBF1

Tints of Mauve #EABBF1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.25%

 BLUE value IS 241 (94.53% from 255) = 36.4%

R = 35.35%
G = 28.25%
B = 36.4%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EABBF1 (or 0xEABBF1) is known color: Mauve. HEX triplet: EA, BB and F1. RGB value is (234,187,241). Sum of RGB (Red+Green+Blue) = 234+187+241=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 187 (73.44% from 255 or 28.25% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #EABBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBF1 is #15440E. Grayscale: #CFCFCF. Windows color (decimal): -1393679 or 15842282. OLE color: 15842282.

HSL color Cylindrical-coordinate representation of color #EABBF1: hue angle of 292.22º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EABBF1 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 187 241 -
CMYK 0.03 0.22 0 0.05
HSL 292.22º 0.66% 0.84% -
HSV(B) 292.22º 0.22% 0.95% -
XYZ 67.58 59.38 91.12 -
YUV 207.21 147.07 147.11 -
System Red Green Blue C M Y K H S L
Decimal 234 187 241 0.03 0.22 0 0.05 292.22 0.66 0.84
Hex EA BB F1 3 16 0 5 124 42 54
Octal 352 273 361 3 26 0 5 444 102 124
Binary 11101010 10111011 11110001 11 10110 0 101 100100100 1000010 1010100

Color Harmonies of #EABBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABBF1

Black with #EABBF1

Text Example


Text Example

White with #EABBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABBF1; }

 p { color: rgb(234,187,241); }

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

background-color css

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

 a { background-color: rgb(234,187,241); }

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

border-color css

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

 span { border-color: rgb(234,187,241); }

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