Shades of Sweet Pink #EC9183
Tints of Sweet Pink #EC9183
RGB
CMYK
RGB Variations
Color information
#EC9183 (or 0xEC9183) is known color: Sweet Pink. HEX triplet: EC, 91 and 83. RGB value is (236,145,131). Sum of RGB (Red+Green+Blue) = 236+145+131=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9183 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9183 is #136E7C. Grayscale: #AAAAAA. Windows color (decimal): -1273469 or 8622572. OLE color: 8622572.
HSL color Cylindrical-coordinate representation of color #EC9183: hue angle of 8º 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 #EC9183 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 131 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.07 |
| HSL | 8º | 0.73% | 0.72% | - |
| HSV(B) | 8º | 0.44% | 0.93% | - |
| XYZ | 48.81 | 39.72 | 26.57 | - |
| YUV | 170.61 | 105.65 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 131 | 0 | 0.39 | 0.44 | 0.07 | 8 | 0.73 | 0.72 |
| Hex | EC | 91 | 83 | 0 | 27 | 2C | 7 | 8 | 49 | 48 |
| Octal | 354 | 221 | 203 | 0 | 47 | 54 | 7 | 10 | 111 | 110 |
| Binary | 11101100 | 10010001 | 10000011 | 0 | 100111 | 101100 | 111 | 1000 | 1001001 | 1001000 |
Color Harmonies of #EC9183
Complementary color
Monochromatic Colors of #EC9183
Black with #EC9183
Text Example
Text Example
White with #EC9183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9183; }
p { color: rgb(236,145,131); }
H1.HeaderClassName
{
color: #EC9183;
}
.AnyTagClassName
{
color: #EC9183;
}
</style>
background-color css
<style>
a { background-color: #EC9183; }
a { background-color: rgb(236,145,131); }
div.DivClassName
{
background-color: #EC9183;
}
.BgClassName
{
background-color: #EC9183;
}
</style>
border-color css
<style>
span { border-color: #EC9183; }
span { border-color: rgb(236,145,131); }
td.TdClassName
{
border-color: #EC9183;
}
.TagClassName
{
border-color: #EC9183;
}
</style>