Shades of Sweet Pink #ED9994
Tints of Sweet Pink #ED9994
RGB
CMYK
RGB Variations
Color information
#ED9994 (or 0xED9994) is known color: Sweet Pink. HEX triplet: ED, 99 and 94. RGB value is (237,153,148). Sum of RGB (Red+Green+Blue) = 237+153+148=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9994 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9994 is #12666B. Grayscale: #B1B1B1. Windows color (decimal): -1205868 or 9738733. OLE color: 9738733.
HSL color Cylindrical-coordinate representation of color #ED9994: hue angle of 3.37º 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 #ED9994 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 148 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.07 |
| HSL | 3.37º | 0.71% | 0.75% | - |
| HSV(B) | 3.37º | 0.38% | 0.93% | - |
| XYZ | 51.66 | 42.93 | 33.58 | - |
| YUV | 177.55 | 111.33 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 148 | 0 | 0.35 | 0.38 | 0.07 | 3.37 | 0.71 | 0.75 |
| Hex | ED | 99 | 94 | 0 | 23 | 26 | 7 | 3 | 47 | 4B |
| Octal | 355 | 231 | 224 | 0 | 43 | 46 | 7 | 3 | 107 | 113 |
| Binary | 11101101 | 10011001 | 10010100 | 0 | 100011 | 100110 | 111 | 11 | 1000111 | 1001011 |
Color Harmonies of #ED9994
Complementary color
Monochromatic Colors of #ED9994
Black with #ED9994
Text Example
Text Example
White with #ED9994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9994; }
p { color: rgb(237,153,148); }
H1.HeaderClassName
{
color: #ED9994;
}
.AnyTagClassName
{
color: #ED9994;
}
</style>
background-color css
<style>
a { background-color: #ED9994; }
a { background-color: rgb(237,153,148); }
div.DivClassName
{
background-color: #ED9994;
}
.BgClassName
{
background-color: #ED9994;
}
</style>
border-color css
<style>
span { border-color: #ED9994; }
span { border-color: rgb(237,153,148); }
td.TdClassName
{
border-color: #ED9994;
}
.TagClassName
{
border-color: #ED9994;
}
</style>