Html Css Color HEX #E0BCFB Mauve

📋 copy color: '#E0BCFB'

red 224 ◦ green 188 ◦ blue 251

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

Shades of Mauve #E0BCFB

Tints of Mauve #E0BCFB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.36%

 BLUE value IS 251 (98.44% from 255) = 37.86%

R = 33.79%
G = 28.36%
B = 37.86%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E0BCFB (or 0xE0BCFB) is known color: Mauve. HEX triplet: E0, BC and FB. RGB value is (224,188,251). Sum of RGB (Red+Green+Blue) = 224+188+251=663 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.79% from 663); Green value is 188 (73.83% from 255 or 28.36% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0BCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BCFB is #1F4304. Grayscale: #CDCDCD. Windows color (decimal): -2048773 or 16497888. OLE color: 16497888.

HSL color Cylindrical-coordinate representation of color #E0BCFB: hue angle of 274.29º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0BCFB is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 188 251 -
CMYK 0.11 0.25 0 0.02
HSL 274.29º 0.89% 0.86% -
HSV(B) 274.29º 0.25% 0.98% -
XYZ 66.14 58.78 99.13 -
YUV 205.95 153.43 140.88 -
System Red Green Blue C M Y K H S L
Decimal 224 188 251 0.11 0.25 0 0.02 274.29 0.89 0.86
Hex E0 BC FB B 19 0 2 112 59 56
Octal 340 274 373 13 31 0 2 422 131 126
Binary 11100000 10111100 11111011 1011 11001 0 10 100010010 1011001 1010110

Color Harmonies of #E0BCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BCFB

Black with #E0BCFB

Text Example


Text Example

White with #E0BCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BCFB; }

 p { color: rgb(224,188,251); }

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

background-color css

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

 a { background-color: rgb(224,188,251); }

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

border-color css

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

 span { border-color: rgb(224,188,251); }

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