Shades of Sweet Pink #ED9288
Tints of Sweet Pink #ED9288
RGB
CMYK
RGB Variations
Color information
#ED9288 (or 0xED9288) is known color: Sweet Pink. HEX triplet: ED, 92 and 88. RGB value is (237,146,136). Sum of RGB (Red+Green+Blue) = 237+146+136=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9288 is #126D77. Grayscale: #ACACAC. Windows color (decimal): -1207672 or 8950509. OLE color: 8950509.
HSL color Cylindrical-coordinate representation of color #ED9288: hue angle of 5.94º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED9288 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 136 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.07 |
| HSL | 5.94º | 0.74% | 0.73% | - |
| HSV(B) | 5.94º | 0.43% | 0.93% | - |
| XYZ | 49.65 | 40.34 | 28.46 | - |
| YUV | 172.07 | 107.65 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 136 | 0 | 0.38 | 0.43 | 0.07 | 5.94 | 0.74 | 0.73 |
| Hex | ED | 92 | 88 | 0 | 26 | 2B | 7 | 6 | 4A | 49 |
| Octal | 355 | 222 | 210 | 0 | 46 | 53 | 7 | 6 | 112 | 111 |
| Binary | 11101101 | 10010010 | 10001000 | 0 | 100110 | 101011 | 111 | 110 | 1001010 | 1001001 |
Color Harmonies of #ED9288
Complementary color
Monochromatic Colors of #ED9288
Black with #ED9288
Text Example
Text Example
White with #ED9288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9288; }
p { color: rgb(237,146,136); }
H1.HeaderClassName
{
color: #ED9288;
}
.AnyTagClassName
{
color: #ED9288;
}
</style>
background-color css
<style>
a { background-color: #ED9288; }
a { background-color: rgb(237,146,136); }
div.DivClassName
{
background-color: #ED9288;
}
.BgClassName
{
background-color: #ED9288;
}
</style>
border-color css
<style>
span { border-color: #ED9288; }
span { border-color: rgb(237,146,136); }
td.TdClassName
{
border-color: #ED9288;
}
.TagClassName
{
border-color: #ED9288;
}
</style>