Shades of Sweet Pink #EC9288
Tints of Sweet Pink #EC9288
RGB
CMYK
RGB Variations
Color information
#EC9288 (or 0xEC9288) is known color: Sweet Pink. HEX triplet: EC, 92 and 88. RGB value is (236,146,136). Sum of RGB (Red+Green+Blue) = 236+146+136=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9288 is #136D77. Grayscale: #ABABAB. Windows color (decimal): -1273208 or 8950508. OLE color: 8950508.
HSL color Cylindrical-coordinate representation of color #EC9288: hue angle of 6º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC9288 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 136 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.07 |
| HSL | 6º | 0.72% | 0.73% | - |
| HSV(B) | 6º | 0.42% | 0.93% | - |
| XYZ | 49.31 | 40.17 | 28.45 | - |
| YUV | 171.77 | 107.82 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 136 | 0 | 0.38 | 0.42 | 0.07 | 6 | 0.72 | 0.73 |
| Hex | EC | 92 | 88 | 0 | 26 | 2A | 7 | 6 | 48 | 49 |
| Octal | 354 | 222 | 210 | 0 | 46 | 52 | 7 | 6 | 110 | 111 |
| Binary | 11101100 | 10010010 | 10001000 | 0 | 100110 | 101010 | 111 | 110 | 1001000 | 1001001 |
Color Harmonies of #EC9288
Complementary color
Monochromatic Colors of #EC9288
Black with #EC9288
Text Example
Text Example
White with #EC9288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9288; }
p { color: rgb(236,146,136); }
H1.HeaderClassName
{
color: #EC9288;
}
.AnyTagClassName
{
color: #EC9288;
}
</style>
background-color css
<style>
a { background-color: #EC9288; }
a { background-color: rgb(236,146,136); }
div.DivClassName
{
background-color: #EC9288;
}
.BgClassName
{
background-color: #EC9288;
}
</style>
border-color css
<style>
span { border-color: #EC9288; }
span { border-color: rgb(236,146,136); }
td.TdClassName
{
border-color: #EC9288;
}
.TagClassName
{
border-color: #EC9288;
}
</style>