Shades of Persian Rose #E42AAC
Tints of Persian Rose #E42AAC
RGB
CMYK
RGB Variations
Color information
#E42AAC (or 0xE42AAC) is known color: Persian Rose. HEX triplet: E4, 2A and AC. RGB value is (228,42,172). Sum of RGB (Red+Green+Blue) = 228+42+172=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E42AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42AAC is #1BD553. Grayscale: #707070. Windows color (decimal): -1824084 or 11283172. OLE color: 11283172.
HSL color Cylindrical-coordinate representation of color #E42AAC: hue angle of 318.06º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42AAC is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 42 | 172 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.11 |
| HSL | 318.06º | 0.78% | 0.53% | - |
| HSV(B) | 318.06º | 0.82% | 0.89% | - |
| XYZ | 40.27 | 21.13 | 40.99 | - |
| YUV | 112.43 | 161.62 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 42 | 172 | 0 | 0.82 | 0.25 | 0.11 | 318.06 | 0.78 | 0.53 |
| Hex | E4 | 2A | AC | 0 | 52 | 19 | B | 13E | 4E | 35 |
| Octal | 344 | 52 | 254 | 0 | 122 | 31 | 13 | 476 | 116 | 65 |
| Binary | 11100100 | 101010 | 10101100 | 0 | 1010010 | 11001 | 1011 | 100111110 | 1001110 | 110101 |
Color Harmonies of #E42AAC
Complementary color
Monochromatic Colors of #E42AAC
Black with #E42AAC
Text Example
Text Example
White with #E42AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42AAC; }
p { color: rgb(228,42,172); }
H1.HeaderClassName
{
color: #E42AAC;
}
.AnyTagClassName
{
color: #E42AAC;
}
</style>
background-color css
<style>
a { background-color: #E42AAC; }
a { background-color: rgb(228,42,172); }
div.DivClassName
{
background-color: #E42AAC;
}
.BgClassName
{
background-color: #E42AAC;
}
</style>
border-color css
<style>
span { border-color: #E42AAC; }
span { border-color: rgb(228,42,172); }
td.TdClassName
{
border-color: #E42AAC;
}
.TagClassName
{
border-color: #E42AAC;
}
</style>