#EC9AA5

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

Shades of Mauvelous #EC9AA5

Tints of Mauvelous #EC9AA5

Color information

#EC9AA5 (or 0xEC9AA5) is unknown color: approx Mauvelous. HEX triplet: EC, 9A and A5. RGB value is (236,154,165). Sum of RGB (Red+Green+Blue) = 236+154+165=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 165 (64.84% from 255 or 29.73% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9AA5 is #13655A. Grayscale: #B3B3B3. Windows color (decimal): -1271131 or 10853100. OLE color: 10853100.

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

Color convert

RGB236154165-
CMYK00.350.300.07
HSL351.95º68.33%76.47%-
HSV(B)351.95º34.75%92.55%-
XYZ52.9443.6641.23-
YUV179.77119.67168.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.52%
GREEN value IS 154 (60.55% from 255) = 27.75%
BLUE value IS 165 (64.84% from 255) = 29.73%
R=42.52%
G=27.75%
B=29.73%

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
Decimal23615416500.350.300.07351.9568.3376.47
HexEC9AA50231E7160444c
Octal354232245043367540104114
Binary11101100100110101010010101000111111011110110000010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9AA5; }

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

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

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

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

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

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

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

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