Shades of Sweet Pink #ED9C93
Tints of Sweet Pink #ED9C93
RGB
CMYK
RGB Variations
Color information
#ED9C93 (or 0xED9C93) is known color: Sweet Pink. HEX triplet: ED, 9C and 93. RGB value is (237,156,147). Sum of RGB (Red+Green+Blue) = 237+156+147=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9C93 is #12636C. Grayscale: #B3B3B3. Windows color (decimal): -1205101 or 9673965. OLE color: 9673965.
HSL color Cylindrical-coordinate representation of color #ED9C93: hue angle of 6º degrees, saturation: 0.71, 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 #ED9C93 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 147 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.07 |
| HSL | 6º | 0.71% | 0.75% | - |
| HSV(B) | 6º | 0.38% | 0.93% | - |
| XYZ | 52.08 | 43.89 | 33.33 | - |
| YUV | 179.19 | 109.84 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 147 | 0 | 0.34 | 0.38 | 0.07 | 6 | 0.71 | 0.75 |
| Hex | ED | 9C | 93 | 0 | 22 | 26 | 7 | 6 | 47 | 4B |
| Octal | 355 | 234 | 223 | 0 | 42 | 46 | 7 | 6 | 107 | 113 |
| Binary | 11101101 | 10011100 | 10010011 | 0 | 100010 | 100110 | 111 | 110 | 1000111 | 1001011 |
Color Harmonies of #ED9C93
Complementary color
Monochromatic Colors of #ED9C93
Black with #ED9C93
Text Example
Text Example
White with #ED9C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9C93; }
p { color: rgb(237,156,147); }
H1.HeaderClassName
{
color: #ED9C93;
}
.AnyTagClassName
{
color: #ED9C93;
}
</style>
background-color css
<style>
a { background-color: #ED9C93; }
a { background-color: rgb(237,156,147); }
div.DivClassName
{
background-color: #ED9C93;
}
.BgClassName
{
background-color: #ED9C93;
}
</style>
border-color css
<style>
span { border-color: #ED9C93; }
span { border-color: rgb(237,156,147); }
td.TdClassName
{
border-color: #ED9C93;
}
.TagClassName
{
border-color: #ED9C93;
}
</style>