Shades of Sweet Pink #ED9082
Tints of Sweet Pink #ED9082
RGB
CMYK
RGB Variations
Color information
#ED9082 (or 0xED9082) is known color: Sweet Pink. HEX triplet: ED, 90 and 82. RGB value is (237,144,130). Sum of RGB (Red+Green+Blue) = 237+144+130=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9082 is #126F7D. Grayscale: #AAAAAA. Windows color (decimal): -1208190 or 8556781. OLE color: 8556781.
HSL color Cylindrical-coordinate representation of color #ED9082: hue angle of 7.85º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED9082 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 130 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.07 |
| HSL | 7.85º | 0.75% | 0.72% | - |
| HSV(B) | 7.85º | 0.45% | 0.93% | - |
| XYZ | 48.93 | 39.56 | 26.18 | - |
| YUV | 170.21 | 105.31 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 130 | 0 | 0.39 | 0.45 | 0.07 | 7.85 | 0.75 | 0.72 |
| Hex | ED | 90 | 82 | 0 | 27 | 2D | 7 | 8 | 4B | 48 |
| Octal | 355 | 220 | 202 | 0 | 47 | 55 | 7 | 10 | 113 | 110 |
| Binary | 11101101 | 10010000 | 10000010 | 0 | 100111 | 101101 | 111 | 1000 | 1001011 | 1001000 |
Color Harmonies of #ED9082
Complementary color
Monochromatic Colors of #ED9082
Black with #ED9082
Text Example
Text Example
White with #ED9082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9082; }
p { color: rgb(237,144,130); }
H1.HeaderClassName
{
color: #ED9082;
}
.AnyTagClassName
{
color: #ED9082;
}
</style>
background-color css
<style>
a { background-color: #ED9082; }
a { background-color: rgb(237,144,130); }
div.DivClassName
{
background-color: #ED9082;
}
.BgClassName
{
background-color: #ED9082;
}
</style>
border-color css
<style>
span { border-color: #ED9082; }
span { border-color: rgb(237,144,130); }
td.TdClassName
{
border-color: #ED9082;
}
.TagClassName
{
border-color: #ED9082;
}
</style>