Shades of Sweet Pink #EC9082
Tints of Sweet Pink #EC9082
RGB
CMYK
RGB Variations
Color information
#EC9082 (or 0xEC9082) is known color: Sweet Pink. HEX triplet: EC, 90 and 82. RGB value is (236,144,130). Sum of RGB (Red+Green+Blue) = 236+144+130=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9082 is #136F7D. Grayscale: #AAAAAA. Windows color (decimal): -1273726 or 8556780. OLE color: 8556780.
HSL color Cylindrical-coordinate representation of color #EC9082: hue angle of 7.92º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC9082 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 130 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.07 |
| HSL | 7.92º | 0.74% | 0.72% | - |
| HSV(B) | 7.92º | 0.45% | 0.93% | - |
| XYZ | 48.59 | 39.39 | 26.16 | - |
| YUV | 169.91 | 105.48 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 130 | 0 | 0.39 | 0.45 | 0.07 | 7.92 | 0.74 | 0.72 |
| Hex | EC | 90 | 82 | 0 | 27 | 2D | 7 | 8 | 4A | 48 |
| Octal | 354 | 220 | 202 | 0 | 47 | 55 | 7 | 10 | 112 | 110 |
| Binary | 11101100 | 10010000 | 10000010 | 0 | 100111 | 101101 | 111 | 1000 | 1001010 | 1001000 |
Color Harmonies of #EC9082
Complementary color
Monochromatic Colors of #EC9082
Black with #EC9082
Text Example
Text Example
White with #EC9082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9082; }
p { color: rgb(236,144,130); }
H1.HeaderClassName
{
color: #EC9082;
}
.AnyTagClassName
{
color: #EC9082;
}
</style>
background-color css
<style>
a { background-color: #EC9082; }
a { background-color: rgb(236,144,130); }
div.DivClassName
{
background-color: #EC9082;
}
.BgClassName
{
background-color: #EC9082;
}
</style>
border-color css
<style>
span { border-color: #EC9082; }
span { border-color: rgb(236,144,130); }
td.TdClassName
{
border-color: #EC9082;
}
.TagClassName
{
border-color: #EC9082;
}
</style>