Shades of Persian Rose #E23AAC
Tints of Persian Rose #E23AAC
RGB
CMYK
RGB Variations
Color information
#E23AAC (or 0xE23AAC) is known color: Persian Rose. HEX triplet: E2, 3A and AC. RGB value is (226,58,172). Sum of RGB (Red+Green+Blue) = 226+58+172=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E23AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23AAC is #1DC553. Grayscale: #787878. Windows color (decimal): -1951060 or 11287266. OLE color: 11287266.
HSL color Cylindrical-coordinate representation of color #E23AAC: hue angle of 319.29º 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 #E23AAC is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 58 | 172 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.11 |
| HSL | 319.29º | 0.74% | 0.56% | - |
| HSV(B) | 319.29º | 0.74% | 0.89% | - |
| XYZ | 40.32 | 22.17 | 41.18 | - |
| YUV | 121.23 | 156.66 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 58 | 172 | 0 | 0.74 | 0.24 | 0.11 | 319.29 | 0.74 | 0.56 |
| Hex | E2 | 3A | AC | 0 | 4A | 18 | B | 13F | 4A | 38 |
| Octal | 342 | 72 | 254 | 0 | 112 | 30 | 13 | 477 | 112 | 70 |
| Binary | 11100010 | 111010 | 10101100 | 0 | 1001010 | 11000 | 1011 | 100111111 | 1001010 | 111000 |
Color Harmonies of #E23AAC
Complementary color
Monochromatic Colors of #E23AAC
Black with #E23AAC
Text Example
Text Example
White with #E23AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23AAC; }
p { color: rgb(226,58,172); }
H1.HeaderClassName
{
color: #E23AAC;
}
.AnyTagClassName
{
color: #E23AAC;
}
</style>
background-color css
<style>
a { background-color: #E23AAC; }
a { background-color: rgb(226,58,172); }
div.DivClassName
{
background-color: #E23AAC;
}
.BgClassName
{
background-color: #E23AAC;
}
</style>
border-color css
<style>
span { border-color: #E23AAC; }
span { border-color: rgb(226,58,172); }
td.TdClassName
{
border-color: #E23AAC;
}
.TagClassName
{
border-color: #E23AAC;
}
</style>