Shades of Sweet Pink #ED998F
Tints of Sweet Pink #ED998F
RGB
CMYK
RGB Variations
Color information
#ED998F (or 0xED998F) is known color: Sweet Pink. HEX triplet: ED, 99 and 8F. RGB value is (237,153,143). Sum of RGB (Red+Green+Blue) = 237+153+143=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED998F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED998F is #126670. Grayscale: #B1B1B1. Windows color (decimal): -1205873 or 9411053. OLE color: 9411053.
HSL color Cylindrical-coordinate representation of color #ED998F: hue angle of 6.38º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED998F is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 143 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.07 |
| HSL | 6.38º | 0.72% | 0.75% | - |
| HSV(B) | 6.38º | 0.4% | 0.93% | - |
| XYZ | 51.27 | 42.77 | 31.54 | - |
| YUV | 176.98 | 108.83 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 143 | 0 | 0.35 | 0.40 | 0.07 | 6.38 | 0.72 | 0.75 |
| Hex | ED | 99 | 8F | 0 | 23 | 28 | 7 | 6 | 48 | 4B |
| Octal | 355 | 231 | 217 | 0 | 43 | 50 | 7 | 6 | 110 | 113 |
| Binary | 11101101 | 10011001 | 10001111 | 0 | 100011 | 101000 | 111 | 110 | 1001000 | 1001011 |
Color Harmonies of #ED998F
Complementary color
Monochromatic Colors of #ED998F
Black with #ED998F
Text Example
Text Example
White with #ED998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED998F; }
p { color: rgb(237,153,143); }
H1.HeaderClassName
{
color: #ED998F;
}
.AnyTagClassName
{
color: #ED998F;
}
</style>
background-color css
<style>
a { background-color: #ED998F; }
a { background-color: rgb(237,153,143); }
div.DivClassName
{
background-color: #ED998F;
}
.BgClassName
{
background-color: #ED998F;
}
</style>
border-color css
<style>
span { border-color: #ED998F; }
span { border-color: rgb(237,153,143); }
td.TdClassName
{
border-color: #ED998F;
}
.TagClassName
{
border-color: #ED998F;
}
</style>