Shades of Sweet Pink #EC9286
Tints of Sweet Pink #EC9286
RGB
CMYK
RGB Variations
Color information
#EC9286 (or 0xEC9286) is known color: Sweet Pink. HEX triplet: EC, 92 and 86. RGB value is (236,146,134). Sum of RGB (Red+Green+Blue) = 236+146+134=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9286 is #136D79. Grayscale: #ABABAB. Windows color (decimal): -1273210 or 8819436. OLE color: 8819436.
HSL color Cylindrical-coordinate representation of color #EC9286: hue angle of 7.06º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC9286 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 134 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.07 |
| HSL | 7.06º | 0.73% | 0.73% | - |
| HSV(B) | 7.06º | 0.43% | 0.93% | - |
| XYZ | 49.17 | 40.11 | 27.7 | - |
| YUV | 171.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 134 | 0 | 0.38 | 0.43 | 0.07 | 7.06 | 0.73 | 0.73 |
| Hex | EC | 92 | 86 | 0 | 26 | 2B | 7 | 7 | 49 | 49 |
| Octal | 354 | 222 | 206 | 0 | 46 | 53 | 7 | 7 | 111 | 111 |
| Binary | 11101100 | 10010010 | 10000110 | 0 | 100110 | 101011 | 111 | 111 | 1001001 | 1001001 |
Color Harmonies of #EC9286
Complementary color
Monochromatic Colors of #EC9286
Black with #EC9286
Text Example
Text Example
White with #EC9286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9286; }
p { color: rgb(236,146,134); }
H1.HeaderClassName
{
color: #EC9286;
}
.AnyTagClassName
{
color: #EC9286;
}
</style>
background-color css
<style>
a { background-color: #EC9286; }
a { background-color: rgb(236,146,134); }
div.DivClassName
{
background-color: #EC9286;
}
.BgClassName
{
background-color: #EC9286;
}
</style>
border-color css
<style>
span { border-color: #EC9286; }
span { border-color: rgb(236,146,134); }
td.TdClassName
{
border-color: #EC9286;
}
.TagClassName
{
border-color: #EC9286;
}
</style>