Shades of Sweet Pink #EC9A90
Tints of Sweet Pink #EC9A90
RGB
CMYK
RGB Variations
Color information
#EC9A90 (or 0xEC9A90) is known color: Sweet Pink. HEX triplet: EC, 9A and 90. RGB value is (236,154,144). Sum of RGB (Red+Green+Blue) = 236+154+144=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9A90 is #13656F. Grayscale: #B1B1B1. Windows color (decimal): -1271152 or 9476844. OLE color: 9476844.
HSL color Cylindrical-coordinate representation of color #EC9A90: hue angle of 6.52º 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 #EC9A90 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 144 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.07 |
| HSL | 6.52º | 0.71% | 0.75% | - |
| HSV(B) | 6.52º | 0.39% | 0.93% | - |
| XYZ | 51.18 | 42.96 | 31.98 | - |
| YUV | 177.38 | 109.17 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 144 | 0 | 0.35 | 0.39 | 0.07 | 6.52 | 0.71 | 0.75 |
| Hex | EC | 9A | 90 | 0 | 23 | 27 | 7 | 7 | 47 | 4B |
| Octal | 354 | 232 | 220 | 0 | 43 | 47 | 7 | 7 | 107 | 113 |
| Binary | 11101100 | 10011010 | 10010000 | 0 | 100011 | 100111 | 111 | 111 | 1000111 | 1001011 |
Color Harmonies of #EC9A90
Complementary color
Monochromatic Colors of #EC9A90
Black with #EC9A90
Text Example
Text Example
White with #EC9A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9A90; }
p { color: rgb(236,154,144); }
H1.HeaderClassName
{
color: #EC9A90;
}
.AnyTagClassName
{
color: #EC9A90;
}
</style>
background-color css
<style>
a { background-color: #EC9A90; }
a { background-color: rgb(236,154,144); }
div.DivClassName
{
background-color: #EC9A90;
}
.BgClassName
{
background-color: #EC9A90;
}
</style>
border-color css
<style>
span { border-color: #EC9A90; }
span { border-color: rgb(236,154,144); }
td.TdClassName
{
border-color: #EC9A90;
}
.TagClassName
{
border-color: #EC9A90;
}
</style>