Html Css Color HEX #E0B4FF Mauve

📋 copy color: '#E0B4FF'

red 224 ◦ green 180 ◦ blue 255

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

Shades of Mauve #E0B4FF

Tints of Mauve #E0B4FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.69%

R = 33.99%
G = 27.31%
B = 38.69%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E0B4FF (or 0xE0B4FF) is known color: Mauve. HEX triplet: E0, B4 and FF. RGB value is (224,180,255). Sum of RGB (Red+Green+Blue) = 224+180+255=659 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.99% from 659); Green value is 180 (70.70% from 255 or 27.31% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0B4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B4FF is #1F4B00. Grayscale: #C9C9C9. Windows color (decimal): -2050817 or 16757984. OLE color: 16757984.

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

Color convert

RGB 224 180 255 -
CMYK 0.12 0.29 0 0
HSL 275.2º 1% 0.85% -
HSV(B) 275.2º 0.29% 1% -
XYZ 65.11 55.71 101.93 -
YUV 201.71 158.08 143.9 -
System Red Green Blue C M Y K H S L
Decimal 224 180 255 0.12 0.29 0 0 275.2 1 0.85
Hex E0 B4 FF C 1D 0 0 113 64 55
Octal 340 264 377 14 35 0 0 423 144 125
Binary 11100000 10110100 11111111 1100 11101 0 0 100010011 1100100 1010101

Color Harmonies of #E0B4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B4FF

Black with #E0B4FF

Text Example


Text Example

White with #E0B4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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