Html Css Color HEX #E0B8F1 Mauve

📋 copy color: '#E0B8F1'

red 224 ◦ green 184 ◦ blue 241

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

Shades of Mauve #E0B8F1

Tints of Mauve #E0B8F1

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.35%

 BLUE value IS 241 (94.53% from 255) = 37.13%

R = 34.51%
G = 28.35%
B = 37.13%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E0B8F1 (or 0xE0B8F1) is known color: Mauve. HEX triplet: E0, B8 and F1. RGB value is (224,184,241). Sum of RGB (Red+Green+Blue) = 224+184+241=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 184 (72.27% from 255 or 28.35% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0B8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B8F1 is #1F470E. Grayscale: #CACACA. Windows color (decimal): -2049807 or 15841504. OLE color: 15841504.

HSL color Cylindrical-coordinate representation of color #E0B8F1: hue angle of 282.11º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0B8F1 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 184 241 -
CMYK 0.07 0.24 0 0.05
HSL 282.11º 0.67% 0.83% -
HSV(B) 282.11º 0.24% 0.95% -
XYZ 63.76 56.48 90.76 -
YUV 202.46 149.75 143.37 -
System Red Green Blue C M Y K H S L
Decimal 224 184 241 0.07 0.24 0 0.05 282.11 0.67 0.83
Hex E0 B8 F1 7 18 0 5 11A 43 53
Octal 340 270 361 7 30 0 5 432 103 123
Binary 11100000 10111000 11110001 111 11000 0 101 100011010 1000011 1010011

Color Harmonies of #E0B8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B8F1

Black with #E0B8F1

Text Example


Text Example

White with #E0B8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B8F1; }

 p { color: rgb(224,184,241); }

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

background-color css

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

 a { background-color: rgb(224,184,241); }

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

border-color css

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

 span { border-color: rgb(224,184,241); }

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