Shades of Persian Rose #EE2494
Tints of Persian Rose #EE2494
RGB
CMYK
RGB Variations
Color information
#EE2494 (or 0xEE2494) is known color: Persian Rose. HEX triplet: EE, 24 and 94. RGB value is (238,36,148). Sum of RGB (Red+Green+Blue) = 238+36+148=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2494 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2494 is #11DB6B. Grayscale: #6C6C6C. Windows color (decimal): -1170284 or 9708782. OLE color: 9708782.
HSL color Cylindrical-coordinate representation of color #EE2494: hue angle of 326.73º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE2494 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 148 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.07 |
| HSL | 326.73º | 0.86% | 0.54% | - |
| HSV(B) | 326.73º | 0.85% | 0.93% | - |
| XYZ | 41.24 | 21.58 | 30.01 | - |
| YUV | 109.17 | 149.92 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 148 | 0 | 0.85 | 0.38 | 0.07 | 326.73 | 0.86 | 0.54 |
| Hex | EE | 24 | 94 | 0 | 55 | 26 | 7 | 147 | 56 | 36 |
| Octal | 356 | 44 | 224 | 0 | 125 | 46 | 7 | 507 | 126 | 66 |
| Binary | 11101110 | 100100 | 10010100 | 0 | 1010101 | 100110 | 111 | 101000111 | 1010110 | 110110 |
Color Harmonies of #EE2494
Complementary color
Monochromatic Colors of #EE2494
Black with #EE2494
Text Example
Text Example
White with #EE2494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2494; }
p { color: rgb(238,36,148); }
H1.HeaderClassName
{
color: #EE2494;
}
.AnyTagClassName
{
color: #EE2494;
}
</style>
background-color css
<style>
a { background-color: #EE2494; }
a { background-color: rgb(238,36,148); }
div.DivClassName
{
background-color: #EE2494;
}
.BgClassName
{
background-color: #EE2494;
}
</style>
border-color css
<style>
span { border-color: #EE2494; }
span { border-color: rgb(238,36,148); }
td.TdClassName
{
border-color: #EE2494;
}
.TagClassName
{
border-color: #EE2494;
}
</style>