Shades of Sweet Pink #EC918E
Tints of Sweet Pink #EC918E
RGB
CMYK
RGB Variations
Color information
#EC918E (or 0xEC918E) is known color: Sweet Pink. HEX triplet: EC, 91 and 8E. RGB value is (236,145,142). Sum of RGB (Red+Green+Blue) = 236+145+142=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC918E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC918E is #136E71. Grayscale: #ABABAB. Windows color (decimal): -1273458 or 9343468. OLE color: 9343468.
HSL color Cylindrical-coordinate representation of color #EC918E: hue angle of 1.91º 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 #EC918E is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 142 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.07 |
| HSL | 1.91º | 0.71% | 0.74% | - |
| HSV(B) | 1.91º | 0.4% | 0.93% | - |
| XYZ | 49.6 | 40.04 | 30.7 | - |
| YUV | 171.87 | 111.15 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 142 | 0 | 0.39 | 0.40 | 0.07 | 1.91 | 0.71 | 0.74 |
| Hex | EC | 91 | 8E | 0 | 27 | 28 | 7 | 2 | 47 | 4A |
| Octal | 354 | 221 | 216 | 0 | 47 | 50 | 7 | 2 | 107 | 112 |
| Binary | 11101100 | 10010001 | 10001110 | 0 | 100111 | 101000 | 111 | 10 | 1000111 | 1001010 |
Color Harmonies of #EC918E
Complementary color
Monochromatic Colors of #EC918E
Black with #EC918E
Text Example
Text Example
White with #EC918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC918E; }
p { color: rgb(236,145,142); }
H1.HeaderClassName
{
color: #EC918E;
}
.AnyTagClassName
{
color: #EC918E;
}
</style>
background-color css
<style>
a { background-color: #EC918E; }
a { background-color: rgb(236,145,142); }
div.DivClassName
{
background-color: #EC918E;
}
.BgClassName
{
background-color: #EC918E;
}
</style>
border-color css
<style>
span { border-color: #EC918E; }
span { border-color: rgb(236,145,142); }
td.TdClassName
{
border-color: #EC918E;
}
.TagClassName
{
border-color: #EC918E;
}
</style>