Shades of Persian Rose #E23AAE
Tints of Persian Rose #E23AAE
RGB
CMYK
RGB Variations
Color information
#E23AAE (or 0xE23AAE) is known color: Persian Rose. HEX triplet: E2, 3A and AE. RGB value is (226,58,174). Sum of RGB (Red+Green+Blue) = 226+58+174=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E23AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23AAE is #1DC551. Grayscale: #797979. Windows color (decimal): -1951058 or 11418338. OLE color: 11418338.
HSL color Cylindrical-coordinate representation of color #E23AAE: hue angle of 318.57º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E23AAE is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 58 | 174 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.11 |
| HSL | 318.57º | 0.74% | 0.56% | - |
| HSV(B) | 318.57º | 0.74% | 0.89% | - |
| XYZ | 40.52 | 22.25 | 42.2 | - |
| YUV | 121.46 | 157.66 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 58 | 174 | 0 | 0.74 | 0.23 | 0.11 | 318.57 | 0.74 | 0.56 |
| Hex | E2 | 3A | AE | 0 | 4A | 17 | B | 13F | 4A | 38 |
| Octal | 342 | 72 | 256 | 0 | 112 | 27 | 13 | 477 | 112 | 70 |
| Binary | 11100010 | 111010 | 10101110 | 0 | 1001010 | 10111 | 1011 | 100111111 | 1001010 | 111000 |
Color Harmonies of #E23AAE
Complementary color
Monochromatic Colors of #E23AAE
Black with #E23AAE
Text Example
Text Example
White with #E23AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23AAE; }
p { color: rgb(226,58,174); }
H1.HeaderClassName
{
color: #E23AAE;
}
.AnyTagClassName
{
color: #E23AAE;
}
</style>
background-color css
<style>
a { background-color: #E23AAE; }
a { background-color: rgb(226,58,174); }
div.DivClassName
{
background-color: #E23AAE;
}
.BgClassName
{
background-color: #E23AAE;
}
</style>
border-color css
<style>
span { border-color: #E23AAE; }
span { border-color: rgb(226,58,174); }
td.TdClassName
{
border-color: #E23AAE;
}
.TagClassName
{
border-color: #E23AAE;
}
</style>