Shades of Sweet Pink #ED958E
Tints of Sweet Pink #ED958E
RGB
CMYK
RGB Variations
Color information
#ED958E (or 0xED958E) is known color: Sweet Pink. HEX triplet: ED, 95 and 8E. RGB value is (237,149,142). Sum of RGB (Red+Green+Blue) = 237+149+142=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED958E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED958E is #126A71. Grayscale: #AEAEAE. Windows color (decimal): -1206898 or 9344493. OLE color: 9344493.
HSL color Cylindrical-coordinate representation of color #ED958E: hue angle of 4.42º degrees, saturation: 0.73, 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 #ED958E is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 142 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.07 |
| HSL | 4.42º | 0.73% | 0.74% | - |
| HSV(B) | 4.42º | 0.4% | 0.93% | - |
| XYZ | 50.55 | 41.45 | 30.93 | - |
| YUV | 174.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 142 | 0 | 0.37 | 0.40 | 0.07 | 4.42 | 0.73 | 0.74 |
| Hex | ED | 95 | 8E | 0 | 25 | 28 | 7 | 4 | 49 | 4A |
| Octal | 355 | 225 | 216 | 0 | 45 | 50 | 7 | 4 | 111 | 112 |
| Binary | 11101101 | 10010101 | 10001110 | 0 | 100101 | 101000 | 111 | 100 | 1001001 | 1001010 |
Color Harmonies of #ED958E
Complementary color
Monochromatic Colors of #ED958E
Black with #ED958E
Text Example
Text Example
White with #ED958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED958E; }
p { color: rgb(237,149,142); }
H1.HeaderClassName
{
color: #ED958E;
}
.AnyTagClassName
{
color: #ED958E;
}
</style>
background-color css
<style>
a { background-color: #ED958E; }
a { background-color: rgb(237,149,142); }
div.DivClassName
{
background-color: #ED958E;
}
.BgClassName
{
background-color: #ED958E;
}
</style>
border-color css
<style>
span { border-color: #ED958E; }
span { border-color: rgb(237,149,142); }
td.TdClassName
{
border-color: #ED958E;
}
.TagClassName
{
border-color: #ED958E;
}
</style>