Html Css Color HEX #EABBF9 Mauve

📋 copy color: '#EABBF9'

red 234 ◦ green 187 ◦ blue 249

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

Shades of Mauve #EABBF9

Tints of Mauve #EABBF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.16%

R = 34.93%
G = 27.91%
B = 37.16%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EABBF9 (or 0xEABBF9) is known color: Mauve. HEX triplet: EA, BB and F9. RGB value is (234,187,249). Sum of RGB (Red+Green+Blue) = 234+187+249=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 187 (73.44% from 255 or 27.91% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 249 - color contains mainly: blue. Hex color #EABBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBF9 is #154406. Grayscale: #CFCFCF. Windows color (decimal): -1393671 or 16366570. OLE color: 16366570.

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

Color convert

RGB 234 187 249 -
CMYK 0.06 0.25 0 0.02
HSL 285.48º 0.84% 0.85% -
HSV(B) 285.48º 0.25% 0.98% -
XYZ 68.8 59.87 97.55 -
YUV 208.12 151.07 146.46 -
System Red Green Blue C M Y K H S L
Decimal 234 187 249 0.06 0.25 0 0.02 285.48 0.84 0.85
Hex EA BB F9 6 19 0 2 11D 54 55
Octal 352 273 371 6 31 0 2 435 124 125
Binary 11101010 10111011 11111001 110 11001 0 10 100011101 1010100 1010101

Color Harmonies of #EABBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABBF9

Black with #EABBF9

Text Example


Text Example

White with #EABBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABBF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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