Html Css Color HEX #E0BCF6 Mauve

📋 copy color: '#E0BCF6'

red 224 ◦ green 188 ◦ blue 246

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

Shades of Mauve #E0BCF6

Tints of Mauve #E0BCF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.39%

R = 34.04%
G = 28.57%
B = 37.39%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E0BCF6 (or 0xE0BCF6) is known color: Mauve. HEX triplet: E0, BC and F6. RGB value is (224,188,246). Sum of RGB (Red+Green+Blue) = 224+188+246=658 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.04% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 246 (96.48% from 255 or 37.39% from 658); Max value from RGB is 246 - color contains mainly: blue. Hex color #E0BCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BCF6 is #1F4309. Grayscale: #CDCDCD. Windows color (decimal): -2048778 or 16170208. OLE color: 16170208.

HSL color Cylindrical-coordinate representation of color #E0BCF6: hue angle of 277.24º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0BCF6 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 188 246 -
CMYK 0.09 0.24 0 0.04
HSL 277.24º 0.76% 0.85% -
HSV(B) 277.24º 0.24% 0.96% -
XYZ 65.36 58.47 95.03 -
YUV 205.38 150.93 141.28 -
System Red Green Blue C M Y K H S L
Decimal 224 188 246 0.09 0.24 0 0.04 277.24 0.76 0.85
Hex E0 BC F6 9 18 0 4 115 4C 55
Octal 340 274 366 11 30 0 4 425 114 125
Binary 11100000 10111100 11110110 1001 11000 0 100 100010101 1001100 1010101

Color Harmonies of #E0BCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BCF6

Black with #E0BCF6

Text Example


Text Example

White with #E0BCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BCF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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