Shades of Persian Rose #EE2DA2
Tints of Persian Rose #EE2DA2
RGB
CMYK
RGB Variations
Color information
#EE2DA2 (or 0xEE2DA2) is known color: Persian Rose. HEX triplet: EE, 2D and A2. RGB value is (238,45,162). Sum of RGB (Red+Green+Blue) = 238+45+162=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2DA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2DA2 is #11D25D. Grayscale: #737373. Windows color (decimal): -1167966 or 10628590. OLE color: 10628590.
HSL color Cylindrical-coordinate representation of color #EE2DA2: hue angle of 323.63º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE2DA2 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 45 | 162 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.07 |
| HSL | 323.63º | 0.85% | 0.55% | - |
| HSV(B) | 323.63º | 0.81% | 0.93% | - |
| XYZ | 42.72 | 22.66 | 36.31 | - |
| YUV | 116.05 | 153.94 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 45 | 162 | 0 | 0.81 | 0.32 | 0.07 | 323.63 | 0.85 | 0.55 |
| Hex | EE | 2D | A2 | 0 | 51 | 20 | 7 | 144 | 55 | 37 |
| Octal | 356 | 55 | 242 | 0 | 121 | 40 | 7 | 504 | 125 | 67 |
| Binary | 11101110 | 101101 | 10100010 | 0 | 1010001 | 100000 | 111 | 101000100 | 1010101 | 110111 |
Color Harmonies of #EE2DA2
Complementary color
Monochromatic Colors of #EE2DA2
Black with #EE2DA2
Text Example
Text Example
White with #EE2DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2DA2; }
p { color: rgb(238,45,162); }
H1.HeaderClassName
{
color: #EE2DA2;
}
.AnyTagClassName
{
color: #EE2DA2;
}
</style>
background-color css
<style>
a { background-color: #EE2DA2; }
a { background-color: rgb(238,45,162); }
div.DivClassName
{
background-color: #EE2DA2;
}
.BgClassName
{
background-color: #EE2DA2;
}
</style>
border-color css
<style>
span { border-color: #EE2DA2; }
span { border-color: rgb(238,45,162); }
td.TdClassName
{
border-color: #EE2DA2;
}
.TagClassName
{
border-color: #EE2DA2;
}
</style>