Shades of Persian Rose #E42DAA
Tints of Persian Rose #E42DAA
RGB
CMYK
RGB Variations
Color information
#E42DAA (or 0xE42DAA) is known color: Persian Rose. HEX triplet: E4, 2D and AA. RGB value is (228,45,170). Sum of RGB (Red+Green+Blue) = 228+45+170=443 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.47% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 228 - color contains mainly: red. Hex color #E42DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42DAA is #1BD255. Grayscale: #717171. Windows color (decimal): -1823318 or 11152868. OLE color: 11152868.
HSL color Cylindrical-coordinate representation of color #E42DAA: hue angle of 319.02º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E42DAA is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 45 | 170 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.11 |
| HSL | 319.02º | 0.77% | 0.54% | - |
| HSV(B) | 319.02º | 0.8% | 0.89% | - |
| XYZ | 40.19 | 21.27 | 40.02 | - |
| YUV | 113.97 | 159.63 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 45 | 170 | 0 | 0.80 | 0.25 | 0.11 | 319.02 | 0.77 | 0.54 |
| Hex | E4 | 2D | AA | 0 | 50 | 19 | B | 13F | 4D | 36 |
| Octal | 344 | 55 | 252 | 0 | 120 | 31 | 13 | 477 | 115 | 66 |
| Binary | 11100100 | 101101 | 10101010 | 0 | 1010000 | 11001 | 1011 | 100111111 | 1001101 | 110110 |
Color Harmonies of #E42DAA
Complementary color
Monochromatic Colors of #E42DAA
Black with #E42DAA
Text Example
Text Example
White with #E42DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42DAA; }
p { color: rgb(228,45,170); }
H1.HeaderClassName
{
color: #E42DAA;
}
.AnyTagClassName
{
color: #E42DAA;
}
</style>
background-color css
<style>
a { background-color: #E42DAA; }
a { background-color: rgb(228,45,170); }
div.DivClassName
{
background-color: #E42DAA;
}
.BgClassName
{
background-color: #E42DAA;
}
</style>
border-color css
<style>
span { border-color: #E42DAA; }
span { border-color: rgb(228,45,170); }
td.TdClassName
{
border-color: #E42DAA;
}
.TagClassName
{
border-color: #E42DAA;
}
</style>