Shades of Persian Rose #EE2495
Tints of Persian Rose #EE2495
RGB
CMYK
RGB Variations
Color information
#EE2495 (or 0xEE2495) is known color: Persian Rose. HEX triplet: EE, 24 and 95. RGB value is (238,36,149). Sum of RGB (Red+Green+Blue) = 238+36+149=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2495 is #11DB6A. Grayscale: #6D6D6D. Windows color (decimal): -1170283 or 9774318. OLE color: 9774318.
HSL color Cylindrical-coordinate representation of color #EE2495: hue angle of 326.44º 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 #EE2495 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 149 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.07 |
| HSL | 326.44º | 0.86% | 0.54% | - |
| HSV(B) | 326.44º | 0.85% | 0.93% | - |
| XYZ | 41.32 | 21.61 | 30.43 | - |
| YUV | 109.28 | 150.42 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 149 | 0 | 0.85 | 0.37 | 0.07 | 326.44 | 0.86 | 0.54 |
| Hex | EE | 24 | 95 | 0 | 55 | 25 | 7 | 146 | 56 | 36 |
| Octal | 356 | 44 | 225 | 0 | 125 | 45 | 7 | 506 | 126 | 66 |
| Binary | 11101110 | 100100 | 10010101 | 0 | 1010101 | 100101 | 111 | 101000110 | 1010110 | 110110 |
Color Harmonies of #EE2495
Complementary color
Monochromatic Colors of #EE2495
Black with #EE2495
Text Example
Text Example
White with #EE2495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2495; }
p { color: rgb(238,36,149); }
H1.HeaderClassName
{
color: #EE2495;
}
.AnyTagClassName
{
color: #EE2495;
}
</style>
background-color css
<style>
a { background-color: #EE2495; }
a { background-color: rgb(238,36,149); }
div.DivClassName
{
background-color: #EE2495;
}
.BgClassName
{
background-color: #EE2495;
}
</style>
border-color css
<style>
span { border-color: #EE2495; }
span { border-color: rgb(238,36,149); }
td.TdClassName
{
border-color: #EE2495;
}
.TagClassName
{
border-color: #EE2495;
}
</style>