Shades of Sweet Pink #EC998E
Tints of Sweet Pink #EC998E
RGB
CMYK
RGB Variations
Color information
#EC998E (or 0xEC998E) is known color: Sweet Pink. HEX triplet: EC, 99 and 8E. RGB value is (236,153,142). Sum of RGB (Red+Green+Blue) = 236+153+142=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC998E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC998E is #136671. Grayscale: #B0B0B0. Windows color (decimal): -1271410 or 9345516. OLE color: 9345516.
HSL color Cylindrical-coordinate representation of color #EC998E: hue angle of 7.02º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC998E is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 142 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.07 |
| HSL | 7.02º | 0.71% | 0.74% | - |
| HSV(B) | 7.02º | 0.4% | 0.93% | - |
| XYZ | 50.87 | 42.57 | 31.13 | - |
| YUV | 176.56 | 108.5 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 142 | 0 | 0.35 | 0.40 | 0.07 | 7.02 | 0.71 | 0.74 |
| Hex | EC | 99 | 8E | 0 | 23 | 28 | 7 | 7 | 47 | 4A |
| Octal | 354 | 231 | 216 | 0 | 43 | 50 | 7 | 7 | 107 | 112 |
| Binary | 11101100 | 10011001 | 10001110 | 0 | 100011 | 101000 | 111 | 111 | 1000111 | 1001010 |
Color Harmonies of #EC998E
Complementary color
Monochromatic Colors of #EC998E
Black with #EC998E
Text Example
Text Example
White with #EC998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC998E; }
p { color: rgb(236,153,142); }
H1.HeaderClassName
{
color: #EC998E;
}
.AnyTagClassName
{
color: #EC998E;
}
</style>
background-color css
<style>
a { background-color: #EC998E; }
a { background-color: rgb(236,153,142); }
div.DivClassName
{
background-color: #EC998E;
}
.BgClassName
{
background-color: #EC998E;
}
</style>
border-color css
<style>
span { border-color: #EC998E; }
span { border-color: rgb(236,153,142); }
td.TdClassName
{
border-color: #EC998E;
}
.TagClassName
{
border-color: #EC998E;
}
</style>