Html Css Color HEX #E0BFEF Mauve

📋 copy color: '#E0BFEF'

red 224 ◦ green 191 ◦ blue 239

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

Shades of Mauve #E0BFEF

Tints of Mauve #E0BFEF

RGB

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

 GREEN value IS 191 (75% from 255) = 29.2%

 BLUE value IS 239 (93.75% from 255) = 36.54%

R = 34.25%
G = 29.2%
B = 36.54%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E0BFEF (or 0xE0BFEF) is known color: Mauve. HEX triplet: E0, BF and EF. RGB value is (224,191,239). Sum of RGB (Red+Green+Blue) = 224+191+239=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0BFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BFEF is #1F4010. Grayscale: #CECECE. Windows color (decimal): -2048017 or 15712224. OLE color: 15712224.

HSL color Cylindrical-coordinate representation of color #E0BFEF: hue angle of 281.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0BFEF is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 191 239 -
CMYK 0.06 0.20 0 0.06
HSL 281.25º 0.6% 0.84% -
HSV(B) 281.25º 0.2% 0.94% -
XYZ 64.95 59.34 89.69 -
YUV 206.34 146.43 140.6 -
System Red Green Blue C M Y K H S L
Decimal 224 191 239 0.06 0.20 0 0.06 281.25 0.6 0.84
Hex E0 BF EF 6 14 0 6 119 3C 54
Octal 340 277 357 6 24 0 6 431 74 124
Binary 11100000 10111111 11101111 110 10100 0 110 100011001 111100 1010100

Color Harmonies of #E0BFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BFEF

Black with #E0BFEF

Text Example


Text Example

White with #E0BFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BFEF; }

 p { color: rgb(224,191,239); }

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

background-color css

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

 a { background-color: rgb(224,191,239); }

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

border-color css

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

 span { border-color: rgb(224,191,239); }

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