Shades of Persian Rose #EE28AA
Tints of Persian Rose #EE28AA
RGB
CMYK
RGB Variations
Color information
#EE28AA (or 0xEE28AA) is known color: Persian Rose. HEX triplet: EE, 28 and AA. RGB value is (238,40,170). Sum of RGB (Red+Green+Blue) = 238+40+170=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE28AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE28AA is #11D755. Grayscale: #717171. Windows color (decimal): -1169238 or 11151598. OLE color: 11151598.
HSL color Cylindrical-coordinate representation of color #EE28AA: hue angle of 320.61º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE28AA is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 170 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.07 |
| HSL | 320.61º | 0.85% | 0.55% | - |
| HSV(B) | 320.61º | 0.83% | 0.93% | - |
| XYZ | 43.27 | 22.6 | 40.11 | - |
| YUV | 114.02 | 159.6 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 170 | 0 | 0.83 | 0.29 | 0.07 | 320.61 | 0.85 | 0.55 |
| Hex | EE | 28 | AA | 0 | 53 | 1D | 7 | 141 | 55 | 37 |
| Octal | 356 | 50 | 252 | 0 | 123 | 35 | 7 | 501 | 125 | 67 |
| Binary | 11101110 | 101000 | 10101010 | 0 | 1010011 | 11101 | 111 | 101000001 | 1010101 | 110111 |
Color Harmonies of #EE28AA
Complementary color
Monochromatic Colors of #EE28AA
Black with #EE28AA
Text Example
Text Example
White with #EE28AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE28AA; }
p { color: rgb(238,40,170); }
H1.HeaderClassName
{
color: #EE28AA;
}
.AnyTagClassName
{
color: #EE28AA;
}
</style>
background-color css
<style>
a { background-color: #EE28AA; }
a { background-color: rgb(238,40,170); }
div.DivClassName
{
background-color: #EE28AA;
}
.BgClassName
{
background-color: #EE28AA;
}
</style>
border-color css
<style>
span { border-color: #EE28AA; }
span { border-color: rgb(238,40,170); }
td.TdClassName
{
border-color: #EE28AA;
}
.TagClassName
{
border-color: #EE28AA;
}
</style>