Shades of Sweet Pink #EC9184
Tints of Sweet Pink #EC9184
RGB
CMYK
RGB Variations
Color information
#EC9184 (or 0xEC9184) is known color: Sweet Pink. HEX triplet: EC, 91 and 84. RGB value is (236,145,132). Sum of RGB (Red+Green+Blue) = 236+145+132=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 132 (51.95% from 255 or 25.73% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9184 is #136E7B. Grayscale: #AAAAAA. Windows color (decimal): -1273468 or 8688108. OLE color: 8688108.
HSL color Cylindrical-coordinate representation of color #EC9184: hue angle of 7.5º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC9184 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 132 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.07 |
| HSL | 7.5º | 0.73% | 0.72% | - |
| HSV(B) | 7.5º | 0.44% | 0.93% | - |
| XYZ | 48.88 | 39.75 | 26.93 | - |
| YUV | 170.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 132 | 0 | 0.39 | 0.44 | 0.07 | 7.5 | 0.73 | 0.72 |
| Hex | EC | 91 | 84 | 0 | 27 | 2C | 7 | 8 | 49 | 48 |
| Octal | 354 | 221 | 204 | 0 | 47 | 54 | 7 | 10 | 111 | 110 |
| Binary | 11101100 | 10010001 | 10000100 | 0 | 100111 | 101100 | 111 | 1000 | 1001001 | 1001000 |
Color Harmonies of #EC9184
Complementary color
Monochromatic Colors of #EC9184
Black with #EC9184
Text Example
Text Example
White with #EC9184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9184; }
p { color: rgb(236,145,132); }
H1.HeaderClassName
{
color: #EC9184;
}
.AnyTagClassName
{
color: #EC9184;
}
</style>
background-color css
<style>
a { background-color: #EC9184; }
a { background-color: rgb(236,145,132); }
div.DivClassName
{
background-color: #EC9184;
}
.BgClassName
{
background-color: #EC9184;
}
</style>
border-color css
<style>
span { border-color: #EC9184; }
span { border-color: rgb(236,145,132); }
td.TdClassName
{
border-color: #EC9184;
}
.TagClassName
{
border-color: #EC9184;
}
</style>