Shades of Persian Rose #E41B9C
Tints of Persian Rose #E41B9C
RGB
CMYK
RGB Variations
Color information
#E41B9C (or 0xE41B9C) is known color: Persian Rose. HEX triplet: E4, 1B and 9C. RGB value is (228,27,156). Sum of RGB (Red+Green+Blue) = 228+27+156=411 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.47% from 411); Green value is 27 (10.94% from 255 or 6.57% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 228 - color contains mainly: red. Hex color #E41B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E41B9C is #1BE463. Grayscale: #656565. Windows color (decimal): -1827940 or 10230756. OLE color: 10230756.
HSL color Cylindrical-coordinate representation of color #E41B9C: hue angle of 321.49º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41B9C is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 27 | 156 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.11 |
| HSL | 321.49º | 0.79% | 0.5% | - |
| HSV(B) | 321.49º | 0.88% | 0.89% | - |
| XYZ | 38.39 | 19.68 | 33.23 | - |
| YUV | 101.81 | 158.59 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 27 | 156 | 0 | 0.88 | 0.32 | 0.11 | 321.49 | 0.79 | 0.5 |
| Hex | E4 | 1B | 9C | 0 | 58 | 20 | B | 141 | 4F | 32 |
| Octal | 344 | 33 | 234 | 0 | 130 | 40 | 13 | 501 | 117 | 62 |
| Binary | 11100100 | 11011 | 10011100 | 0 | 1011000 | 100000 | 1011 | 101000001 | 1001111 | 110010 |
Color Harmonies of #E41B9C
Complementary color
Monochromatic Colors of #E41B9C
Black with #E41B9C
Text Example
Text Example
White with #E41B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41B9C; }
p { color: rgb(228,27,156); }
H1.HeaderClassName
{
color: #E41B9C;
}
.AnyTagClassName
{
color: #E41B9C;
}
</style>
background-color css
<style>
a { background-color: #E41B9C; }
a { background-color: rgb(228,27,156); }
div.DivClassName
{
background-color: #E41B9C;
}
.BgClassName
{
background-color: #E41B9C;
}
</style>
border-color css
<style>
span { border-color: #E41B9C; }
span { border-color: rgb(228,27,156); }
td.TdClassName
{
border-color: #E41B9C;
}
.TagClassName
{
border-color: #E41B9C;
}
</style>