Html Css Color HEX #E0BCF2 Mauve

📋 copy color: '#E0BCF2'

red 224 ◦ green 188 ◦ blue 242

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

Shades of Mauve #E0BCF2

Tints of Mauve #E0BCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37%

R = 34.25%
G = 28.75%
B = 37%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E0BCF2 (or 0xE0BCF2) is known color: Mauve. HEX triplet: E0, BC and F2. RGB value is (224,188,242). Sum of RGB (Red+Green+Blue) = 224+188+242=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 188 (73.83% from 255 or 28.75% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #E0BCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BCF2 is #1F430D. Grayscale: #CCCCCC. Windows color (decimal): -2048782 or 15908064. OLE color: 15908064.

HSL color Cylindrical-coordinate representation of color #E0BCF2: hue angle of 280º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0BCF2 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 188 242 -
CMYK 0.07 0.22 0 0.05
HSL 280º 0.68% 0.84% -
HSV(B) 280º 0.22% 0.95% -
XYZ 64.75 58.22 91.83 -
YUV 204.92 148.93 141.61 -
System Red Green Blue C M Y K H S L
Decimal 224 188 242 0.07 0.22 0 0.05 280 0.68 0.84
Hex E0 BC F2 7 16 0 5 118 44 54
Octal 340 274 362 7 26 0 5 430 104 124
Binary 11100000 10111100 11110010 111 10110 0 101 100011000 1000100 1010100

Color Harmonies of #E0BCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BCF2

Black with #E0BCF2

Text Example


Text Example

White with #E0BCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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