Shades of Sweet Pink #ED9E9D
Tints of Sweet Pink #ED9E9D
RGB
CMYK
RGB Variations
Color information
#ED9E9D (or 0xED9E9D) is known color: Sweet Pink. HEX triplet: ED, 9E and 9D. RGB value is (237,158,157). Sum of RGB (Red+Green+Blue) = 237+158+157=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9E9D is #126162. Grayscale: #B5B5B5. Windows color (decimal): -1204579 or 10329837. OLE color: 10329837.
HSL color Cylindrical-coordinate representation of color #ED9E9D: hue angle of 0.75º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ED9E9D is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 157 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.07 |
| HSL | 0.75º | 0.69% | 0.77% | - |
| HSV(B) | 0.75º | 0.34% | 0.93% | - |
| XYZ | 53.24 | 44.89 | 37.76 | - |
| YUV | 181.51 | 114.17 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 157 | 0 | 0.33 | 0.34 | 0.07 | 0.75 | 0.69 | 0.77 |
| Hex | ED | 9E | 9D | 0 | 21 | 22 | 7 | 1 | 45 | 4D |
| Octal | 355 | 236 | 235 | 0 | 41 | 42 | 7 | 1 | 105 | 115 |
| Binary | 11101101 | 10011110 | 10011101 | 0 | 100001 | 100010 | 111 | 1 | 1000101 | 1001101 |
Color Harmonies of #ED9E9D
Complementary color
Monochromatic Colors of #ED9E9D
Black with #ED9E9D
Text Example
Text Example
White with #ED9E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9E9D; }
p { color: rgb(237,158,157); }
H1.HeaderClassName
{
color: #ED9E9D;
}
.AnyTagClassName
{
color: #ED9E9D;
}
</style>
background-color css
<style>
a { background-color: #ED9E9D; }
a { background-color: rgb(237,158,157); }
div.DivClassName
{
background-color: #ED9E9D;
}
.BgClassName
{
background-color: #ED9E9D;
}
</style>
border-color css
<style>
span { border-color: #ED9E9D; }
span { border-color: rgb(237,158,157); }
td.TdClassName
{
border-color: #ED9E9D;
}
.TagClassName
{
border-color: #ED9E9D;
}
</style>