Shades of Persian Rose #E21C9C
Tints of Persian Rose #E21C9C
RGB
CMYK
RGB Variations
Color information
#E21C9C (or 0xE21C9C) is known color: Persian Rose. HEX triplet: E2, 1C and 9C. RGB value is (226,28,156). Sum of RGB (Red+Green+Blue) = 226+28+156=410 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.12% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21C9C is #1DE363. Grayscale: #656565. Windows color (decimal): -1958756 or 10231010. OLE color: 10231010.
HSL color Cylindrical-coordinate representation of color #E21C9C: hue angle of 321.21º degrees, saturation: 0.78, 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 #E21C9C is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 156 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.11 |
| HSL | 321.21º | 0.78% | 0.5% | - |
| HSV(B) | 321.21º | 0.88% | 0.89% | - |
| XYZ | 37.78 | 19.4 | 33.21 | - |
| YUV | 101.79 | 158.6 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 156 | 0 | 0.88 | 0.31 | 0.11 | 321.21 | 0.78 | 0.5 |
| Hex | E2 | 1C | 9C | 0 | 58 | 1F | B | 141 | 4E | 32 |
| Octal | 342 | 34 | 234 | 0 | 130 | 37 | 13 | 501 | 116 | 62 |
| Binary | 11100010 | 11100 | 10011100 | 0 | 1011000 | 11111 | 1011 | 101000001 | 1001110 | 110010 |
Color Harmonies of #E21C9C
Complementary color
Monochromatic Colors of #E21C9C
Black with #E21C9C
Text Example
Text Example
White with #E21C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21C9C; }
p { color: rgb(226,28,156); }
H1.HeaderClassName
{
color: #E21C9C;
}
.AnyTagClassName
{
color: #E21C9C;
}
</style>
background-color css
<style>
a { background-color: #E21C9C; }
a { background-color: rgb(226,28,156); }
div.DivClassName
{
background-color: #E21C9C;
}
.BgClassName
{
background-color: #E21C9C;
}
</style>
border-color css
<style>
span { border-color: #E21C9C; }
span { border-color: rgb(226,28,156); }
td.TdClassName
{
border-color: #E21C9C;
}
.TagClassName
{
border-color: #E21C9C;
}
</style>