Html Css Color HEX #E0B0FC Mauve

📋 copy color: '#E0B0FC'

red 224 ◦ green 176 ◦ blue 252

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

Shades of Mauve #E0B0FC

Tints of Mauve #E0B0FC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.99%

 BLUE value IS 252 (98.83% from 255) = 38.65%

R = 34.36%
G = 26.99%
B = 38.65%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E0B0FC (or 0xE0B0FC) is known color: Mauve. HEX triplet: E0, B0 and FC. RGB value is (224,176,252). Sum of RGB (Red+Green+Blue) = 224+176+252=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 176 (69.14% from 255 or 26.99% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0B0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0B0FC is #1F4F03. Grayscale: #C6C6C6. Windows color (decimal): -2051844 or 16560352. OLE color: 16560352.

HSL color Cylindrical-coordinate representation of color #E0B0FC: hue angle of 277.89º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0B0FC is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 176 252 -
CMYK 0.11 0.30 0 0.01
HSL 277.89º 0.93% 0.84% -
HSV(B) 277.89º 0.3% 0.99% -
XYZ 63.84 53.93 99.14 -
YUV 199.02 157.9 145.82 -
System Red Green Blue C M Y K H S L
Decimal 224 176 252 0.11 0.30 0 0.01 277.89 0.93 0.84
Hex E0 B0 FC B 1E 0 1 116 5D 54
Octal 340 260 374 13 36 0 1 426 135 124
Binary 11100000 10110000 11111100 1011 11110 0 1 100010110 1011101 1010100

Color Harmonies of #E0B0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B0FC

Black with #E0B0FC

Text Example


Text Example

White with #E0B0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B0FC; }

 p { color: rgb(224,176,252); }

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

background-color css

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

 a { background-color: rgb(224,176,252); }

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

border-color css

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

 span { border-color: rgb(224,176,252); }

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