Shades of Sweet Pink #ED9385
Tints of Sweet Pink #ED9385
RGB
CMYK
RGB Variations
Color information
#ED9385 (or 0xED9385) is known color: Sweet Pink. HEX triplet: ED, 93 and 85. RGB value is (237,147,133). Sum of RGB (Red+Green+Blue) = 237+147+133=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9385 is #126C7A. Grayscale: #ACACAC. Windows color (decimal): -1207419 or 8754157. OLE color: 8754157.
HSL color Cylindrical-coordinate representation of color #ED9385: hue angle of 8.08º 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 #ED9385 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 133 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.07 |
| HSL | 8.08º | 0.74% | 0.73% | - |
| HSV(B) | 8.08º | 0.44% | 0.93% | - |
| XYZ | 49.59 | 40.57 | 27.41 | - |
| YUV | 172.31 | 105.82 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 133 | 0 | 0.38 | 0.44 | 0.07 | 8.08 | 0.74 | 0.73 |
| Hex | ED | 93 | 85 | 0 | 26 | 2C | 7 | 8 | 4A | 49 |
| Octal | 355 | 223 | 205 | 0 | 46 | 54 | 7 | 10 | 112 | 111 |
| Binary | 11101101 | 10010011 | 10000101 | 0 | 100110 | 101100 | 111 | 1000 | 1001010 | 1001001 |
Color Harmonies of #ED9385
Complementary color
Monochromatic Colors of #ED9385
Black with #ED9385
Text Example
Text Example
White with #ED9385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9385; }
p { color: rgb(237,147,133); }
H1.HeaderClassName
{
color: #ED9385;
}
.AnyTagClassName
{
color: #ED9385;
}
</style>
background-color css
<style>
a { background-color: #ED9385; }
a { background-color: rgb(237,147,133); }
div.DivClassName
{
background-color: #ED9385;
}
.BgClassName
{
background-color: #ED9385;
}
</style>
border-color css
<style>
span { border-color: #ED9385; }
span { border-color: rgb(237,147,133); }
td.TdClassName
{
border-color: #ED9385;
}
.TagClassName
{
border-color: #ED9385;
}
</style>