Shades of Persian Rose #E42CAA
Tints of Persian Rose #E42CAA
RGB
CMYK
RGB Variations
Color information
#E42CAA (or 0xE42CAA) is known color: Persian Rose. HEX triplet: E4, 2C and AA. RGB value is (228,44,170). Sum of RGB (Red+Green+Blue) = 228+44+170=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 44 (17.58% from 255 or 9.95% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E42CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42CAA is #1BD355. Grayscale: #717171. Windows color (decimal): -1823574 or 11152612. OLE color: 11152612.
HSL color Cylindrical-coordinate representation of color #E42CAA: hue angle of 318.91º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42CAA is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 44 | 170 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.11 |
| HSL | 318.91º | 0.77% | 0.53% | - |
| HSV(B) | 318.91º | 0.81% | 0.89% | - |
| XYZ | 40.15 | 21.2 | 40.01 | - |
| YUV | 113.38 | 159.96 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 44 | 170 | 0 | 0.81 | 0.25 | 0.11 | 318.91 | 0.77 | 0.53 |
| Hex | E4 | 2C | AA | 0 | 51 | 19 | B | 13F | 4D | 35 |
| Octal | 344 | 54 | 252 | 0 | 121 | 31 | 13 | 477 | 115 | 65 |
| Binary | 11100100 | 101100 | 10101010 | 0 | 1010001 | 11001 | 1011 | 100111111 | 1001101 | 110101 |
Color Harmonies of #E42CAA
Complementary color
Monochromatic Colors of #E42CAA
Black with #E42CAA
Text Example
Text Example
White with #E42CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42CAA; }
p { color: rgb(228,44,170); }
H1.HeaderClassName
{
color: #E42CAA;
}
.AnyTagClassName
{
color: #E42CAA;
}
</style>
background-color css
<style>
a { background-color: #E42CAA; }
a { background-color: rgb(228,44,170); }
div.DivClassName
{
background-color: #E42CAA;
}
.BgClassName
{
background-color: #E42CAA;
}
</style>
border-color css
<style>
span { border-color: #E42CAA; }
span { border-color: rgb(228,44,170); }
td.TdClassName
{
border-color: #E42CAA;
}
.TagClassName
{
border-color: #E42CAA;
}
</style>