Shades of Persian Rose #E42AAB
Tints of Persian Rose #E42AAB
RGB
CMYK
RGB Variations
Color information
#E42AAB (or 0xE42AAB) is known color: Persian Rose. HEX triplet: E4, 2A and AB. RGB value is (228,42,171). Sum of RGB (Red+Green+Blue) = 228+42+171=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 42 (16.80% from 255 or 9.52% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E42AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42AAB is #1BD554. Grayscale: #6F6F6F. Windows color (decimal): -1824085 or 11217636. OLE color: 11217636.
HSL color Cylindrical-coordinate representation of color #E42AAB: hue angle of 318.39º 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 #E42AAB is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 42 | 171 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.11 |
| HSL | 318.39º | 0.78% | 0.53% | - |
| HSV(B) | 318.39º | 0.82% | 0.89% | - |
| XYZ | 40.17 | 21.09 | 40.48 | - |
| YUV | 112.32 | 161.12 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 42 | 171 | 0 | 0.82 | 0.25 | 0.11 | 318.39 | 0.78 | 0.53 |
| Hex | E4 | 2A | AB | 0 | 52 | 19 | B | 13E | 4E | 35 |
| Octal | 344 | 52 | 253 | 0 | 122 | 31 | 13 | 476 | 116 | 65 |
| Binary | 11100100 | 101010 | 10101011 | 0 | 1010010 | 11001 | 1011 | 100111110 | 1001110 | 110101 |
Color Harmonies of #E42AAB
Complementary color
Monochromatic Colors of #E42AAB
Black with #E42AAB
Text Example
Text Example
White with #E42AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42AAB; }
p { color: rgb(228,42,171); }
H1.HeaderClassName
{
color: #E42AAB;
}
.AnyTagClassName
{
color: #E42AAB;
}
</style>
background-color css
<style>
a { background-color: #E42AAB; }
a { background-color: rgb(228,42,171); }
div.DivClassName
{
background-color: #E42AAB;
}
.BgClassName
{
background-color: #E42AAB;
}
</style>
border-color css
<style>
span { border-color: #E42AAB; }
span { border-color: rgb(228,42,171); }
td.TdClassName
{
border-color: #E42AAB;
}
.TagClassName
{
border-color: #E42AAB;
}
</style>