Html Css Color HEX #E8B4EF Mauve

📋 copy color: '#E8B4EF'

red 232 ◦ green 180 ◦ blue 239

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

Shades of Mauve #E8B4EF

Tints of Mauve #E8B4EF

RGB

 RED value IS 232 (91.02% from 255) = 35.64%

 GREEN value IS 180 (70.7% from 255) = 27.65%

 BLUE value IS 239 (93.75% from 255) = 36.71%

R = 35.64%
G = 27.65%
B = 36.71%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E8B4EF (or 0xE8B4EF) is known color: Mauve. HEX triplet: E8, B4 and EF. RGB value is (232,180,239). Sum of RGB (Red+Green+Blue) = 232+180+239=651 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.64% from 651); Green value is 180 (70.70% from 255 or 27.65% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8B4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B4EF is #174B10. Grayscale: #CACACA. Windows color (decimal): -1526545 or 15709416. OLE color: 15709416.

HSL color Cylindrical-coordinate representation of color #E8B4EF: hue angle of 292.88º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8B4EF is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 232 180 239 -
CMYK 0.03 0.25 0 0.06
HSL 292.88º 0.65% 0.82% -
HSV(B) 292.88º 0.25% 0.94% -
XYZ 65.18 56.03 89.04 -
YUV 202.27 148.73 149.2 -
System Red Green Blue C M Y K H S L
Decimal 232 180 239 0.03 0.25 0 0.06 292.88 0.65 0.82
Hex E8 B4 EF 3 19 0 6 125 41 52
Octal 350 264 357 3 31 0 6 445 101 122
Binary 11101000 10110100 11101111 11 11001 0 110 100100101 1000001 1010010

Color Harmonies of #E8B4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8B4EF

Black with #E8B4EF

Text Example


Text Example

White with #E8B4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8B4EF; }

 p { color: rgb(232,180,239); }

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

background-color css

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

 a { background-color: rgb(232,180,239); }

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

border-color css

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

 span { border-color: rgb(232,180,239); }

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