Shades of Sweet Pink #EC908A
Tints of Sweet Pink #EC908A
RGB
CMYK
RGB Variations
Color information
#EC908A (or 0xEC908A) is known color: Sweet Pink. HEX triplet: EC, 90 and 8A. RGB value is (236,144,138). Sum of RGB (Red+Green+Blue) = 236+144+138=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC908A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC908A is #136F75. Grayscale: #AAAAAA. Windows color (decimal): -1273718 or 9081068. OLE color: 9081068.
HSL color Cylindrical-coordinate representation of color #EC908A: hue angle of 3.67º 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 #EC908A is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 138 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.07 |
| HSL | 3.67º | 0.72% | 0.73% | - |
| HSV(B) | 3.67º | 0.42% | 0.93% | - |
| XYZ | 49.15 | 39.61 | 29.1 | - |
| YUV | 170.82 | 109.48 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 138 | 0 | 0.39 | 0.42 | 0.07 | 3.67 | 0.72 | 0.73 |
| Hex | EC | 90 | 8A | 0 | 27 | 2A | 7 | 4 | 48 | 49 |
| Octal | 354 | 220 | 212 | 0 | 47 | 52 | 7 | 4 | 110 | 111 |
| Binary | 11101100 | 10010000 | 10001010 | 0 | 100111 | 101010 | 111 | 100 | 1001000 | 1001001 |
Color Harmonies of #EC908A
Complementary color
Monochromatic Colors of #EC908A
Black with #EC908A
Text Example
Text Example
White with #EC908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC908A; }
p { color: rgb(236,144,138); }
H1.HeaderClassName
{
color: #EC908A;
}
.AnyTagClassName
{
color: #EC908A;
}
</style>
background-color css
<style>
a { background-color: #EC908A; }
a { background-color: rgb(236,144,138); }
div.DivClassName
{
background-color: #EC908A;
}
.BgClassName
{
background-color: #EC908A;
}
</style>
border-color css
<style>
span { border-color: #EC908A; }
span { border-color: rgb(236,144,138); }
td.TdClassName
{
border-color: #EC908A;
}
.TagClassName
{
border-color: #EC908A;
}
</style>