Html Css Color HEX #E0C2FE Mauve

📋 copy color: '#E0C2FE'

red 224 ◦ green 194 ◦ blue 254

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

Shades of Mauve #E0C2FE

Tints of Mauve #E0C2FE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.87%

 BLUE value IS 254 (99.61% from 255) = 37.8%

R = 33.33%
G = 28.87%
B = 37.8%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E0C2FE (or 0xE0C2FE) is known color: Mauve. HEX triplet: E0, C2 and FE. RGB value is (224,194,254). Sum of RGB (Red+Green+Blue) = 224+194+254=672 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.33% from 672); Green value is 194 (76.17% from 255 or 28.87% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0C2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C2FE is #1F3D01. Grayscale: #D1D1D1. Windows color (decimal): -2047234 or 16696032. OLE color: 16696032.

HSL color Cylindrical-coordinate representation of color #E0C2FE: hue angle of 270º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0C2FE is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 194 254 -
CMYK 0.12 0.24 0 0.00
HSL 270º 0.97% 0.88% -
HSV(B) 270º 0.24% 1% -
XYZ 67.92 61.59 102.07 -
YUV 209.81 152.94 138.12 -
System Red Green Blue C M Y K H S L
Decimal 224 194 254 0.12 0.24 0 0.00 270 0.97 0.88
Hex E0 C2 FE C 18 0 0 10E 61 58
Octal 340 302 376 14 30 0 0 416 141 130
Binary 11100000 11000010 11111110 1100 11000 0 0 100001110 1100001 1011000

Color Harmonies of #E0C2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C2FE

Black with #E0C2FE

Text Example


Text Example

White with #E0C2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C2FE; }

 p { color: rgb(224,194,254); }

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

background-color css

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

 a { background-color: rgb(224,194,254); }

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

border-color css

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

 span { border-color: rgb(224,194,254); }

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