Shades of Persian Rose #E128A1
Tints of Persian Rose #E128A1
RGB
CMYK
RGB Variations
Color information
#E128A1 (or 0xE128A1) is known color: Persian Rose. HEX triplet: E1, 28 and A1. RGB value is (225,40,161). Sum of RGB (Red+Green+Blue) = 225+40+161=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E128A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E128A1 is #1ED75E. Grayscale: #6C6C6C. Windows color (decimal): -2021215 or 10561761. OLE color: 10561761.
HSL color Cylindrical-coordinate representation of color #E128A1: hue angle of 320.76º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E128A1 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 161 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.12 |
| HSL | 320.76º | 0.76% | 0.52% | - |
| HSV(B) | 320.76º | 0.82% | 0.88% | - |
| XYZ | 38.24 | 20.1 | 35.58 | - |
| YUV | 109.11 | 157.29 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 161 | 0 | 0.82 | 0.28 | 0.12 | 320.76 | 0.76 | 0.52 |
| Hex | E1 | 28 | A1 | 0 | 52 | 1C | C | 141 | 4C | 34 |
| Octal | 341 | 50 | 241 | 0 | 122 | 34 | 14 | 501 | 114 | 64 |
| Binary | 11100001 | 101000 | 10100001 | 0 | 1010010 | 11100 | 1100 | 101000001 | 1001100 | 110100 |
Color Harmonies of #E128A1
Complementary color
Monochromatic Colors of #E128A1
Black with #E128A1
Text Example
Text Example
White with #E128A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E128A1; }
p { color: rgb(225,40,161); }
H1.HeaderClassName
{
color: #E128A1;
}
.AnyTagClassName
{
color: #E128A1;
}
</style>
background-color css
<style>
a { background-color: #E128A1; }
a { background-color: rgb(225,40,161); }
div.DivClassName
{
background-color: #E128A1;
}
.BgClassName
{
background-color: #E128A1;
}
</style>
border-color css
<style>
span { border-color: #E128A1; }
span { border-color: rgb(225,40,161); }
td.TdClassName
{
border-color: #E128A1;
}
.TagClassName
{
border-color: #E128A1;
}
</style>