Shades of Sweet Pink #EC908F
Tints of Sweet Pink #EC908F
RGB
CMYK
RGB Variations
Color information
#EC908F (or 0xEC908F) is known color: Sweet Pink. HEX triplet: EC, 90 and 8F. RGB value is (236,144,143). Sum of RGB (Red+Green+Blue) = 236+144+143=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC908F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC908F is #136F70. Grayscale: #ABABAB. Windows color (decimal): -1273713 or 9408748. OLE color: 9408748.
HSL color Cylindrical-coordinate representation of color #EC908F: hue angle of 0.65º 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 #EC908F is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 143 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.07 |
| HSL | 0.65º | 0.71% | 0.74% | - |
| HSV(B) | 0.65º | 0.39% | 0.93% | - |
| XYZ | 49.52 | 39.76 | 31.05 | - |
| YUV | 171.39 | 111.98 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 143 | 0 | 0.39 | 0.39 | 0.07 | 0.65 | 0.71 | 0.74 |
| Hex | EC | 90 | 8F | 0 | 27 | 27 | 7 | 1 | 47 | 4A |
| Octal | 354 | 220 | 217 | 0 | 47 | 47 | 7 | 1 | 107 | 112 |
| Binary | 11101100 | 10010000 | 10001111 | 0 | 100111 | 100111 | 111 | 1 | 1000111 | 1001010 |
Color Harmonies of #EC908F
Complementary color
Monochromatic Colors of #EC908F
Black with #EC908F
Text Example
Text Example
White with #EC908F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC908F; }
p { color: rgb(236,144,143); }
H1.HeaderClassName
{
color: #EC908F;
}
.AnyTagClassName
{
color: #EC908F;
}
</style>
background-color css
<style>
a { background-color: #EC908F; }
a { background-color: rgb(236,144,143); }
div.DivClassName
{
background-color: #EC908F;
}
.BgClassName
{
background-color: #EC908F;
}
</style>
border-color css
<style>
span { border-color: #EC908F; }
span { border-color: rgb(236,144,143); }
td.TdClassName
{
border-color: #EC908F;
}
.TagClassName
{
border-color: #EC908F;
}
</style>