Shades of Sweet Pink #EC908E
Tints of Sweet Pink #EC908E
RGB
CMYK
RGB Variations
Color information
#EC908E (or 0xEC908E) is known color: Sweet Pink. HEX triplet: EC, 90 and 8E. RGB value is (236,144,142). Sum of RGB (Red+Green+Blue) = 236+144+142=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC908E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC908E is #136F71. Grayscale: #ABABAB. Windows color (decimal): -1273714 or 9343212. OLE color: 9343212.
HSL color Cylindrical-coordinate representation of color #EC908E: hue angle of 1.28º 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 #EC908E is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 142 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.07 |
| HSL | 1.28º | 0.71% | 0.74% | - |
| HSV(B) | 1.28º | 0.4% | 0.93% | - |
| XYZ | 49.45 | 39.73 | 30.65 | - |
| YUV | 171.28 | 111.48 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 142 | 0 | 0.39 | 0.40 | 0.07 | 1.28 | 0.71 | 0.74 |
| Hex | EC | 90 | 8E | 0 | 27 | 28 | 7 | 1 | 47 | 4A |
| Octal | 354 | 220 | 216 | 0 | 47 | 50 | 7 | 1 | 107 | 112 |
| Binary | 11101100 | 10010000 | 10001110 | 0 | 100111 | 101000 | 111 | 1 | 1000111 | 1001010 |
Color Harmonies of #EC908E
Complementary color
Monochromatic Colors of #EC908E
Black with #EC908E
Text Example
Text Example
White with #EC908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC908E; }
p { color: rgb(236,144,142); }
H1.HeaderClassName
{
color: #EC908E;
}
.AnyTagClassName
{
color: #EC908E;
}
</style>
background-color css
<style>
a { background-color: #EC908E; }
a { background-color: rgb(236,144,142); }
div.DivClassName
{
background-color: #EC908E;
}
.BgClassName
{
background-color: #EC908E;
}
</style>
border-color css
<style>
span { border-color: #EC908E; }
span { border-color: rgb(236,144,142); }
td.TdClassName
{
border-color: #EC908E;
}
.TagClassName
{
border-color: #EC908E;
}
</style>