Shades of Sweet Pink #ED9D92
Tints of Sweet Pink #ED9D92
RGB
CMYK
RGB Variations
Color information
#ED9D92 (or 0xED9D92) is known color: Sweet Pink. HEX triplet: ED, 9D and 92. RGB value is (237,157,146). Sum of RGB (Red+Green+Blue) = 237+157+146=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9D92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9D92 is #12626D. Grayscale: #B3B3B3. Windows color (decimal): -1204846 or 9608685. OLE color: 9608685.
HSL color Cylindrical-coordinate representation of color #ED9D92: hue angle of 7.25º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED9D92 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 157 | 146 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.07 |
| HSL | 7.25º | 0.72% | 0.75% | - |
| HSV(B) | 7.25º | 0.38% | 0.93% | - |
| XYZ | 52.17 | 44.19 | 32.97 | - |
| YUV | 179.67 | 109 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 157 | 146 | 0 | 0.34 | 0.38 | 0.07 | 7.25 | 0.72 | 0.75 |
| Hex | ED | 9D | 92 | 0 | 22 | 26 | 7 | 7 | 48 | 4B |
| Octal | 355 | 235 | 222 | 0 | 42 | 46 | 7 | 7 | 110 | 113 |
| Binary | 11101101 | 10011101 | 10010010 | 0 | 100010 | 100110 | 111 | 111 | 1001000 | 1001011 |
Color Harmonies of #ED9D92
Complementary color
Monochromatic Colors of #ED9D92
Black with #ED9D92
Text Example
Text Example
White with #ED9D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9D92; }
p { color: rgb(237,157,146); }
H1.HeaderClassName
{
color: #ED9D92;
}
.AnyTagClassName
{
color: #ED9D92;
}
</style>
background-color css
<style>
a { background-color: #ED9D92; }
a { background-color: rgb(237,157,146); }
div.DivClassName
{
background-color: #ED9D92;
}
.BgClassName
{
background-color: #ED9D92;
}
</style>
border-color css
<style>
span { border-color: #ED9D92; }
span { border-color: rgb(237,157,146); }
td.TdClassName
{
border-color: #ED9D92;
}
.TagClassName
{
border-color: #ED9D92;
}
</style>