Shades of Sweet Pink #EC998F
Tints of Sweet Pink #EC998F
RGB
CMYK
RGB Variations
Color information
#EC998F (or 0xEC998F) is known color: Sweet Pink. HEX triplet: EC, 99 and 8F. RGB value is (236,153,143). Sum of RGB (Red+Green+Blue) = 236+153+143=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC998F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC998F is #136670. Grayscale: #B0B0B0. Windows color (decimal): -1271409 or 9411052. OLE color: 9411052.
HSL color Cylindrical-coordinate representation of color #EC998F: hue angle of 6.45º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC998F is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 143 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.07 |
| HSL | 6.45º | 0.71% | 0.74% | - |
| HSV(B) | 6.45º | 0.39% | 0.93% | - |
| XYZ | 50.94 | 42.6 | 31.52 | - |
| YUV | 176.68 | 109 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 143 | 0 | 0.35 | 0.39 | 0.07 | 6.45 | 0.71 | 0.74 |
| Hex | EC | 99 | 8F | 0 | 23 | 27 | 7 | 6 | 47 | 4A |
| Octal | 354 | 231 | 217 | 0 | 43 | 47 | 7 | 6 | 107 | 112 |
| Binary | 11101100 | 10011001 | 10001111 | 0 | 100011 | 100111 | 111 | 110 | 1000111 | 1001010 |
Color Harmonies of #EC998F
Complementary color
Monochromatic Colors of #EC998F
Black with #EC998F
Text Example
Text Example
White with #EC998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC998F; }
p { color: rgb(236,153,143); }
H1.HeaderClassName
{
color: #EC998F;
}
.AnyTagClassName
{
color: #EC998F;
}
</style>
background-color css
<style>
a { background-color: #EC998F; }
a { background-color: rgb(236,153,143); }
div.DivClassName
{
background-color: #EC998F;
}
.BgClassName
{
background-color: #EC998F;
}
</style>
border-color css
<style>
span { border-color: #EC998F; }
span { border-color: rgb(236,153,143); }
td.TdClassName
{
border-color: #EC998F;
}
.TagClassName
{
border-color: #EC998F;
}
</style>