Html Css Color HEX #E0B6FD Mauve

📋 copy color: '#E0B6FD'

red 224 ◦ green 182 ◦ blue 253

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

Shades of Mauve #E0B6FD

Tints of Mauve #E0B6FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.39%

R = 33.99%
G = 27.62%
B = 38.39%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E0B6FD (or 0xE0B6FD) is known color: Mauve. HEX triplet: E0, B6 and FD. RGB value is (224,182,253). Sum of RGB (Red+Green+Blue) = 224+182+253=659 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.99% from 659); Green value is 182 (71.48% from 255 or 27.62% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0B6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B6FD is #1F4902. Grayscale: #CACACA. Windows color (decimal): -2050307 or 16627424. OLE color: 16627424.

HSL color Cylindrical-coordinate representation of color #E0B6FD: hue angle of 275.49º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0B6FD is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 182 253 -
CMYK 0.11 0.28 0 0.01
HSL 275.49º 0.95% 0.85% -
HSV(B) 275.49º 0.28% 0.99% -
XYZ 65.2 56.4 100.38 -
YUV 202.65 156.41 143.23 -
System Red Green Blue C M Y K H S L
Decimal 224 182 253 0.11 0.28 0 0.01 275.49 0.95 0.85
Hex E0 B6 FD B 1C 0 1 113 5F 55
Octal 340 266 375 13 34 0 1 423 137 125
Binary 11100000 10110110 11111101 1011 11100 0 1 100010011 1011111 1010101

Color Harmonies of #E0B6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B6FD

Black with #E0B6FD

Text Example


Text Example

White with #E0B6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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