Shades of Sweet Pink #ED8A88
Tints of Sweet Pink #ED8A88
RGB
CMYK
RGB Variations
Color information
#ED8A88 (or 0xED8A88) is known color: Sweet Pink. HEX triplet: ED, 8A and 88. RGB value is (237,138,136). Sum of RGB (Red+Green+Blue) = 237+138+136=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8A88 is #127577. Grayscale: #A7A7A7. Windows color (decimal): -1209720 or 8948461. OLE color: 8948461.
HSL color Cylindrical-coordinate representation of color #ED8A88: hue angle of 1.19º 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 #ED8A88 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 136 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.07 |
| HSL | 1.19º | 0.74% | 0.73% | - |
| HSV(B) | 1.19º | 0.43% | 0.93% | - |
| XYZ | 48.46 | 37.96 | 28.07 | - |
| YUV | 167.37 | 110.3 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 136 | 0 | 0.42 | 0.43 | 0.07 | 1.19 | 0.74 | 0.73 |
| Hex | ED | 8A | 88 | 0 | 2A | 2B | 7 | 1 | 4A | 49 |
| Octal | 355 | 212 | 210 | 0 | 52 | 53 | 7 | 1 | 112 | 111 |
| Binary | 11101101 | 10001010 | 10001000 | 0 | 101010 | 101011 | 111 | 1 | 1001010 | 1001001 |
Color Harmonies of #ED8A88
Complementary color
Monochromatic Colors of #ED8A88
Black with #ED8A88
Text Example
Text Example
White with #ED8A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8A88; }
p { color: rgb(237,138,136); }
H1.HeaderClassName
{
color: #ED8A88;
}
.AnyTagClassName
{
color: #ED8A88;
}
</style>
background-color css
<style>
a { background-color: #ED8A88; }
a { background-color: rgb(237,138,136); }
div.DivClassName
{
background-color: #ED8A88;
}
.BgClassName
{
background-color: #ED8A88;
}
</style>
border-color css
<style>
span { border-color: #ED8A88; }
span { border-color: rgb(237,138,136); }
td.TdClassName
{
border-color: #ED8A88;
}
.TagClassName
{
border-color: #ED8A88;
}
</style>