Html Css Color HEX #E0B6FE Mauve

📋 copy color: '#E0B6FE'

red 224 ◦ green 182 ◦ blue 254

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

Shades of Mauve #E0B6FE

Tints of Mauve #E0B6FE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.58%

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

R = 33.94%
G = 27.58%
B = 38.48%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E0B6FE (or 0xE0B6FE) is known color: Mauve. HEX triplet: E0, B6 and FE. RGB value is (224,182,254). Sum of RGB (Red+Green+Blue) = 224+182+254=660 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.94% from 660); Green value is 182 (71.48% from 255 or 27.58% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0B6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B6FE is #1F4901. Grayscale: #CACACA. Windows color (decimal): -2050306 or 16692960. OLE color: 16692960.

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

Color convert

RGB 224 182 254 -
CMYK 0.12 0.28 0 0.00
HSL 275º 0.97% 0.85% -
HSV(B) 275º 0.28% 1% -
XYZ 65.36 56.46 101.22 -
YUV 202.77 156.91 143.15 -
System Red Green Blue C M Y K H S L
Decimal 224 182 254 0.12 0.28 0 0.00 275 0.97 0.85
Hex E0 B6 FE C 1C 0 0 113 61 55
Octal 340 266 376 14 34 0 0 423 141 125
Binary 11100000 10110110 11111110 1100 11100 0 0 100010011 1100001 1010101

Color Harmonies of #E0B6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B6FE

Black with #E0B6FE

Text Example


Text Example

White with #E0B6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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