Shades of Persian Rose #E42DAB
Tints of Persian Rose #E42DAB
RGB
CMYK
RGB Variations
Color information
#E42DAB (or 0xE42DAB) is known color: Persian Rose. HEX triplet: E4, 2D and AB. RGB value is (228,45,171). Sum of RGB (Red+Green+Blue) = 228+45+171=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E42DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42DAB is #1BD254. Grayscale: #717171. Windows color (decimal): -1823317 or 11218404. OLE color: 11218404.
HSL color Cylindrical-coordinate representation of color #E42DAB: hue angle of 318.69º 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 #E42DAB is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 45 | 171 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.11 |
| HSL | 318.69º | 0.77% | 0.54% | - |
| HSV(B) | 318.69º | 0.8% | 0.89% | - |
| XYZ | 40.28 | 21.31 | 40.52 | - |
| YUV | 114.08 | 160.13 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 45 | 171 | 0 | 0.80 | 0.25 | 0.11 | 318.69 | 0.77 | 0.54 |
| Hex | E4 | 2D | AB | 0 | 50 | 19 | B | 13F | 4D | 36 |
| Octal | 344 | 55 | 253 | 0 | 120 | 31 | 13 | 477 | 115 | 66 |
| Binary | 11100100 | 101101 | 10101011 | 0 | 1010000 | 11001 | 1011 | 100111111 | 1001101 | 110110 |
Color Harmonies of #E42DAB
Complementary color
Monochromatic Colors of #E42DAB
Black with #E42DAB
Text Example
Text Example
White with #E42DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42DAB; }
p { color: rgb(228,45,171); }
H1.HeaderClassName
{
color: #E42DAB;
}
.AnyTagClassName
{
color: #E42DAB;
}
</style>
background-color css
<style>
a { background-color: #E42DAB; }
a { background-color: rgb(228,45,171); }
div.DivClassName
{
background-color: #E42DAB;
}
.BgClassName
{
background-color: #E42DAB;
}
</style>
border-color css
<style>
span { border-color: #E42DAB; }
span { border-color: rgb(228,45,171); }
td.TdClassName
{
border-color: #E42DAB;
}
.TagClassName
{
border-color: #E42DAB;
}
</style>