Shades of Sweet Pink #ED8A85
Tints of Sweet Pink #ED8A85
RGB
CMYK
RGB Variations
Color information
#ED8A85 (or 0xED8A85) is known color: Sweet Pink. HEX triplet: ED, 8A and 85. RGB value is (237,138,133). Sum of RGB (Red+Green+Blue) = 237+138+133=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8A85 is #12757A. Grayscale: #A7A7A7. Windows color (decimal): -1209723 or 8751853. OLE color: 8751853.
HSL color Cylindrical-coordinate representation of color #ED8A85: hue angle of 2.88º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED8A85 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 133 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.07 |
| HSL | 2.88º | 0.74% | 0.73% | - |
| HSV(B) | 2.88º | 0.44% | 0.93% | - |
| XYZ | 48.25 | 37.87 | 26.96 | - |
| YUV | 167.03 | 108.8 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 133 | 0 | 0.42 | 0.44 | 0.07 | 2.88 | 0.74 | 0.73 |
| Hex | ED | 8A | 85 | 0 | 2A | 2C | 7 | 3 | 4A | 49 |
| Octal | 355 | 212 | 205 | 0 | 52 | 54 | 7 | 3 | 112 | 111 |
| Binary | 11101101 | 10001010 | 10000101 | 0 | 101010 | 101100 | 111 | 11 | 1001010 | 1001001 |
Color Harmonies of #ED8A85
Complementary color
Monochromatic Colors of #ED8A85
Black with #ED8A85
Text Example
Text Example
White with #ED8A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8A85; }
p { color: rgb(237,138,133); }
H1.HeaderClassName
{
color: #ED8A85;
}
.AnyTagClassName
{
color: #ED8A85;
}
</style>
background-color css
<style>
a { background-color: #ED8A85; }
a { background-color: rgb(237,138,133); }
div.DivClassName
{
background-color: #ED8A85;
}
.BgClassName
{
background-color: #ED8A85;
}
</style>
border-color css
<style>
span { border-color: #ED8A85; }
span { border-color: rgb(237,138,133); }
td.TdClassName
{
border-color: #ED8A85;
}
.TagClassName
{
border-color: #ED8A85;
}
</style>