#EC8EAA

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

Shades of Mauvelous #EC8EAA

Tints of Mauvelous #EC8EAA

Color information

#EC8EAA (or 0xEC8EAA) is unknown color: approx Mauvelous. HEX triplet: EC, 8E and AA. RGB value is (236,142,170). Sum of RGB (Red+Green+Blue) = 236+142+170=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8EAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8EAA is #137155. Grayscale: #ADADAD. Windows color (decimal): -1274198 or 11177708. OLE color: 11177708.

HSL color Cylindrical-coordinate representation of color #EC8EAA: hue angle of 342.13º 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 #EC8EAA is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB236142170-
CMYK00.400.280.07
HSL342.13º71.21%74.12%-
HSV(B)342.13º39.83%92.55%-
XYZ51.5240.0843.05-
YUV173.3126.14172.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.07%
GREEN value IS 142 (55.86% from 255) = 25.91%
BLUE value IS 170 (66.80% from 255) = 31.02%
R=43.07%
G=25.91%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614217000.400.280.07342.1371.2174.12
HexEC8EAA0281C7156474a
Octal354216252050347526107112
Binary11101100100011101010101001010001110011110101011010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8EAA; }

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

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

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

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

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

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

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

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