Html Css Color HEX #E0B4FE Mauve

📋 copy color: '#E0B4FE'

red 224 ◦ green 180 ◦ blue 254

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

Shades of Mauve #E0B4FE

Tints of Mauve #E0B4FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.6%

R = 34.04%
G = 27.36%
B = 38.6%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E0B4FE (or 0xE0B4FE) is known color: Mauve. HEX triplet: E0, B4 and FE. RGB value is (224,180,254). Sum of RGB (Red+Green+Blue) = 224+180+254=658 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.04% from 658); Green value is 180 (70.70% from 255 or 27.36% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0B4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B4FE is #1F4B01. Grayscale: #C9C9C9. Windows color (decimal): -2050818 or 16692448. OLE color: 16692448.

HSL color Cylindrical-coordinate representation of color #E0B4FE: hue angle of 275.68º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0B4FE is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 180 254 -
CMYK 0.12 0.29 0 0.00
HSL 275.68º 0.97% 0.85% -
HSV(B) 275.68º 0.29% 1% -
XYZ 64.95 55.65 101.08 -
YUV 201.59 157.58 143.98 -
System Red Green Blue C M Y K H S L
Decimal 224 180 254 0.12 0.29 0 0.00 275.68 0.97 0.85
Hex E0 B4 FE C 1D 0 0 114 61 55
Octal 340 264 376 14 35 0 0 424 141 125
Binary 11100000 10110100 11111110 1100 11101 0 0 100010100 1100001 1010101

Color Harmonies of #E0B4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B4FE

Black with #E0B4FE

Text Example


Text Example

White with #E0B4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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