Html Css Color HEX #E0B9FC Mauve

📋 copy color: '#E0B9FC'

red 224 ◦ green 185 ◦ blue 252

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

Shades of Mauve #E0B9FC

Tints of Mauve #E0B9FC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.99%

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

R = 33.89%
G = 27.99%
B = 38.12%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E0B9FC (or 0xE0B9FC) is known color: Mauve. HEX triplet: E0, B9 and FC. RGB value is (224,185,252). Sum of RGB (Red+Green+Blue) = 224+185+252=661 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.89% from 661); Green value is 185 (72.66% from 255 or 27.99% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0B9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B9FC is #1F4603. Grayscale: #CCCCCC. Windows color (decimal): -2049540 or 16562656. OLE color: 16562656.

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

Color convert

RGB 224 185 252 -
CMYK 0.11 0.27 0 0.01
HSL 274.93º 0.92% 0.86% -
HSV(B) 274.93º 0.27% 0.99% -
XYZ 65.66 57.57 99.75 -
YUV 204.3 154.92 142.05 -
System Red Green Blue C M Y K H S L
Decimal 224 185 252 0.11 0.27 0 0.01 274.93 0.92 0.86
Hex E0 B9 FC B 1B 0 1 113 5C 56
Octal 340 271 374 13 33 0 1 423 134 126
Binary 11100000 10111001 11111100 1011 11011 0 1 100010011 1011100 1010110

Color Harmonies of #E0B9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B9FC

Black with #E0B9FC

Text Example


Text Example

White with #E0B9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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