Html Css Color HEX #E0BFF0 Mauve

📋 copy color: '#E0BFF0'

red 224 ◦ green 191 ◦ blue 240

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

Shades of Mauve #E0BFF0

Tints of Mauve #E0BFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.64%

R = 34.2%
G = 29.16%
B = 36.64%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E0BFF0 (or 0xE0BFF0) is known color: Mauve. HEX triplet: E0, BF and F0. RGB value is (224,191,240). Sum of RGB (Red+Green+Blue) = 224+191+240=655 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.20% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 240 - color contains mainly: blue. Hex color #E0BFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BFF0 is #1F400F. Grayscale: #CECECE. Windows color (decimal): -2048016 or 15777760. OLE color: 15777760.

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

Color convert

RGB 224 191 240 -
CMYK 0.07 0.20 0 0.06
HSL 280.41º 0.62% 0.85% -
HSV(B) 280.41º 0.2% 0.94% -
XYZ 65.1 59.4 90.47 -
YUV 206.45 146.93 140.52 -
System Red Green Blue C M Y K H S L
Decimal 224 191 240 0.07 0.20 0 0.06 280.41 0.62 0.85
Hex E0 BF F0 7 14 0 6 118 3E 55
Octal 340 277 360 7 24 0 6 430 76 125
Binary 11100000 10111111 11110000 111 10100 0 110 100011000 111110 1010101

Color Harmonies of #E0BFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BFF0

Black with #E0BFF0

Text Example


Text Example

White with #E0BFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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