Shades of Persian Rose #E125A8
Tints of Persian Rose #E125A8
RGB
CMYK
RGB Variations
Color information
#E125A8 (or 0xE125A8) is known color: Persian Rose. HEX triplet: E1, 25 and A8. RGB value is (225,37,168). Sum of RGB (Red+Green+Blue) = 225+37+168=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E125A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E125A8 is #1EDA57. Grayscale: #6B6B6B. Windows color (decimal): -2021976 or 11019745. OLE color: 11019745.
HSL color Cylindrical-coordinate representation of color #E125A8: hue angle of 318.19º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E125A8 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 168 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.12 |
| HSL | 318.19º | 0.76% | 0.51% | - |
| HSV(B) | 318.19º | 0.84% | 0.88% | - |
| XYZ | 38.78 | 20.16 | 38.89 | - |
| YUV | 108.15 | 161.78 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 168 | 0 | 0.84 | 0.25 | 0.12 | 318.19 | 0.76 | 0.51 |
| Hex | E1 | 25 | A8 | 0 | 54 | 19 | C | 13E | 4C | 33 |
| Octal | 341 | 45 | 250 | 0 | 124 | 31 | 14 | 476 | 114 | 63 |
| Binary | 11100001 | 100101 | 10101000 | 0 | 1010100 | 11001 | 1100 | 100111110 | 1001100 | 110011 |
Color Harmonies of #E125A8
Complementary color
Monochromatic Colors of #E125A8
Black with #E125A8
Text Example
Text Example
White with #E125A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E125A8; }
p { color: rgb(225,37,168); }
H1.HeaderClassName
{
color: #E125A8;
}
.AnyTagClassName
{
color: #E125A8;
}
</style>
background-color css
<style>
a { background-color: #E125A8; }
a { background-color: rgb(225,37,168); }
div.DivClassName
{
background-color: #E125A8;
}
.BgClassName
{
background-color: #E125A8;
}
</style>
border-color css
<style>
span { border-color: #E125A8; }
span { border-color: rgb(225,37,168); }
td.TdClassName
{
border-color: #E125A8;
}
.TagClassName
{
border-color: #E125A8;
}
</style>