Shades of Persian Rose #E8219C
Tints of Persian Rose #E8219C
RGB
CMYK
RGB Variations
Color information
#E8219C (or 0xE8219C) is known color: Persian Rose. HEX triplet: E8, 21 and 9C. RGB value is (232,33,156). Sum of RGB (Red+Green+Blue) = 232+33+156=421 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.11% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 232 - color contains mainly: red. Hex color #E8219C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8219C is #17DE63. Grayscale: #6A6A6A. Windows color (decimal): -1564260 or 10232296. OLE color: 10232296.
HSL color Cylindrical-coordinate representation of color #E8219C: hue angle of 322.91º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E8219C is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 33 | 156 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.09 |
| HSL | 322.91º | 0.81% | 0.52% | - |
| HSV(B) | 322.91º | 0.86% | 0.91% | - |
| XYZ | 39.82 | 20.64 | 33.34 | - |
| YUV | 106.52 | 155.93 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 33 | 156 | 0 | 0.86 | 0.33 | 0.09 | 322.91 | 0.81 | 0.52 |
| Hex | E8 | 21 | 9C | 0 | 56 | 21 | 9 | 143 | 51 | 34 |
| Octal | 350 | 41 | 234 | 0 | 126 | 41 | 11 | 503 | 121 | 64 |
| Binary | 11101000 | 100001 | 10011100 | 0 | 1010110 | 100001 | 1001 | 101000011 | 1010001 | 110100 |
Color Harmonies of #E8219C
Complementary color
Monochromatic Colors of #E8219C
Black with #E8219C
Text Example
Text Example
White with #E8219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8219C; }
p { color: rgb(232,33,156); }
H1.HeaderClassName
{
color: #E8219C;
}
.AnyTagClassName
{
color: #E8219C;
}
</style>
background-color css
<style>
a { background-color: #E8219C; }
a { background-color: rgb(232,33,156); }
div.DivClassName
{
background-color: #E8219C;
}
.BgClassName
{
background-color: #E8219C;
}
</style>
border-color css
<style>
span { border-color: #E8219C; }
span { border-color: rgb(232,33,156); }
td.TdClassName
{
border-color: #E8219C;
}
.TagClassName
{
border-color: #E8219C;
}
</style>