Shades of Sweet Pink #EC9083
Tints of Sweet Pink #EC9083
RGB
CMYK
RGB Variations
Color information
#EC9083 (or 0xEC9083) is known color: Sweet Pink. HEX triplet: EC, 90 and 83. RGB value is (236,144,131). Sum of RGB (Red+Green+Blue) = 236+144+131=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9083 is #136F7C. Grayscale: #AAAAAA. Windows color (decimal): -1273725 or 8622316. OLE color: 8622316.
HSL color Cylindrical-coordinate representation of color #EC9083: hue angle of 7.43º 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 #EC9083 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 131 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.07 |
| HSL | 7.43º | 0.73% | 0.72% | - |
| HSV(B) | 7.43º | 0.44% | 0.93% | - |
| XYZ | 48.66 | 39.42 | 26.52 | - |
| YUV | 170.03 | 105.98 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 131 | 0 | 0.39 | 0.44 | 0.07 | 7.43 | 0.73 | 0.72 |
| Hex | EC | 90 | 83 | 0 | 27 | 2C | 7 | 7 | 49 | 48 |
| Octal | 354 | 220 | 203 | 0 | 47 | 54 | 7 | 7 | 111 | 110 |
| Binary | 11101100 | 10010000 | 10000011 | 0 | 100111 | 101100 | 111 | 111 | 1001001 | 1001000 |
Color Harmonies of #EC9083
Complementary color
Monochromatic Colors of #EC9083
Black with #EC9083
Text Example
Text Example
White with #EC9083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9083; }
p { color: rgb(236,144,131); }
H1.HeaderClassName
{
color: #EC9083;
}
.AnyTagClassName
{
color: #EC9083;
}
</style>
background-color css
<style>
a { background-color: #EC9083; }
a { background-color: rgb(236,144,131); }
div.DivClassName
{
background-color: #EC9083;
}
.BgClassName
{
background-color: #EC9083;
}
</style>
border-color css
<style>
span { border-color: #EC9083; }
span { border-color: rgb(236,144,131); }
td.TdClassName
{
border-color: #EC9083;
}
.TagClassName
{
border-color: #EC9083;
}
</style>