Shades of Persian Rose #E9209C
Tints of Persian Rose #E9209C
RGB
CMYK
RGB Variations
Color information
#E9209C (or 0xE9209C) is known color: Persian Rose. HEX triplet: E9, 20 and 9C. RGB value is (233,32,156). Sum of RGB (Red+Green+Blue) = 233+32+156=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E9209C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9209C is #16DF63. Grayscale: #696969. Windows color (decimal): -1498980 or 10232041. OLE color: 10232041.
HSL color Cylindrical-coordinate representation of color #E9209C: hue angle of 322.99º degrees, saturation: 0.82, 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 #E9209C is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 156 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.09 |
| HSL | 322.99º | 0.82% | 0.52% | - |
| HSV(B) | 322.99º | 0.86% | 0.91% | - |
| XYZ | 40.12 | 20.76 | 33.34 | - |
| YUV | 106.24 | 156.09 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 156 | 0 | 0.86 | 0.33 | 0.09 | 322.99 | 0.82 | 0.52 |
| Hex | E9 | 20 | 9C | 0 | 56 | 21 | 9 | 143 | 52 | 34 |
| Octal | 351 | 40 | 234 | 0 | 126 | 41 | 11 | 503 | 122 | 64 |
| Binary | 11101001 | 100000 | 10011100 | 0 | 1010110 | 100001 | 1001 | 101000011 | 1010010 | 110100 |
Color Harmonies of #E9209C
Complementary color
Monochromatic Colors of #E9209C
Black with #E9209C
Text Example
Text Example
White with #E9209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9209C; }
p { color: rgb(233,32,156); }
H1.HeaderClassName
{
color: #E9209C;
}
.AnyTagClassName
{
color: #E9209C;
}
</style>
background-color css
<style>
a { background-color: #E9209C; }
a { background-color: rgb(233,32,156); }
div.DivClassName
{
background-color: #E9209C;
}
.BgClassName
{
background-color: #E9209C;
}
</style>
border-color css
<style>
span { border-color: #E9209C; }
span { border-color: rgb(233,32,156); }
td.TdClassName
{
border-color: #E9209C;
}
.TagClassName
{
border-color: #E9209C;
}
</style>