Html Css Color HEX #E0BFFD Mauve

📋 copy color: '#E0BFFD'

red 224 ◦ green 191 ◦ blue 253

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

Shades of Mauve #E0BFFD

Tints of Mauve #E0BFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.87%

R = 33.53%
G = 28.59%
B = 37.87%

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

#E0BFFD (or 0xE0BFFD) is known color: Mauve. HEX triplet: E0, BF and FD. RGB value is (224,191,253). Sum of RGB (Red+Green+Blue) = 224+191+253=668 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.53% from 668); Green value is 191 (75% from 255 or 28.59% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0BFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BFFD is #1F4002. Grayscale: #CFCFCF. Windows color (decimal): -2048003 or 16629728. OLE color: 16629728.

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

Color convert

RGB 224 191 253 -
CMYK 0.11 0.25 0 0.01
HSL 271.94º 0.94% 0.87% -
HSV(B) 271.94º 0.25% 0.99% -
XYZ 67.1 60.2 101.01 -
YUV 207.94 153.43 139.46 -
System Red Green Blue C M Y K H S L
Decimal 224 191 253 0.11 0.25 0 0.01 271.94 0.94 0.87
Hex E0 BF FD B 19 0 1 110 5E 57
Octal 340 277 375 13 31 0 1 420 136 127
Binary 11100000 10111111 11111101 1011 11001 0 1 100010000 1011110 1010111

Color Harmonies of #E0BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BFFD

Black with #E0BFFD

Text Example


Text Example

White with #E0BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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