Shades of Sweet Pink #ED8B82
Tints of Sweet Pink #ED8B82
RGB
CMYK
RGB Variations
Color information
#ED8B82 (or 0xED8B82) is known color: Sweet Pink. HEX triplet: ED, 8B and 82. RGB value is (237,139,130). Sum of RGB (Red+Green+Blue) = 237+139+130=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8B82 is #12747D. Grayscale: #A7A7A7. Windows color (decimal): -1209470 or 8555501. OLE color: 8555501.
HSL color Cylindrical-coordinate representation of color #ED8B82: hue angle of 5.05º 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 #ED8B82 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 139 | 130 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.07 |
| HSL | 5.05º | 0.75% | 0.72% | - |
| HSV(B) | 5.05º | 0.45% | 0.93% | - |
| XYZ | 48.19 | 38.08 | 25.93 | - |
| YUV | 167.28 | 106.97 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 139 | 130 | 0 | 0.41 | 0.45 | 0.07 | 5.05 | 0.75 | 0.72 |
| Hex | ED | 8B | 82 | 0 | 29 | 2D | 7 | 5 | 4B | 48 |
| Octal | 355 | 213 | 202 | 0 | 51 | 55 | 7 | 5 | 113 | 110 |
| Binary | 11101101 | 10001011 | 10000010 | 0 | 101001 | 101101 | 111 | 101 | 1001011 | 1001000 |
Color Harmonies of #ED8B82
Complementary color
Monochromatic Colors of #ED8B82
Black with #ED8B82
Text Example
Text Example
White with #ED8B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8B82; }
p { color: rgb(237,139,130); }
H1.HeaderClassName
{
color: #ED8B82;
}
.AnyTagClassName
{
color: #ED8B82;
}
</style>
background-color css
<style>
a { background-color: #ED8B82; }
a { background-color: rgb(237,139,130); }
div.DivClassName
{
background-color: #ED8B82;
}
.BgClassName
{
background-color: #ED8B82;
}
</style>
border-color css
<style>
span { border-color: #ED8B82; }
span { border-color: rgb(237,139,130); }
td.TdClassName
{
border-color: #ED8B82;
}
.TagClassName
{
border-color: #ED8B82;
}
</style>