Shades of Sweet Pink #EC9085
Tints of Sweet Pink #EC9085
RGB
CMYK
RGB Variations
Color information
#EC9085 (or 0xEC9085) is known color: Sweet Pink. HEX triplet: EC, 90 and 85. RGB value is (236,144,133). Sum of RGB (Red+Green+Blue) = 236+144+133=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9085 is #136F7A. Grayscale: #AAAAAA. Windows color (decimal): -1273723 or 8753388. OLE color: 8753388.
HSL color Cylindrical-coordinate representation of color #EC9085: hue angle of 6.41º 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 #EC9085 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 133 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.07 |
| HSL | 6.41º | 0.73% | 0.72% | - |
| HSV(B) | 6.41º | 0.44% | 0.93% | - |
| XYZ | 48.8 | 39.47 | 27.24 | - |
| YUV | 170.25 | 106.98 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 133 | 0 | 0.39 | 0.44 | 0.07 | 6.41 | 0.73 | 0.72 |
| Hex | EC | 90 | 85 | 0 | 27 | 2C | 7 | 6 | 49 | 48 |
| Octal | 354 | 220 | 205 | 0 | 47 | 54 | 7 | 6 | 111 | 110 |
| Binary | 11101100 | 10010000 | 10000101 | 0 | 100111 | 101100 | 111 | 110 | 1001001 | 1001000 |
Color Harmonies of #EC9085
Complementary color
Monochromatic Colors of #EC9085
Black with #EC9085
Text Example
Text Example
White with #EC9085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9085; }
p { color: rgb(236,144,133); }
H1.HeaderClassName
{
color: #EC9085;
}
.AnyTagClassName
{
color: #EC9085;
}
</style>
background-color css
<style>
a { background-color: #EC9085; }
a { background-color: rgb(236,144,133); }
div.DivClassName
{
background-color: #EC9085;
}
.BgClassName
{
background-color: #EC9085;
}
</style>
border-color css
<style>
span { border-color: #EC9085; }
span { border-color: rgb(236,144,133); }
td.TdClassName
{
border-color: #EC9085;
}
.TagClassName
{
border-color: #EC9085;
}
</style>