Shades of Sweet Pink #ED9C91
Tints of Sweet Pink #ED9C91
RGB
CMYK
RGB Variations
Color information
#ED9C91 (or 0xED9C91) is known color: Sweet Pink. HEX triplet: ED, 9C and 91. RGB value is (237,156,145). Sum of RGB (Red+Green+Blue) = 237+156+145=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 145 (57.03% from 255 or 26.95% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9C91 is #12636E. Grayscale: #B3B3B3. Windows color (decimal): -1205103 or 9542893. OLE color: 9542893.
HSL color Cylindrical-coordinate representation of color #ED9C91: hue angle of 7.17º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED9C91 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 145 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.07 |
| HSL | 7.17º | 0.72% | 0.75% | - |
| HSV(B) | 7.17º | 0.39% | 0.93% | - |
| XYZ | 51.92 | 43.83 | 32.51 | - |
| YUV | 178.97 | 108.84 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 145 | 0 | 0.34 | 0.39 | 0.07 | 7.17 | 0.72 | 0.75 |
| Hex | ED | 9C | 91 | 0 | 22 | 27 | 7 | 7 | 48 | 4B |
| Octal | 355 | 234 | 221 | 0 | 42 | 47 | 7 | 7 | 110 | 113 |
| Binary | 11101101 | 10011100 | 10010001 | 0 | 100010 | 100111 | 111 | 111 | 1001000 | 1001011 |
Color Harmonies of #ED9C91
Complementary color
Monochromatic Colors of #ED9C91
Black with #ED9C91
Text Example
Text Example
White with #ED9C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9C91; }
p { color: rgb(237,156,145); }
H1.HeaderClassName
{
color: #ED9C91;
}
.AnyTagClassName
{
color: #ED9C91;
}
</style>
background-color css
<style>
a { background-color: #ED9C91; }
a { background-color: rgb(237,156,145); }
div.DivClassName
{
background-color: #ED9C91;
}
.BgClassName
{
background-color: #ED9C91;
}
</style>
border-color css
<style>
span { border-color: #ED9C91; }
span { border-color: rgb(237,156,145); }
td.TdClassName
{
border-color: #ED9C91;
}
.TagClassName
{
border-color: #ED9C91;
}
</style>