Html Css Color HEX #E0B9FA Mauve

📋 copy color: '#E0B9FA'

red 224 ◦ green 185 ◦ blue 250

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

Shades of Mauve #E0B9FA

Tints of Mauve #E0B9FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.94%

R = 33.99%
G = 28.07%
B = 37.94%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E0B9FA (or 0xE0B9FA) is known color: Mauve. HEX triplet: E0, B9 and FA. RGB value is (224,185,250). Sum of RGB (Red+Green+Blue) = 224+185+250=659 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.99% from 659); Green value is 185 (72.66% from 255 or 28.07% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0B9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B9FA is #1F4605. Grayscale: #CBCBCB. Windows color (decimal): -2049542 or 16431584. OLE color: 16431584.

HSL color Cylindrical-coordinate representation of color #E0B9FA: hue angle of 276º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0B9FA is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 185 250 -
CMYK 0.10 0.26 0 0.02
HSL 276º 0.87% 0.85% -
HSV(B) 276º 0.26% 0.98% -
XYZ 65.34 57.45 98.09 -
YUV 204.07 153.92 142.21 -
System Red Green Blue C M Y K H S L
Decimal 224 185 250 0.10 0.26 0 0.02 276 0.87 0.85
Hex E0 B9 FA A 1A 0 2 114 57 55
Octal 340 271 372 12 32 0 2 424 127 125
Binary 11100000 10111001 11111010 1010 11010 0 10 100010100 1010111 1010101

Color Harmonies of #E0B9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B9FA

Black with #E0B9FA

Text Example


Text Example

White with #E0B9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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