Shades of Persian Rose #E9309C
Tints of Persian Rose #E9309C
RGB
CMYK
RGB Variations
Color information
#E9309C (or 0xE9309C) is known color: Persian Rose. HEX triplet: E9, 30 and 9C. RGB value is (233,48,156). Sum of RGB (Red+Green+Blue) = 233+48+156=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E9309C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9309C is #16CF63. Grayscale: #737373. Windows color (decimal): -1494884 or 10236137. OLE color: 10236137.
HSL color Cylindrical-coordinate representation of color #E9309C: hue angle of 324.97º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E9309C is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 48 | 156 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.09 |
| HSL | 324.97º | 0.81% | 0.55% | - |
| HSV(B) | 324.97º | 0.79% | 0.91% | - |
| XYZ | 40.66 | 21.84 | 33.52 | - |
| YUV | 115.63 | 150.79 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 48 | 156 | 0 | 0.79 | 0.33 | 0.09 | 324.97 | 0.81 | 0.55 |
| Hex | E9 | 30 | 9C | 0 | 4F | 21 | 9 | 145 | 51 | 37 |
| Octal | 351 | 60 | 234 | 0 | 117 | 41 | 11 | 505 | 121 | 67 |
| Binary | 11101001 | 110000 | 10011100 | 0 | 1001111 | 100001 | 1001 | 101000101 | 1010001 | 110111 |
Color Harmonies of #E9309C
Complementary color
Monochromatic Colors of #E9309C
Black with #E9309C
Text Example
Text Example
White with #E9309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9309C; }
p { color: rgb(233,48,156); }
H1.HeaderClassName
{
color: #E9309C;
}
.AnyTagClassName
{
color: #E9309C;
}
</style>
background-color css
<style>
a { background-color: #E9309C; }
a { background-color: rgb(233,48,156); }
div.DivClassName
{
background-color: #E9309C;
}
.BgClassName
{
background-color: #E9309C;
}
</style>
border-color css
<style>
span { border-color: #E9309C; }
span { border-color: rgb(233,48,156); }
td.TdClassName
{
border-color: #E9309C;
}
.TagClassName
{
border-color: #E9309C;
}
</style>