Shades of Persian Rose #ED2999
Tints of Persian Rose #ED2999
RGB
CMYK
RGB Variations
Color information
#ED2999 (or 0xED2999) is known color: Persian Rose. HEX triplet: ED, 29 and 99. RGB value is (237,41,153). Sum of RGB (Red+Green+Blue) = 237+41+153=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2999 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2999 is #12D666. Grayscale: #707070. Windows color (decimal): -1234535 or 10037741. OLE color: 10037741.
HSL color Cylindrical-coordinate representation of color #ED2999: hue angle of 325.71º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED2999 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 153 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.07 |
| HSL | 325.71º | 0.84% | 0.55% | - |
| HSV(B) | 325.71º | 0.83% | 0.93% | - |
| XYZ | 41.47 | 21.89 | 32.18 | - |
| YUV | 112.37 | 150.93 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 153 | 0 | 0.83 | 0.35 | 0.07 | 325.71 | 0.84 | 0.55 |
| Hex | ED | 29 | 99 | 0 | 53 | 23 | 7 | 146 | 54 | 37 |
| Octal | 355 | 51 | 231 | 0 | 123 | 43 | 7 | 506 | 124 | 67 |
| Binary | 11101101 | 101001 | 10011001 | 0 | 1010011 | 100011 | 111 | 101000110 | 1010100 | 110111 |
Color Harmonies of #ED2999
Complementary color
Monochromatic Colors of #ED2999
Black with #ED2999
Text Example
Text Example
White with #ED2999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2999; }
p { color: rgb(237,41,153); }
H1.HeaderClassName
{
color: #ED2999;
}
.AnyTagClassName
{
color: #ED2999;
}
</style>
background-color css
<style>
a { background-color: #ED2999; }
a { background-color: rgb(237,41,153); }
div.DivClassName
{
background-color: #ED2999;
}
.BgClassName
{
background-color: #ED2999;
}
</style>
border-color css
<style>
span { border-color: #ED2999; }
span { border-color: rgb(237,41,153); }
td.TdClassName
{
border-color: #ED2999;
}
.TagClassName
{
border-color: #ED2999;
}
</style>