Shades of Persian Rose #E4219B
Tints of Persian Rose #E4219B
RGB
CMYK
RGB Variations
Color information
#E4219B (or 0xE4219B) is known color: Persian Rose. HEX triplet: E4, 21 and 9B. RGB value is (228,33,155). Sum of RGB (Red+Green+Blue) = 228+33+155=416 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.81% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 228 - color contains mainly: red. Hex color #E4219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E4219B is #1BDE64. Grayscale: #686868. Windows color (decimal): -1826405 or 10166756. OLE color: 10166756.
HSL color Cylindrical-coordinate representation of color #E4219B: hue angle of 322.46º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E4219B is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 33 | 155 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.11 |
| HSL | 322.46º | 0.78% | 0.51% | - |
| HSV(B) | 322.46º | 0.86% | 0.89% | - |
| XYZ | 38.46 | 19.95 | 32.83 | - |
| YUV | 105.21 | 156.1 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 33 | 155 | 0 | 0.86 | 0.32 | 0.11 | 322.46 | 0.78 | 0.51 |
| Hex | E4 | 21 | 9B | 0 | 56 | 20 | B | 142 | 4E | 33 |
| Octal | 344 | 41 | 233 | 0 | 126 | 40 | 13 | 502 | 116 | 63 |
| Binary | 11100100 | 100001 | 10011011 | 0 | 1010110 | 100000 | 1011 | 101000010 | 1001110 | 110011 |
Color Harmonies of #E4219B
Complementary color
Monochromatic Colors of #E4219B
Black with #E4219B
Text Example
Text Example
White with #E4219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4219B; }
p { color: rgb(228,33,155); }
H1.HeaderClassName
{
color: #E4219B;
}
.AnyTagClassName
{
color: #E4219B;
}
</style>
background-color css
<style>
a { background-color: #E4219B; }
a { background-color: rgb(228,33,155); }
div.DivClassName
{
background-color: #E4219B;
}
.BgClassName
{
background-color: #E4219B;
}
</style>
border-color css
<style>
span { border-color: #E4219B; }
span { border-color: rgb(228,33,155); }
td.TdClassName
{
border-color: #E4219B;
}
.TagClassName
{
border-color: #E4219B;
}
</style>