#EC90AA

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

Shades of Mauvelous #EC90AA

Tints of Mauvelous #EC90AA

Color information

#EC90AA (or 0xEC90AA) is unknown color: approx Mauvelous. HEX triplet: EC, 90 and AA. RGB value is (236,144,170). Sum of RGB (Red+Green+Blue) = 236+144+170=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC90AA is #136F55. Grayscale: #AEAEAE. Windows color (decimal): -1273686 or 11178220. OLE color: 11178220.

HSL color Cylindrical-coordinate representation of color #EC90AA: hue angle of 343.04º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC90AA is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB236144170-
CMYK00.390.280.07
HSL343.04º70.77%74.51%-
HSV(B)343.04º38.98%92.55%-
XYZ51.8240.6843.15-
YUV174.47125.48171.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.91%
GREEN value IS 144 (56.64% from 255) = 26.18%
BLUE value IS 170 (66.80% from 255) = 30.91%
R=42.91%
G=26.18%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614417000.390.280.07343.0470.7774.51
HexEC90AA0271C7157474b
Octal354220252047347527107113
Binary11101100100100001010101001001111110011110101011110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC90AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC90AA; }

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

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

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

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

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

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

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

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