Shades of Persian Rose #E42B9E
Tints of Persian Rose #E42B9E
RGB
CMYK
RGB Variations
Color information
#E42B9E (or 0xE42B9E) is known color: Persian Rose. HEX triplet: E4, 2B and 9E. RGB value is (228,43,158). Sum of RGB (Red+Green+Blue) = 228+43+158=429 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.15% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 228 - color contains mainly: red. Hex color #E42B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42B9E is #1BD461. Grayscale: #6F6F6F. Windows color (decimal): -1823842 or 10365924. OLE color: 10365924.
HSL color Cylindrical-coordinate representation of color #E42B9E: hue angle of 322.7º 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 #E42B9E is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 43 | 158 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.11 |
| HSL | 322.7º | 0.77% | 0.53% | - |
| HSV(B) | 322.7º | 0.81% | 0.89% | - |
| XYZ | 39.03 | 20.69 | 34.28 | - |
| YUV | 111.43 | 154.29 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 43 | 158 | 0 | 0.81 | 0.31 | 0.11 | 322.7 | 0.77 | 0.53 |
| Hex | E4 | 2B | 9E | 0 | 51 | 1F | B | 143 | 4D | 35 |
| Octal | 344 | 53 | 236 | 0 | 121 | 37 | 13 | 503 | 115 | 65 |
| Binary | 11100100 | 101011 | 10011110 | 0 | 1010001 | 11111 | 1011 | 101000011 | 1001101 | 110101 |
Color Harmonies of #E42B9E
Complementary color
Monochromatic Colors of #E42B9E
Black with #E42B9E
Text Example
Text Example
White with #E42B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42B9E; }
p { color: rgb(228,43,158); }
H1.HeaderClassName
{
color: #E42B9E;
}
.AnyTagClassName
{
color: #E42B9E;
}
</style>
background-color css
<style>
a { background-color: #E42B9E; }
a { background-color: rgb(228,43,158); }
div.DivClassName
{
background-color: #E42B9E;
}
.BgClassName
{
background-color: #E42B9E;
}
</style>
border-color css
<style>
span { border-color: #E42B9E; }
span { border-color: rgb(228,43,158); }
td.TdClassName
{
border-color: #E42B9E;
}
.TagClassName
{
border-color: #E42B9E;
}
</style>