#EC9AA6

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

Shades of Mauvelous #EC9AA6

Tints of Mauvelous #EC9AA6

Color information

#EC9AA6 (or 0xEC9AA6) is unknown color: approx Mauvelous. HEX triplet: EC, 9A and A6. RGB value is (236,154,166). Sum of RGB (Red+Green+Blue) = 236+154+166=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9AA6 is #136559. Grayscale: #B3B3B3. Windows color (decimal): -1271130 or 10918636. OLE color: 10918636.

HSL color Cylindrical-coordinate representation of color #EC9AA6: hue angle of 351.22º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9AA6 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB236154166-
CMYK00.350.300.07
HSL351.22º68.33%76.47%-
HSV(B)351.22º34.75%92.55%-
XYZ53.0343.741.72-
YUV179.89120.17168.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.45%
GREEN value IS 154 (60.55% from 255) = 27.70%
BLUE value IS 166 (65.23% from 255) = 29.86%
R=42.45%
G=27.70%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615416600.350.300.07351.2268.3376.47
HexEC9AA60231E715f444c
Octal354232246043367537104114
Binary11101100100110101010011001000111111011110101111110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9AA6; }

 p { color: rgb(236,154,166); }

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

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

 a { background-color: rgb(236,154,166); }

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

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

 span { border-color: rgb(236,154,166); }

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