Html Css Color HEX #E0B8FE Mauve

📋 copy color: '#E0B8FE'

red 224 ◦ green 184 ◦ blue 254

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

Shades of Mauve #E0B8FE

Tints of Mauve #E0B8FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.37%

R = 33.84%
G = 27.79%
B = 38.37%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E0B8FE (or 0xE0B8FE) is known color: Mauve. HEX triplet: E0, B8 and FE. RGB value is (224,184,254). Sum of RGB (Red+Green+Blue) = 224+184+254=662 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.84% from 662); Green value is 184 (72.27% from 255 or 27.79% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0B8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B8FE is #1F4701. Grayscale: #CBCBCB. Windows color (decimal): -2049794 or 16693472. OLE color: 16693472.

HSL color Cylindrical-coordinate representation of color #E0B8FE: hue angle of 274.29º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0B8FE is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 184 254 -
CMYK 0.12 0.28 0 0.00
HSL 274.29º 0.97% 0.86% -
HSV(B) 274.29º 0.28% 1% -
XYZ 65.77 57.28 101.36 -
YUV 203.94 156.25 142.31 -
System Red Green Blue C M Y K H S L
Decimal 224 184 254 0.12 0.28 0 0.00 274.29 0.97 0.86
Hex E0 B8 FE C 1C 0 0 112 61 56
Octal 340 270 376 14 34 0 0 422 141 126
Binary 11100000 10111000 11111110 1100 11100 0 0 100010010 1100001 1010110

Color Harmonies of #E0B8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B8FE

Black with #E0B8FE

Text Example


Text Example

White with #E0B8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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