Shades of Persian Rose #E5259C
Tints of Persian Rose #E5259C
RGB
CMYK
RGB Variations
Color information
#E5259C (or 0xE5259C) is known color: Persian Rose. HEX triplet: E5, 25 and 9C. RGB value is (229,37,156). Sum of RGB (Red+Green+Blue) = 229+37+156=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E5259C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5259C is #1ADA63. Grayscale: #6B6B6B. Windows color (decimal): -1759844 or 10233317. OLE color: 10233317.
HSL color Cylindrical-coordinate representation of color #E5259C: hue angle of 322.81º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5259C is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 156 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.10 |
| HSL | 322.81º | 0.79% | 0.52% | - |
| HSV(B) | 322.81º | 0.84% | 0.9% | - |
| XYZ | 38.98 | 20.38 | 33.33 | - |
| YUV | 107.97 | 155.11 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 156 | 0 | 0.84 | 0.32 | 0.10 | 322.81 | 0.79 | 0.52 |
| Hex | E5 | 25 | 9C | 0 | 54 | 20 | A | 143 | 4F | 34 |
| Octal | 345 | 45 | 234 | 0 | 124 | 40 | 12 | 503 | 117 | 64 |
| Binary | 11100101 | 100101 | 10011100 | 0 | 1010100 | 100000 | 1010 | 101000011 | 1001111 | 110100 |
Color Harmonies of #E5259C
Complementary color
Monochromatic Colors of #E5259C
Black with #E5259C
Text Example
Text Example
White with #E5259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5259C; }
p { color: rgb(229,37,156); }
H1.HeaderClassName
{
color: #E5259C;
}
.AnyTagClassName
{
color: #E5259C;
}
</style>
background-color css
<style>
a { background-color: #E5259C; }
a { background-color: rgb(229,37,156); }
div.DivClassName
{
background-color: #E5259C;
}
.BgClassName
{
background-color: #E5259C;
}
</style>
border-color css
<style>
span { border-color: #E5259C; }
span { border-color: rgb(229,37,156); }
td.TdClassName
{
border-color: #E5259C;
}
.TagClassName
{
border-color: #E5259C;
}
</style>