Shades of Sweet Pink #ED8F88
Tints of Sweet Pink #ED8F88
RGB
CMYK
RGB Variations
Color information
#ED8F88 (or 0xED8F88) is known color: Sweet Pink. HEX triplet: ED, 8F and 88. RGB value is (237,143,136). Sum of RGB (Red+Green+Blue) = 237+143+136=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8F88 is #127077. Grayscale: #AAAAAA. Windows color (decimal): -1208440 or 8949741. OLE color: 8949741.
HSL color Cylindrical-coordinate representation of color #ED8F88: hue angle of 4.16º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED8F88 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 136 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.07 |
| HSL | 4.16º | 0.74% | 0.73% | - |
| HSV(B) | 4.16º | 0.43% | 0.93% | - |
| XYZ | 49.19 | 39.43 | 28.31 | - |
| YUV | 170.31 | 108.64 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 136 | 0 | 0.40 | 0.43 | 0.07 | 4.16 | 0.74 | 0.73 |
| Hex | ED | 8F | 88 | 0 | 28 | 2B | 7 | 4 | 4A | 49 |
| Octal | 355 | 217 | 210 | 0 | 50 | 53 | 7 | 4 | 112 | 111 |
| Binary | 11101101 | 10001111 | 10001000 | 0 | 101000 | 101011 | 111 | 100 | 1001010 | 1001001 |
Color Harmonies of #ED8F88
Complementary color
Monochromatic Colors of #ED8F88
Black with #ED8F88
Text Example
Text Example
White with #ED8F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F88; }
p { color: rgb(237,143,136); }
H1.HeaderClassName
{
color: #ED8F88;
}
.AnyTagClassName
{
color: #ED8F88;
}
</style>
background-color css
<style>
a { background-color: #ED8F88; }
a { background-color: rgb(237,143,136); }
div.DivClassName
{
background-color: #ED8F88;
}
.BgClassName
{
background-color: #ED8F88;
}
</style>
border-color css
<style>
span { border-color: #ED8F88; }
span { border-color: rgb(237,143,136); }
td.TdClassName
{
border-color: #ED8F88;
}
.TagClassName
{
border-color: #ED8F88;
}
</style>