#EC8EA2

Color #EC8EA2 Mauvelous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauvelous #EC8EA2

Tints of Mauvelous #EC8EA2

Color information

#EC8EA2 (or 0xEC8EA2) is unknown color: approx Mauvelous. HEX triplet: EC, 8E and A2. RGB value is (236,142,162). Sum of RGB (Red+Green+Blue) = 236+142+162=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 162 (63.67% from 255 or 30% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8EA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8EA2 is #13715D. Grayscale: #ACACAC. Windows color (decimal): -1274206 or 10653420. OLE color: 10653420.

HSL color Cylindrical-coordinate representation of color #EC8EA2: hue angle of 347.23º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8EA2 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB236142162-
CMYK00.400.310.07
HSL347.23º71.21%74.12%-
HSV(B)347.23º39.83%92.55%-
XYZ50.7939.7939.19-
YUV172.39122.14173.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.70%
GREEN value IS 142 (55.86% from 255) = 26.30%
BLUE value IS 162 (63.67% from 255) = 30%
R=43.70%
G=26.30%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614216200.400.310.07347.2371.2174.12
HexEC8EA20281F715b474a
Octal354216242050377533107112
Binary11101100100011101010001001010001111111110101101110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8EA2; }

 p { color: rgb(236,142,162); }

 H1.HeaderClassName
 {
   color: #EC8EA2;
 }
 .AnyTagClassName
 {
   color: #EC8EA2;
 }
</style>
background-color css

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

 a { background-color: rgb(236,142,162); }

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

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

 span { border-color: rgb(236,142,162); }

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