Shades of Sweet Pink #ED9085
Tints of Sweet Pink #ED9085
RGB
CMYK
RGB Variations
Color information
#ED9085 (or 0xED9085) is known color: Sweet Pink. HEX triplet: ED, 90 and 85. RGB value is (237,144,133). Sum of RGB (Red+Green+Blue) = 237+144+133=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9085 is #126F7A. Grayscale: #AAAAAA. Windows color (decimal): -1208187 or 8753389. OLE color: 8753389.
HSL color Cylindrical-coordinate representation of color #ED9085: hue angle of 6.35º 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 #ED9085 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 133 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.07 |
| HSL | 6.35º | 0.74% | 0.73% | - |
| HSV(B) | 6.35º | 0.44% | 0.93% | - |
| XYZ | 49.13 | 39.64 | 27.25 | - |
| YUV | 170.55 | 106.81 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 133 | 0 | 0.39 | 0.44 | 0.07 | 6.35 | 0.74 | 0.73 |
| Hex | ED | 90 | 85 | 0 | 27 | 2C | 7 | 6 | 4A | 49 |
| Octal | 355 | 220 | 205 | 0 | 47 | 54 | 7 | 6 | 112 | 111 |
| Binary | 11101101 | 10010000 | 10000101 | 0 | 100111 | 101100 | 111 | 110 | 1001010 | 1001001 |
Color Harmonies of #ED9085
Complementary color
Monochromatic Colors of #ED9085
Black with #ED9085
Text Example
Text Example
White with #ED9085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9085; }
p { color: rgb(237,144,133); }
H1.HeaderClassName
{
color: #ED9085;
}
.AnyTagClassName
{
color: #ED9085;
}
</style>
background-color css
<style>
a { background-color: #ED9085; }
a { background-color: rgb(237,144,133); }
div.DivClassName
{
background-color: #ED9085;
}
.BgClassName
{
background-color: #ED9085;
}
</style>
border-color css
<style>
span { border-color: #ED9085; }
span { border-color: rgb(237,144,133); }
td.TdClassName
{
border-color: #ED9085;
}
.TagClassName
{
border-color: #ED9085;
}
</style>