Shades of Persian Rose #ED2599
Tints of Persian Rose #ED2599
RGB
CMYK
RGB Variations
Color information
#ED2599 (or 0xED2599) is known color: Persian Rose. HEX triplet: ED, 25 and 99. RGB value is (237,37,153). Sum of RGB (Red+Green+Blue) = 237+37+153=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2599 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2599 is #12DA66. Grayscale: #6D6D6D. Windows color (decimal): -1235559 or 10036717. OLE color: 10036717.
HSL color Cylindrical-coordinate representation of color #ED2599: hue angle of 325.2º 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 #ED2599 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 153 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.07 |
| HSL | 325.2º | 0.85% | 0.54% | - |
| HSV(B) | 325.2º | 0.84% | 0.93% | - |
| XYZ | 41.34 | 21.63 | 32.13 | - |
| YUV | 110.02 | 152.26 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 153 | 0 | 0.84 | 0.35 | 0.07 | 325.2 | 0.85 | 0.54 |
| Hex | ED | 25 | 99 | 0 | 54 | 23 | 7 | 145 | 55 | 36 |
| Octal | 355 | 45 | 231 | 0 | 124 | 43 | 7 | 505 | 125 | 66 |
| Binary | 11101101 | 100101 | 10011001 | 0 | 1010100 | 100011 | 111 | 101000101 | 1010101 | 110110 |
Color Harmonies of #ED2599
Complementary color
Monochromatic Colors of #ED2599
Black with #ED2599
Text Example
Text Example
White with #ED2599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2599; }
p { color: rgb(237,37,153); }
H1.HeaderClassName
{
color: #ED2599;
}
.AnyTagClassName
{
color: #ED2599;
}
</style>
background-color css
<style>
a { background-color: #ED2599; }
a { background-color: rgb(237,37,153); }
div.DivClassName
{
background-color: #ED2599;
}
.BgClassName
{
background-color: #ED2599;
}
</style>
border-color css
<style>
span { border-color: #ED2599; }
span { border-color: rgb(237,37,153); }
td.TdClassName
{
border-color: #ED2599;
}
.TagClassName
{
border-color: #ED2599;
}
</style>