Html Css Color HEX #E2BCF0 Mauve

📋 copy color: '#E2BCF0'

red 226 ◦ green 188 ◦ blue 240

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

Shades of Mauve #E2BCF0

Tints of Mauve #E2BCF0

RGB

 RED value IS 226 (88.67% from 255) = 34.56%

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

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

R = 34.56%
G = 28.75%
B = 36.7%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E2BCF0 (or 0xE2BCF0) is known color: Mauve. HEX triplet: E2, BC and F0. RGB value is (226,188,240). Sum of RGB (Red+Green+Blue) = 226+188+240=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 188 (73.83% from 255 or 28.75% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 240 - color contains mainly: blue. Hex color #E2BCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BCF0 is #1D430F. Grayscale: #CDCDCD. Windows color (decimal): -1917712 or 15776994. OLE color: 15776994.

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

Color convert

RGB 226 188 240 -
CMYK 0.06 0.22 0 0.06
HSL 283.85º 0.63% 0.84% -
HSV(B) 283.85º 0.22% 0.94% -
XYZ 65.08 58.43 90.29 -
YUV 205.29 147.59 142.77 -
System Red Green Blue C M Y K H S L
Decimal 226 188 240 0.06 0.22 0 0.06 283.85 0.63 0.84
Hex E2 BC F0 6 16 0 6 11C 3F 54
Octal 342 274 360 6 26 0 6 434 77 124
Binary 11100010 10111100 11110000 110 10110 0 110 100011100 111111 1010100

Color Harmonies of #E2BCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BCF0

Black with #E2BCF0

Text Example


Text Example

White with #E2BCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BCF0; }

 p { color: rgb(226,188,240); }

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

background-color css

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

 a { background-color: rgb(226,188,240); }

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

border-color css

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

 span { border-color: rgb(226,188,240); }

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