Html Css Color HEX #E0B8FF Mauve

📋 copy color: '#E0B8FF'

red 224 ◦ green 184 ◦ blue 255

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

Shades of Mauve #E0B8FF

Tints of Mauve #E0B8FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.46%

R = 33.79%
G = 27.75%
B = 38.46%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E0B8FF (or 0xE0B8FF) is known color: Mauve. HEX triplet: E0, B8 and FF. RGB value is (224,184,255). Sum of RGB (Red+Green+Blue) = 224+184+255=663 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.79% from 663); Green value is 184 (72.27% from 255 or 27.75% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0B8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B8FF is #1F4700. Grayscale: #CBCBCB. Windows color (decimal): -2049793 or 16759008. OLE color: 16759008.

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

Color convert

RGB 224 184 255 -
CMYK 0.12 0.28 0 0
HSL 273.8º 1% 0.86% -
HSV(B) 273.8º 0.28% 1% -
XYZ 65.93 57.35 102.2 -
YUV 204.05 156.75 142.23 -
System Red Green Blue C M Y K H S L
Decimal 224 184 255 0.12 0.28 0 0 273.8 1 0.86
Hex E0 B8 FF C 1C 0 0 112 64 56
Octal 340 270 377 14 34 0 0 422 144 126
Binary 11100000 10111000 11111111 1100 11100 0 0 100010010 1100100 1010110

Color Harmonies of #E0B8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B8FF

Black with #E0B8FF

Text Example


Text Example

White with #E0B8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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