Shades of Persian Rose #E428AA
Tints of Persian Rose #E428AA
RGB
CMYK
RGB Variations
Color information
#E428AA (or 0xE428AA) is known color: Persian Rose. HEX triplet: E4, 28 and AA. RGB value is (228,40,170). Sum of RGB (Red+Green+Blue) = 228+40+170=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E428AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E428AA is #1BD755. Grayscale: #6E6E6E. Windows color (decimal): -1824598 or 11151588. OLE color: 11151588.
HSL color Cylindrical-coordinate representation of color #E428AA: hue angle of 318.51º degrees, saturation: 0.78, 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 #E428AA is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 170 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.11 |
| HSL | 318.51º | 0.78% | 0.53% | - |
| HSV(B) | 318.51º | 0.82% | 0.89% | - |
| XYZ | 40.01 | 20.91 | 39.96 | - |
| YUV | 111.03 | 161.28 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 170 | 0 | 0.82 | 0.25 | 0.11 | 318.51 | 0.78 | 0.53 |
| Hex | E4 | 28 | AA | 0 | 52 | 19 | B | 13F | 4E | 35 |
| Octal | 344 | 50 | 252 | 0 | 122 | 31 | 13 | 477 | 116 | 65 |
| Binary | 11100100 | 101000 | 10101010 | 0 | 1010010 | 11001 | 1011 | 100111111 | 1001110 | 110101 |
Color Harmonies of #E428AA
Complementary color
Monochromatic Colors of #E428AA
Black with #E428AA
Text Example
Text Example
White with #E428AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E428AA; }
p { color: rgb(228,40,170); }
H1.HeaderClassName
{
color: #E428AA;
}
.AnyTagClassName
{
color: #E428AA;
}
</style>
background-color css
<style>
a { background-color: #E428AA; }
a { background-color: rgb(228,40,170); }
div.DivClassName
{
background-color: #E428AA;
}
.BgClassName
{
background-color: #E428AA;
}
</style>
border-color css
<style>
span { border-color: #E428AA; }
span { border-color: rgb(228,40,170); }
td.TdClassName
{
border-color: #E428AA;
}
.TagClassName
{
border-color: #E428AA;
}
</style>