Shades of Sweet Pink #ED9C94
Tints of Sweet Pink #ED9C94
RGB
CMYK
RGB Variations
Color information
#ED9C94 (or 0xED9C94) is known color: Sweet Pink. HEX triplet: ED, 9C and 94. RGB value is (237,156,148). Sum of RGB (Red+Green+Blue) = 237+156+148=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9C94 is #12636B. Grayscale: #B3B3B3. Windows color (decimal): -1205100 or 9739501. OLE color: 9739501.
HSL color Cylindrical-coordinate representation of color #ED9C94: hue angle of 5.39º 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 #ED9C94 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 148 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.07 |
| HSL | 5.39º | 0.71% | 0.75% | - |
| HSV(B) | 5.39º | 0.38% | 0.93% | - |
| XYZ | 52.16 | 43.92 | 33.75 | - |
| YUV | 179.31 | 110.34 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 148 | 0 | 0.34 | 0.38 | 0.07 | 5.39 | 0.71 | 0.75 |
| Hex | ED | 9C | 94 | 0 | 22 | 26 | 7 | 5 | 47 | 4B |
| Octal | 355 | 234 | 224 | 0 | 42 | 46 | 7 | 5 | 107 | 113 |
| Binary | 11101101 | 10011100 | 10010100 | 0 | 100010 | 100110 | 111 | 101 | 1000111 | 1001011 |
Color Harmonies of #ED9C94
Complementary color
Monochromatic Colors of #ED9C94
Black with #ED9C94
Text Example
Text Example
White with #ED9C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9C94; }
p { color: rgb(237,156,148); }
H1.HeaderClassName
{
color: #ED9C94;
}
.AnyTagClassName
{
color: #ED9C94;
}
</style>
background-color css
<style>
a { background-color: #ED9C94; }
a { background-color: rgb(237,156,148); }
div.DivClassName
{
background-color: #ED9C94;
}
.BgClassName
{
background-color: #ED9C94;
}
</style>
border-color css
<style>
span { border-color: #ED9C94; }
span { border-color: rgb(237,156,148); }
td.TdClassName
{
border-color: #ED9C94;
}
.TagClassName
{
border-color: #ED9C94;
}
</style>