Shades of Persian Rose #EE2596
Tints of Persian Rose #EE2596
RGB
CMYK
RGB Variations
Color information
#EE2596 (or 0xEE2596) is known color: Persian Rose. HEX triplet: EE, 25 and 96. RGB value is (238,37,150). Sum of RGB (Red+Green+Blue) = 238+37+150=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2596 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2596 is #11DA69. Grayscale: #6D6D6D. Windows color (decimal): -1170026 or 9840110. OLE color: 9840110.
HSL color Cylindrical-coordinate representation of color #EE2596: hue angle of 326.27º 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 #EE2596 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 37 | 150 | - |
CMYK | 0 | 0.84 | 0.37 | 0.07 |
HSL | 326.27º | 0.86% | 0.54% | - |
HSV(B) | 326.27º | 0.84% | 0.93% | - |
XYZ | 41.43 | 21.7 | 30.86 | - |
YUV | 109.98 | 150.59 | 219.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 37 | 150 | 0 | 0.84 | 0.37 | 0.07 | 326.27 | 0.86 | 0.54 |
Hex | EE | 25 | 96 | 0 | 54 | 25 | 7 | 146 | 56 | 36 |
Octal | 356 | 45 | 226 | 0 | 124 | 45 | 7 | 506 | 126 | 66 |
Binary | 11101110 | 100101 | 10010110 | 0 | 1010100 | 100101 | 111 | 101000110 | 1010110 | 110110 |
Color Harmonies of #EE2596
Complementary color
Monochromatic Colors of #EE2596
Black with #EE2596
Text Example
Text Example
White with #EE2596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2596; }
p { color: rgb(238,37,150); }
H1.HeaderClassName
{
color: #EE2596;
}
.AnyTagClassName
{
color: #EE2596;
}
</style>
background-color css
<style>
a { background-color: #EE2596; }
a { background-color: rgb(238,37,150); }
div.DivClassName
{
background-color: #EE2596;
}
.BgClassName
{
background-color: #EE2596;
}
</style>
border-color css
<style>
span { border-color: #EE2596; }
span { border-color: rgb(238,37,150); }
td.TdClassName
{
border-color: #EE2596;
}
.TagClassName
{
border-color: #EE2596;
}
</style>