Shades of Persian Rose #E9249D
Tints of Persian Rose #E9249D
RGB
CMYK
RGB Variations
Color information
#E9249D (or 0xE9249D) is known color: Persian Rose. HEX triplet: E9, 24 and 9D. RGB value is (233,36,157). Sum of RGB (Red+Green+Blue) = 233+36+157=426 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.69% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 233 - color contains mainly: red. Hex color #E9249D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9249D is #16DB62. Grayscale: #6C6C6C. Windows color (decimal): -1497955 or 10298601. OLE color: 10298601.
HSL color Cylindrical-coordinate representation of color #E9249D: hue angle of 323.15º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9249D is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 36 | 157 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.09 |
| HSL | 323.15º | 0.82% | 0.53% | - |
| HSV(B) | 323.15º | 0.85% | 0.91% | - |
| XYZ | 40.32 | 21.02 | 33.83 | - |
| YUV | 108.7 | 155.27 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 36 | 157 | 0 | 0.85 | 0.33 | 0.09 | 323.15 | 0.82 | 0.53 |
| Hex | E9 | 24 | 9D | 0 | 55 | 21 | 9 | 143 | 52 | 35 |
| Octal | 351 | 44 | 235 | 0 | 125 | 41 | 11 | 503 | 122 | 65 |
| Binary | 11101001 | 100100 | 10011101 | 0 | 1010101 | 100001 | 1001 | 101000011 | 1010010 | 110101 |
Color Harmonies of #E9249D
Complementary color
Monochromatic Colors of #E9249D
Black with #E9249D
Text Example
Text Example
White with #E9249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9249D; }
p { color: rgb(233,36,157); }
H1.HeaderClassName
{
color: #E9249D;
}
.AnyTagClassName
{
color: #E9249D;
}
</style>
background-color css
<style>
a { background-color: #E9249D; }
a { background-color: rgb(233,36,157); }
div.DivClassName
{
background-color: #E9249D;
}
.BgClassName
{
background-color: #E9249D;
}
</style>
border-color css
<style>
span { border-color: #E9249D; }
span { border-color: rgb(233,36,157); }
td.TdClassName
{
border-color: #E9249D;
}
.TagClassName
{
border-color: #E9249D;
}
</style>