Html Css Color HEX #E0BCFC Mauve

📋 copy color: '#E0BCFC'

red 224 ◦ green 188 ◦ blue 252

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

Shades of Mauve #E0BCFC

Tints of Mauve #E0BCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.95%

R = 33.73%
G = 28.31%
B = 37.95%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E0BCFC (or 0xE0BCFC) is known color: Mauve. HEX triplet: E0, BC and FC. RGB value is (224,188,252). Sum of RGB (Red+Green+Blue) = 224+188+252=664 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.73% from 664); Green value is 188 (73.83% from 255 or 28.31% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BCFC is #1F4303. Grayscale: #CDCDCD. Windows color (decimal): -2048772 or 16563424. OLE color: 16563424.

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

Color convert

RGB 224 188 252 -
CMYK 0.11 0.25 0 0.01
HSL 273.75º 0.91% 0.86% -
HSV(B) 273.75º 0.25% 0.99% -
XYZ 66.29 58.84 99.96 -
YUV 206.06 153.93 140.8 -
System Red Green Blue C M Y K H S L
Decimal 224 188 252 0.11 0.25 0 0.01 273.75 0.91 0.86
Hex E0 BC FC B 19 0 1 112 5B 56
Octal 340 274 374 13 31 0 1 422 133 126
Binary 11100000 10111100 11111100 1011 11001 0 1 100010010 1011011 1010110

Color Harmonies of #E0BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BCFC

Black with #E0BCFC

Text Example


Text Example

White with #E0BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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