Shades of Persian Rose #E4249D
Tints of Persian Rose #E4249D
RGB
CMYK
RGB Variations
Color information
#E4249D (or 0xE4249D) is known color: Persian Rose. HEX triplet: E4, 24 and 9D. RGB value is (228,36,157). Sum of RGB (Red+Green+Blue) = 228+36+157=421 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.16% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 228 - color contains mainly: red. Hex color #E4249D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E4249D is #1BDB62. Grayscale: #6A6A6A. Windows color (decimal): -1825635 or 10298596. OLE color: 10298596.
HSL color Cylindrical-coordinate representation of color #E4249D: hue angle of 322.19º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E4249D is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 36 | 157 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.11 |
| HSL | 322.19º | 0.78% | 0.52% | - |
| HSV(B) | 322.19º | 0.84% | 0.89% | - |
| XYZ | 38.71 | 20.19 | 33.76 | - |
| YUV | 107.2 | 156.11 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 157 | 0 | 0.84 | 0.31 | 0.11 | 322.19 | 0.78 | 0.52 |
| Hex | E4 | 24 | 9D | 0 | 54 | 1F | B | 142 | 4E | 34 |
| Octal | 344 | 44 | 235 | 0 | 124 | 37 | 13 | 502 | 116 | 64 |
| Binary | 11100100 | 100100 | 10011101 | 0 | 1010100 | 11111 | 1011 | 101000010 | 1001110 | 110100 |
Color Harmonies of #E4249D
Complementary color
Monochromatic Colors of #E4249D
Black with #E4249D
Text Example
Text Example
White with #E4249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4249D; }
p { color: rgb(228,36,157); }
H1.HeaderClassName
{
color: #E4249D;
}
.AnyTagClassName
{
color: #E4249D;
}
</style>
background-color css
<style>
a { background-color: #E4249D; }
a { background-color: rgb(228,36,157); }
div.DivClassName
{
background-color: #E4249D;
}
.BgClassName
{
background-color: #E4249D;
}
</style>
border-color css
<style>
span { border-color: #E4249D; }
span { border-color: rgb(228,36,157); }
td.TdClassName
{
border-color: #E4249D;
}
.TagClassName
{
border-color: #E4249D;
}
</style>