Shades of Sweet Pink #ED8986
Tints of Sweet Pink #ED8986
RGB
CMYK
RGB Variations
Color information
#ED8986 (or 0xED8986) is known color: Sweet Pink. HEX triplet: ED, 89 and 86. RGB value is (237,137,134). Sum of RGB (Red+Green+Blue) = 237+137+134=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8986 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8986 is #127679. Grayscale: #A6A6A6. Windows color (decimal): -1209978 or 8817133. OLE color: 8817133.
HSL color Cylindrical-coordinate representation of color #ED8986: hue angle of 1.75º 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 #ED8986 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 134 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.07 |
| HSL | 1.75º | 0.74% | 0.73% | - |
| HSV(B) | 1.75º | 0.43% | 0.93% | - |
| XYZ | 48.17 | 37.62 | 27.28 | - |
| YUV | 166.56 | 109.63 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 134 | 0 | 0.42 | 0.43 | 0.07 | 1.75 | 0.74 | 0.73 |
| Hex | ED | 89 | 86 | 0 | 2A | 2B | 7 | 2 | 4A | 49 |
| Octal | 355 | 211 | 206 | 0 | 52 | 53 | 7 | 2 | 112 | 111 |
| Binary | 11101101 | 10001001 | 10000110 | 0 | 101010 | 101011 | 111 | 10 | 1001010 | 1001001 |
Color Harmonies of #ED8986
Complementary color
Monochromatic Colors of #ED8986
Black with #ED8986
Text Example
Text Example
White with #ED8986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8986; }
p { color: rgb(237,137,134); }
H1.HeaderClassName
{
color: #ED8986;
}
.AnyTagClassName
{
color: #ED8986;
}
</style>
background-color css
<style>
a { background-color: #ED8986; }
a { background-color: rgb(237,137,134); }
div.DivClassName
{
background-color: #ED8986;
}
.BgClassName
{
background-color: #ED8986;
}
</style>
border-color css
<style>
span { border-color: #ED8986; }
span { border-color: rgb(237,137,134); }
td.TdClassName
{
border-color: #ED8986;
}
.TagClassName
{
border-color: #ED8986;
}
</style>