Html Css Color HEX #E0BCFA Mauve

📋 copy color: '#E0BCFA'

red 224 ◦ green 188 ◦ blue 250

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

Shades of Mauve #E0BCFA

Tints of Mauve #E0BCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.76%

R = 33.84%
G = 28.4%
B = 37.76%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E0BCFA (or 0xE0BCFA) is known color: Mauve. HEX triplet: E0, BC and FA. RGB value is (224,188,250). Sum of RGB (Red+Green+Blue) = 224+188+250=662 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.84% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0BCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BCFA is #1F4305. Grayscale: #CDCDCD. Windows color (decimal): -2048774 or 16432352. OLE color: 16432352.

HSL color Cylindrical-coordinate representation of color #E0BCFA: hue angle of 274.84º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0BCFA is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 188 250 -
CMYK 0.10 0.25 0 0.02
HSL 274.84º 0.86% 0.86% -
HSV(B) 274.84º 0.25% 0.98% -
XYZ 65.98 58.72 98.3 -
YUV 205.83 152.93 140.96 -
System Red Green Blue C M Y K H S L
Decimal 224 188 250 0.10 0.25 0 0.02 274.84 0.86 0.86
Hex E0 BC FA A 19 0 2 113 56 56
Octal 340 274 372 12 31 0 2 423 126 126
Binary 11100000 10111100 11111010 1010 11001 0 10 100010011 1010110 1010110

Color Harmonies of #E0BCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BCFA

Black with #E0BCFA

Text Example


Text Example

White with #E0BCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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