Shades of Sweet Pink #ED958C
Tints of Sweet Pink #ED958C
RGB
CMYK
RGB Variations
Color information
#ED958C (or 0xED958C) is known color: Sweet Pink. HEX triplet: ED, 95 and 8C. RGB value is (237,149,140). Sum of RGB (Red+Green+Blue) = 237+149+140=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED958C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED958C is #126A73. Grayscale: #AEAEAE. Windows color (decimal): -1206900 or 9213421. OLE color: 9213421.
HSL color Cylindrical-coordinate representation of color #ED958C: hue angle of 5.57º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED958C is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 140 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.07 |
| HSL | 5.57º | 0.73% | 0.74% | - |
| HSV(B) | 5.57º | 0.41% | 0.93% | - |
| XYZ | 50.41 | 41.39 | 30.14 | - |
| YUV | 174.29 | 108.65 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 140 | 0 | 0.37 | 0.41 | 0.07 | 5.57 | 0.73 | 0.74 |
| Hex | ED | 95 | 8C | 0 | 25 | 29 | 7 | 6 | 49 | 4A |
| Octal | 355 | 225 | 214 | 0 | 45 | 51 | 7 | 6 | 111 | 112 |
| Binary | 11101101 | 10010101 | 10001100 | 0 | 100101 | 101001 | 111 | 110 | 1001001 | 1001010 |
Color Harmonies of #ED958C
Complementary color
Monochromatic Colors of #ED958C
Black with #ED958C
Text Example
Text Example
White with #ED958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED958C; }
p { color: rgb(237,149,140); }
H1.HeaderClassName
{
color: #ED958C;
}
.AnyTagClassName
{
color: #ED958C;
}
</style>
background-color css
<style>
a { background-color: #ED958C; }
a { background-color: rgb(237,149,140); }
div.DivClassName
{
background-color: #ED958C;
}
.BgClassName
{
background-color: #ED958C;
}
</style>
border-color css
<style>
span { border-color: #ED958C; }
span { border-color: rgb(237,149,140); }
td.TdClassName
{
border-color: #ED958C;
}
.TagClassName
{
border-color: #ED958C;
}
</style>