Html Css Color HEX #E0B4EF Mauve

📋 copy color: '#E0B4EF'

red 224 ◦ green 180 ◦ blue 239

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

Shades of Mauve #E0B4EF

Tints of Mauve #E0B4EF

RGB

 RED value IS 224 (87.89% from 255) = 34.84%

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

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

R = 34.84%
G = 27.99%
B = 37.17%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E0B4EF (or 0xE0B4EF) is known color: Mauve. HEX triplet: E0, B4 and EF. RGB value is (224,180,239). Sum of RGB (Red+Green+Blue) = 224+180+239=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 180 (70.70% from 255 or 27.99% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0B4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B4EF is #1F4B10. Grayscale: #C7C7C7. Windows color (decimal): -2050833 or 15709408. OLE color: 15709408.

HSL color Cylindrical-coordinate representation of color #E0B4EF: hue angle of 284.75º 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 #E0B4EF is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 180 239 -
CMYK 0.06 0.25 0 0.06
HSL 284.75º 0.65% 0.82% -
HSV(B) 284.75º 0.25% 0.94% -
XYZ 62.64 54.72 88.92 -
YUV 199.88 150.08 145.2 -
System Red Green Blue C M Y K H S L
Decimal 224 180 239 0.06 0.25 0 0.06 284.75 0.65 0.82
Hex E0 B4 EF 6 19 0 6 11D 41 52
Octal 340 264 357 6 31 0 6 435 101 122
Binary 11100000 10110100 11101111 110 11001 0 110 100011101 1000001 1010010

Color Harmonies of #E0B4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B4EF

Black with #E0B4EF

Text Example


Text Example

White with #E0B4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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