Shades of Persian Rose #EE2EAA
Tints of Persian Rose #EE2EAA
RGB
CMYK
RGB Variations
Color information
#EE2EAA (or 0xEE2EAA) is known color: Persian Rose. HEX triplet: EE, 2E and AA. RGB value is (238,46,170). Sum of RGB (Red+Green+Blue) = 238+46+170=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 46 (18.36% from 255 or 10.13% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2EAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2EAA is #11D155. Grayscale: #757575. Windows color (decimal): -1167702 or 11153134. OLE color: 11153134.
HSL color Cylindrical-coordinate representation of color #EE2EAA: hue angle of 321.25º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE2EAA is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 46 | 170 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.07 |
| HSL | 321.25º | 0.85% | 0.56% | - |
| HSV(B) | 321.25º | 0.81% | 0.93% | - |
| XYZ | 43.49 | 23.03 | 40.18 | - |
| YUV | 117.54 | 157.61 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 46 | 170 | 0 | 0.81 | 0.29 | 0.07 | 321.25 | 0.85 | 0.56 |
| Hex | EE | 2E | AA | 0 | 51 | 1D | 7 | 141 | 55 | 38 |
| Octal | 356 | 56 | 252 | 0 | 121 | 35 | 7 | 501 | 125 | 70 |
| Binary | 11101110 | 101110 | 10101010 | 0 | 1010001 | 11101 | 111 | 101000001 | 1010101 | 111000 |
Color Harmonies of #EE2EAA
Complementary color
Monochromatic Colors of #EE2EAA
Black with #EE2EAA
Text Example
Text Example
White with #EE2EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2EAA; }
p { color: rgb(238,46,170); }
H1.HeaderClassName
{
color: #EE2EAA;
}
.AnyTagClassName
{
color: #EE2EAA;
}
</style>
background-color css
<style>
a { background-color: #EE2EAA; }
a { background-color: rgb(238,46,170); }
div.DivClassName
{
background-color: #EE2EAA;
}
.BgClassName
{
background-color: #EE2EAA;
}
</style>
border-color css
<style>
span { border-color: #EE2EAA; }
span { border-color: rgb(238,46,170); }
td.TdClassName
{
border-color: #EE2EAA;
}
.TagClassName
{
border-color: #EE2EAA;
}
</style>