Html Css Color HEX #E0AEEC Mauve

📋 copy color: '#E0AEEC'

red 224 ◦ green 174 ◦ blue 236

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

Shades of Mauve #E0AEEC

Tints of Mauve #E0AEEC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.44%

 BLUE value IS 236 (92.58% from 255) = 37.22%

R = 35.33%
G = 27.44%
B = 37.22%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E0AEEC (or 0xE0AEEC) is known color: Mauve. HEX triplet: E0, AE and EC. RGB value is (224,174,236). Sum of RGB (Red+Green+Blue) = 224+174+236=634 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.33% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEEC is #1F5113. Grayscale: #C3C3C3. Windows color (decimal): -2052372 or 15511264. OLE color: 15511264.

HSL color Cylindrical-coordinate representation of color #E0AEEC: hue angle of 288.39º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0AEEC is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 174 236 -
CMYK 0.05 0.26 0 0.07
HSL 288.39º 0.62% 0.8% -
HSV(B) 288.39º 0.26% 0.93% -
XYZ 61.02 52.18 86.21 -
YUV 196.02 150.57 147.96 -
System Red Green Blue C M Y K H S L
Decimal 224 174 236 0.05 0.26 0 0.07 288.39 0.62 0.8
Hex E0 AE EC 5 1A 0 7 120 3E 50
Octal 340 256 354 5 32 0 7 440 76 120
Binary 11100000 10101110 11101100 101 11010 0 111 100100000 111110 1010000

Color Harmonies of #E0AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AEEC

Black with #E0AEEC

Text Example


Text Example

White with #E0AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AEEC; }

 p { color: rgb(224,174,236); }

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

background-color css

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

 a { background-color: rgb(224,174,236); }

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

border-color css

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

 span { border-color: rgb(224,174,236); }

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