Shades of Sweet Pink #EC8888
Tints of Sweet Pink #EC8888
RGB
CMYK
RGB Variations
Color information
#EC8888 (or 0xEC8888) is known color: Sweet Pink. HEX triplet: EC, 88 and 88. RGB value is (236,136,136). Sum of RGB (Red+Green+Blue) = 236+136+136=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8888 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8888 is #137777. Grayscale: #A6A6A6. Windows color (decimal): -1275768 or 8947948. OLE color: 8947948.
HSL color Cylindrical-coordinate representation of color #EC8888: hue angle of 0º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8888 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 136 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.07 |
| HSL | 0º | 0.72% | 0.73% | - |
| HSV(B) | 0º | 0.42% | 0.93% | - |
| XYZ | 47.84 | 37.22 | 27.96 | - |
| YUV | 165.9 | 111.13 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 136 | 0 | 0.42 | 0.42 | 0.07 | 0 | 0.72 | 0.73 |
| Hex | EC | 88 | 88 | 0 | 2A | 2A | 7 | 0 | 48 | 49 |
| Octal | 354 | 210 | 210 | 0 | 52 | 52 | 7 | 0 | 110 | 111 |
| Binary | 11101100 | 10001000 | 10001000 | 0 | 101010 | 101010 | 111 | 0 | 1001000 | 1001001 |
Color Harmonies of #EC8888
Complementary color
Monochromatic Colors of #EC8888
Black with #EC8888
Text Example
Text Example
White with #EC8888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8888; }
p { color: rgb(236,136,136); }
H1.HeaderClassName
{
color: #EC8888;
}
.AnyTagClassName
{
color: #EC8888;
}
</style>
background-color css
<style>
a { background-color: #EC8888; }
a { background-color: rgb(236,136,136); }
div.DivClassName
{
background-color: #EC8888;
}
.BgClassName
{
background-color: #EC8888;
}
</style>
border-color css
<style>
span { border-color: #EC8888; }
span { border-color: rgb(236,136,136); }
td.TdClassName
{
border-color: #EC8888;
}
.TagClassName
{
border-color: #EC8888;
}
</style>