Shades of Persian Rose #E125A1
Tints of Persian Rose #E125A1
RGB
CMYK
RGB Variations
Color information
#E125A1 (or 0xE125A1) is known color: Persian Rose. HEX triplet: E1, 25 and A1. RGB value is (225,37,161). Sum of RGB (Red+Green+Blue) = 225+37+161=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E125A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E125A1 is #1EDA5E. Grayscale: #6B6B6B. Windows color (decimal): -2021983 or 10560993. OLE color: 10560993.
HSL color Cylindrical-coordinate representation of color #E125A1: hue angle of 320.43º 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 #E125A1 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 161 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.12 |
| HSL | 320.43º | 0.76% | 0.51% | - |
| HSV(B) | 320.43º | 0.84% | 0.88% | - |
| XYZ | 38.15 | 19.9 | 35.55 | - |
| YUV | 107.35 | 158.28 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 161 | 0 | 0.84 | 0.28 | 0.12 | 320.43 | 0.76 | 0.51 |
| Hex | E1 | 25 | A1 | 0 | 54 | 1C | C | 140 | 4C | 33 |
| Octal | 341 | 45 | 241 | 0 | 124 | 34 | 14 | 500 | 114 | 63 |
| Binary | 11100001 | 100101 | 10100001 | 0 | 1010100 | 11100 | 1100 | 101000000 | 1001100 | 110011 |
Color Harmonies of #E125A1
Complementary color
Monochromatic Colors of #E125A1
Black with #E125A1
Text Example
Text Example
White with #E125A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E125A1; }
p { color: rgb(225,37,161); }
H1.HeaderClassName
{
color: #E125A1;
}
.AnyTagClassName
{
color: #E125A1;
}
</style>
background-color css
<style>
a { background-color: #E125A1; }
a { background-color: rgb(225,37,161); }
div.DivClassName
{
background-color: #E125A1;
}
.BgClassName
{
background-color: #E125A1;
}
</style>
border-color css
<style>
span { border-color: #E125A1; }
span { border-color: rgb(225,37,161); }
td.TdClassName
{
border-color: #E125A1;
}
.TagClassName
{
border-color: #E125A1;
}
</style>