Shades of Persian Rose #E42CAC
Tints of Persian Rose #E42CAC
RGB
CMYK
RGB Variations
Color information
#E42CAC (or 0xE42CAC) is known color: Persian Rose. HEX triplet: E4, 2C and AC. RGB value is (228,44,172). Sum of RGB (Red+Green+Blue) = 228+44+172=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E42CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42CAC is #1BD353. Grayscale: #717171. Windows color (decimal): -1823572 or 11283684. OLE color: 11283684.
HSL color Cylindrical-coordinate representation of color #E42CAC: hue angle of 318.26º 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 #E42CAC is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 44 | 172 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.11 |
| HSL | 318.26º | 0.77% | 0.53% | - |
| HSV(B) | 318.26º | 0.81% | 0.89% | - |
| XYZ | 40.34 | 21.27 | 41.01 | - |
| YUV | 113.61 | 160.96 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 44 | 172 | 0 | 0.81 | 0.25 | 0.11 | 318.26 | 0.77 | 0.53 |
| Hex | E4 | 2C | AC | 0 | 51 | 19 | B | 13E | 4D | 35 |
| Octal | 344 | 54 | 254 | 0 | 121 | 31 | 13 | 476 | 115 | 65 |
| Binary | 11100100 | 101100 | 10101100 | 0 | 1010001 | 11001 | 1011 | 100111110 | 1001101 | 110101 |
Color Harmonies of #E42CAC
Complementary color
Monochromatic Colors of #E42CAC
Black with #E42CAC
Text Example
Text Example
White with #E42CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42CAC; }
p { color: rgb(228,44,172); }
H1.HeaderClassName
{
color: #E42CAC;
}
.AnyTagClassName
{
color: #E42CAC;
}
</style>
background-color css
<style>
a { background-color: #E42CAC; }
a { background-color: rgb(228,44,172); }
div.DivClassName
{
background-color: #E42CAC;
}
.BgClassName
{
background-color: #E42CAC;
}
</style>
border-color css
<style>
span { border-color: #E42CAC; }
span { border-color: rgb(228,44,172); }
td.TdClassName
{
border-color: #E42CAC;
}
.TagClassName
{
border-color: #E42CAC;
}
</style>