Shades of Sweet Pink #ED958F
Tints of Sweet Pink #ED958F
RGB
CMYK
RGB Variations
Color information
#ED958F (or 0xED958F) is known color: Sweet Pink. HEX triplet: ED, 95 and 8F. RGB value is (237,149,143). Sum of RGB (Red+Green+Blue) = 237+149+143=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED958F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED958F is #126A70. Grayscale: #AEAEAE. Windows color (decimal): -1206897 or 9410029. OLE color: 9410029.
HSL color Cylindrical-coordinate representation of color #ED958F: hue angle of 3.83º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED958F is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 143 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.07 |
| HSL | 3.83º | 0.72% | 0.75% | - |
| HSV(B) | 3.83º | 0.4% | 0.93% | - |
| XYZ | 50.63 | 41.48 | 31.33 | - |
| YUV | 174.63 | 110.15 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 143 | 0 | 0.37 | 0.40 | 0.07 | 3.83 | 0.72 | 0.75 |
| Hex | ED | 95 | 8F | 0 | 25 | 28 | 7 | 4 | 48 | 4B |
| Octal | 355 | 225 | 217 | 0 | 45 | 50 | 7 | 4 | 110 | 113 |
| Binary | 11101101 | 10010101 | 10001111 | 0 | 100101 | 101000 | 111 | 100 | 1001000 | 1001011 |
Color Harmonies of #ED958F
Complementary color
Monochromatic Colors of #ED958F
Black with #ED958F
Text Example
Text Example
White with #ED958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED958F; }
p { color: rgb(237,149,143); }
H1.HeaderClassName
{
color: #ED958F;
}
.AnyTagClassName
{
color: #ED958F;
}
</style>
background-color css
<style>
a { background-color: #ED958F; }
a { background-color: rgb(237,149,143); }
div.DivClassName
{
background-color: #ED958F;
}
.BgClassName
{
background-color: #ED958F;
}
</style>
border-color css
<style>
span { border-color: #ED958F; }
span { border-color: rgb(237,149,143); }
td.TdClassName
{
border-color: #ED958F;
}
.TagClassName
{
border-color: #ED958F;
}
</style>