Html Css Color HEX #E0B1FE Mauve

📋 copy color: '#E0B1FE'

red 224 ◦ green 177 ◦ blue 254

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

Shades of Mauve #E0B1FE

Tints of Mauve #E0B1FE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.02%

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

R = 34.2%
G = 27.02%
B = 38.78%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E0B1FE (or 0xE0B1FE) is known color: Mauve. HEX triplet: E0, B1 and FE. RGB value is (224,177,254). Sum of RGB (Red+Green+Blue) = 224+177+254=655 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.20% from 655); Green value is 177 (69.53% from 255 or 27.02% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0B1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0B1FE is #1F4E01. Grayscale: #C7C7C7. Windows color (decimal): -2051586 or 16691680. OLE color: 16691680.

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

Color convert

RGB 224 177 254 -
CMYK 0.12 0.30 0 0.00
HSL 276.62º 0.97% 0.85% -
HSV(B) 276.62º 0.3% 1% -
XYZ 64.35 54.45 100.88 -
YUV 199.83 158.57 145.24 -
System Red Green Blue C M Y K H S L
Decimal 224 177 254 0.12 0.30 0 0.00 276.62 0.97 0.85
Hex E0 B1 FE C 1E 0 0 115 61 55
Octal 340 261 376 14 36 0 0 425 141 125
Binary 11100000 10110001 11111110 1100 11110 0 0 100010101 1100001 1010101

Color Harmonies of #E0B1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B1FE

Black with #E0B1FE

Text Example


Text Example

White with #E0B1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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