Shades of Persian Rose #ED2593
Tints of Persian Rose #ED2593
RGB
CMYK
RGB Variations
Color information
#ED2593 (or 0xED2593) is known color: Persian Rose. HEX triplet: ED, 25 and 93. RGB value is (237,37,147). Sum of RGB (Red+Green+Blue) = 237+37+147=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 37 (14.84% from 255 or 8.79% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2593 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2593 is #12DA6C. Grayscale: #6D6D6D. Windows color (decimal): -1235565 or 9643501. OLE color: 9643501.
HSL color Cylindrical-coordinate representation of color #ED2593: hue angle of 327º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED2593 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 147 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.07 |
| HSL | 327º | 0.85% | 0.54% | - |
| HSV(B) | 327º | 0.84% | 0.93% | - |
| XYZ | 40.85 | 21.43 | 29.59 | - |
| YUV | 109.34 | 149.26 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 147 | 0 | 0.84 | 0.38 | 0.07 | 327 | 0.85 | 0.54 |
| Hex | ED | 25 | 93 | 0 | 54 | 26 | 7 | 147 | 55 | 36 |
| Octal | 355 | 45 | 223 | 0 | 124 | 46 | 7 | 507 | 125 | 66 |
| Binary | 11101101 | 100101 | 10010011 | 0 | 1010100 | 100110 | 111 | 101000111 | 1010101 | 110110 |
Color Harmonies of #ED2593
Complementary color
Monochromatic Colors of #ED2593
Black with #ED2593
Text Example
Text Example
White with #ED2593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2593; }
p { color: rgb(237,37,147); }
H1.HeaderClassName
{
color: #ED2593;
}
.AnyTagClassName
{
color: #ED2593;
}
</style>
background-color css
<style>
a { background-color: #ED2593; }
a { background-color: rgb(237,37,147); }
div.DivClassName
{
background-color: #ED2593;
}
.BgClassName
{
background-color: #ED2593;
}
</style>
border-color css
<style>
span { border-color: #ED2593; }
span { border-color: rgb(237,37,147); }
td.TdClassName
{
border-color: #ED2593;
}
.TagClassName
{
border-color: #ED2593;
}
</style>