Shades of Persian Rose #EE26AA
Tints of Persian Rose #EE26AA
RGB
CMYK
RGB Variations
Color information
#EE26AA (or 0xEE26AA) is known color: Persian Rose. HEX triplet: EE, 26 and AA. RGB value is (238,38,170). Sum of RGB (Red+Green+Blue) = 238+38+170=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 38 (15.23% from 255 or 8.52% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE26AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE26AA is #11D955. Grayscale: #707070. Windows color (decimal): -1169750 or 11151086. OLE color: 11151086.
HSL color Cylindrical-coordinate representation of color #EE26AA: hue angle of 320.4º degrees, saturation: 0.85, 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 #EE26AA is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 170 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.07 |
| HSL | 320.4º | 0.85% | 0.54% | - |
| HSV(B) | 320.4º | 0.84% | 0.93% | - |
| XYZ | 43.21 | 22.47 | 40.09 | - |
| YUV | 112.85 | 160.26 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 170 | 0 | 0.84 | 0.29 | 0.07 | 320.4 | 0.85 | 0.54 |
| Hex | EE | 26 | AA | 0 | 54 | 1D | 7 | 140 | 55 | 36 |
| Octal | 356 | 46 | 252 | 0 | 124 | 35 | 7 | 500 | 125 | 66 |
| Binary | 11101110 | 100110 | 10101010 | 0 | 1010100 | 11101 | 111 | 101000000 | 1010101 | 110110 |
Color Harmonies of #EE26AA
Complementary color
Monochromatic Colors of #EE26AA
Black with #EE26AA
Text Example
Text Example
White with #EE26AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE26AA; }
p { color: rgb(238,38,170); }
H1.HeaderClassName
{
color: #EE26AA;
}
.AnyTagClassName
{
color: #EE26AA;
}
</style>
background-color css
<style>
a { background-color: #EE26AA; }
a { background-color: rgb(238,38,170); }
div.DivClassName
{
background-color: #EE26AA;
}
.BgClassName
{
background-color: #EE26AA;
}
</style>
border-color css
<style>
span { border-color: #EE26AA; }
span { border-color: rgb(238,38,170); }
td.TdClassName
{
border-color: #EE26AA;
}
.TagClassName
{
border-color: #EE26AA;
}
</style>