Shades of Persian Rose #EE2598
Tints of Persian Rose #EE2598
RGB
CMYK
RGB Variations
Color information
#EE2598 (or 0xEE2598) is known color: Persian Rose. HEX triplet: EE, 25 and 98. RGB value is (238,37,152). Sum of RGB (Red+Green+Blue) = 238+37+152=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2598 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2598 is #11DA67. Grayscale: #6D6D6D. Windows color (decimal): -1170024 or 9971182. OLE color: 9971182.
HSL color Cylindrical-coordinate representation of color #EE2598: hue angle of 325.67º degrees, saturation: 0.86, 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 #EE2598 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 152 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.07 |
| HSL | 325.67º | 0.86% | 0.54% | - |
| HSV(B) | 325.67º | 0.84% | 0.93% | - |
| XYZ | 41.59 | 21.77 | 31.72 | - |
| YUV | 110.21 | 151.59 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 152 | 0 | 0.84 | 0.36 | 0.07 | 325.67 | 0.86 | 0.54 |
| Hex | EE | 25 | 98 | 0 | 54 | 24 | 7 | 146 | 56 | 36 |
| Octal | 356 | 45 | 230 | 0 | 124 | 44 | 7 | 506 | 126 | 66 |
| Binary | 11101110 | 100101 | 10011000 | 0 | 1010100 | 100100 | 111 | 101000110 | 1010110 | 110110 |
Color Harmonies of #EE2598
Complementary color
Monochromatic Colors of #EE2598
Black with #EE2598
Text Example
Text Example
White with #EE2598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2598; }
p { color: rgb(238,37,152); }
H1.HeaderClassName
{
color: #EE2598;
}
.AnyTagClassName
{
color: #EE2598;
}
</style>
background-color css
<style>
a { background-color: #EE2598; }
a { background-color: rgb(238,37,152); }
div.DivClassName
{
background-color: #EE2598;
}
.BgClassName
{
background-color: #EE2598;
}
</style>
border-color css
<style>
span { border-color: #EE2598; }
span { border-color: rgb(238,37,152); }
td.TdClassName
{
border-color: #EE2598;
}
.TagClassName
{
border-color: #EE2598;
}
</style>