Shades of Sweet Pink #ED9C99
Tints of Sweet Pink #ED9C99
RGB
CMYK
RGB Variations
Color information
#ED9C99 (or 0xED9C99) is known color: Sweet Pink. HEX triplet: ED, 9C and 99. RGB value is (237,156,153). Sum of RGB (Red+Green+Blue) = 237+156+153=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9C99 is #126366. Grayscale: #B3B3B3. Windows color (decimal): -1205095 or 10067181. OLE color: 10067181.
HSL color Cylindrical-coordinate representation of color #ED9C99: hue angle of 2.14º 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 #ED9C99 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 153 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.07 |
| HSL | 2.14º | 0.7% | 0.76% | - |
| HSV(B) | 2.14º | 0.35% | 0.93% | - |
| XYZ | 52.56 | 44.08 | 35.88 | - |
| YUV | 179.88 | 112.84 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 153 | 0 | 0.34 | 0.35 | 0.07 | 2.14 | 0.7 | 0.76 |
| Hex | ED | 9C | 99 | 0 | 22 | 23 | 7 | 2 | 46 | 4C |
| Octal | 355 | 234 | 231 | 0 | 42 | 43 | 7 | 2 | 106 | 114 |
| Binary | 11101101 | 10011100 | 10011001 | 0 | 100010 | 100011 | 111 | 10 | 1000110 | 1001100 |
Color Harmonies of #ED9C99
Complementary color
Monochromatic Colors of #ED9C99
Black with #ED9C99
Text Example
Text Example
White with #ED9C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9C99; }
p { color: rgb(237,156,153); }
H1.HeaderClassName
{
color: #ED9C99;
}
.AnyTagClassName
{
color: #ED9C99;
}
</style>
background-color css
<style>
a { background-color: #ED9C99; }
a { background-color: rgb(237,156,153); }
div.DivClassName
{
background-color: #ED9C99;
}
.BgClassName
{
background-color: #ED9C99;
}
</style>
border-color css
<style>
span { border-color: #ED9C99; }
span { border-color: rgb(237,156,153); }
td.TdClassName
{
border-color: #ED9C99;
}
.TagClassName
{
border-color: #ED9C99;
}
</style>