Shades of Persian Rose #E23AAF
Tints of Persian Rose #E23AAF
RGB
CMYK
RGB Variations
Color information
#E23AAF (or 0xE23AAF) is known color: Persian Rose. HEX triplet: E2, 3A and AF. RGB value is (226,58,175). Sum of RGB (Red+Green+Blue) = 226+58+175=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E23AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23AAF is #1DC550. Grayscale: #797979. Windows color (decimal): -1951057 or 11483874. OLE color: 11483874.
HSL color Cylindrical-coordinate representation of color #E23AAF: hue angle of 318.21º 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 #E23AAF is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 58 | 175 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.11 |
| HSL | 318.21º | 0.74% | 0.56% | - |
| HSV(B) | 318.21º | 0.74% | 0.89% | - |
| XYZ | 40.61 | 22.29 | 42.72 | - |
| YUV | 121.57 | 158.16 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 58 | 175 | 0 | 0.74 | 0.23 | 0.11 | 318.21 | 0.74 | 0.56 |
| Hex | E2 | 3A | AF | 0 | 4A | 17 | B | 13E | 4A | 38 |
| Octal | 342 | 72 | 257 | 0 | 112 | 27 | 13 | 476 | 112 | 70 |
| Binary | 11100010 | 111010 | 10101111 | 0 | 1001010 | 10111 | 1011 | 100111110 | 1001010 | 111000 |
Color Harmonies of #E23AAF
Complementary color
Monochromatic Colors of #E23AAF
Black with #E23AAF
Text Example
Text Example
White with #E23AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23AAF; }
p { color: rgb(226,58,175); }
H1.HeaderClassName
{
color: #E23AAF;
}
.AnyTagClassName
{
color: #E23AAF;
}
</style>
background-color css
<style>
a { background-color: #E23AAF; }
a { background-color: rgb(226,58,175); }
div.DivClassName
{
background-color: #E23AAF;
}
.BgClassName
{
background-color: #E23AAF;
}
</style>
border-color css
<style>
span { border-color: #E23AAF; }
span { border-color: rgb(226,58,175); }
td.TdClassName
{
border-color: #E23AAF;
}
.TagClassName
{
border-color: #E23AAF;
}
</style>