Shades of Sweet Pink #ED9593
Tints of Sweet Pink #ED9593
RGB
CMYK
RGB Variations
Color information
#ED9593 (or 0xED9593) is known color: Sweet Pink. HEX triplet: ED, 95 and 93. RGB value is (237,149,147). Sum of RGB (Red+Green+Blue) = 237+149+147=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9593 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9593 is #126A6C. Grayscale: #AFAFAF. Windows color (decimal): -1206893 or 9672173. OLE color: 9672173.
HSL color Cylindrical-coordinate representation of color #ED9593: hue angle of 1.33º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED9593 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 147 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.07 |
| HSL | 1.33º | 0.71% | 0.75% | - |
| HSV(B) | 1.33º | 0.38% | 0.93% | - |
| XYZ | 50.94 | 41.61 | 32.95 | - |
| YUV | 175.08 | 112.15 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 147 | 0 | 0.37 | 0.38 | 0.07 | 1.33 | 0.71 | 0.75 |
| Hex | ED | 95 | 93 | 0 | 25 | 26 | 7 | 1 | 47 | 4B |
| Octal | 355 | 225 | 223 | 0 | 45 | 46 | 7 | 1 | 107 | 113 |
| Binary | 11101101 | 10010101 | 10010011 | 0 | 100101 | 100110 | 111 | 1 | 1000111 | 1001011 |
Color Harmonies of #ED9593
Complementary color
Monochromatic Colors of #ED9593
Black with #ED9593
Text Example
Text Example
White with #ED9593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9593; }
p { color: rgb(237,149,147); }
H1.HeaderClassName
{
color: #ED9593;
}
.AnyTagClassName
{
color: #ED9593;
}
</style>
background-color css
<style>
a { background-color: #ED9593; }
a { background-color: rgb(237,149,147); }
div.DivClassName
{
background-color: #ED9593;
}
.BgClassName
{
background-color: #ED9593;
}
</style>
border-color css
<style>
span { border-color: #ED9593; }
span { border-color: rgb(237,149,147); }
td.TdClassName
{
border-color: #ED9593;
}
.TagClassName
{
border-color: #ED9593;
}
</style>