Shades of Sweet Pink #ED9E99
Tints of Sweet Pink #ED9E99
RGB
CMYK
RGB Variations
Color information
#ED9E99 (or 0xED9E99) is known color: Sweet Pink. HEX triplet: ED, 9E and 99. RGB value is (237,158,153). Sum of RGB (Red+Green+Blue) = 237+158+153=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 153 (60.16% from 255 or 27.92% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9E99 is #126166. Grayscale: #B5B5B5. Windows color (decimal): -1204583 or 10067693. OLE color: 10067693.
HSL color Cylindrical-coordinate representation of color #ED9E99: hue angle of 3.57º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED9E99 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 153 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.07 |
| HSL | 3.57º | 0.7% | 0.76% | - |
| HSV(B) | 3.57º | 0.35% | 0.93% | - |
| XYZ | 52.9 | 44.76 | 35.99 | - |
| YUV | 181.05 | 112.17 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 153 | 0 | 0.33 | 0.35 | 0.07 | 3.57 | 0.7 | 0.76 |
| Hex | ED | 9E | 99 | 0 | 21 | 23 | 7 | 4 | 46 | 4C |
| Octal | 355 | 236 | 231 | 0 | 41 | 43 | 7 | 4 | 106 | 114 |
| Binary | 11101101 | 10011110 | 10011001 | 0 | 100001 | 100011 | 111 | 100 | 1000110 | 1001100 |
Color Harmonies of #ED9E99
Complementary color
Monochromatic Colors of #ED9E99
Black with #ED9E99
Text Example
Text Example
White with #ED9E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9E99; }
p { color: rgb(237,158,153); }
H1.HeaderClassName
{
color: #ED9E99;
}
.AnyTagClassName
{
color: #ED9E99;
}
</style>
background-color css
<style>
a { background-color: #ED9E99; }
a { background-color: rgb(237,158,153); }
div.DivClassName
{
background-color: #ED9E99;
}
.BgClassName
{
background-color: #ED9E99;
}
</style>
border-color css
<style>
span { border-color: #ED9E99; }
span { border-color: rgb(237,158,153); }
td.TdClassName
{
border-color: #ED9E99;
}
.TagClassName
{
border-color: #ED9E99;
}
</style>