Shades of Persian Rose #E128A8
Tints of Persian Rose #E128A8
RGB
CMYK
RGB Variations
Color information
#E128A8 (or 0xE128A8) is known color: Persian Rose. HEX triplet: E1, 28 and A8. RGB value is (225,40,168). Sum of RGB (Red+Green+Blue) = 225+40+168=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E128A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E128A8 is #1ED757. Grayscale: #6D6D6D. Windows color (decimal): -2021208 or 11020513. OLE color: 11020513.
HSL color Cylindrical-coordinate representation of color #E128A8: hue angle of 318.49º 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 #E128A8 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 168 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.12 |
| HSL | 318.49º | 0.76% | 0.52% | - |
| HSV(B) | 318.49º | 0.82% | 0.88% | - |
| XYZ | 38.88 | 20.35 | 38.93 | - |
| YUV | 109.91 | 160.79 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 168 | 0 | 0.82 | 0.25 | 0.12 | 318.49 | 0.76 | 0.52 |
| Hex | E1 | 28 | A8 | 0 | 52 | 19 | C | 13E | 4C | 34 |
| Octal | 341 | 50 | 250 | 0 | 122 | 31 | 14 | 476 | 114 | 64 |
| Binary | 11100001 | 101000 | 10101000 | 0 | 1010010 | 11001 | 1100 | 100111110 | 1001100 | 110100 |
Color Harmonies of #E128A8
Complementary color
Monochromatic Colors of #E128A8
Black with #E128A8
Text Example
Text Example
White with #E128A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E128A8; }
p { color: rgb(225,40,168); }
H1.HeaderClassName
{
color: #E128A8;
}
.AnyTagClassName
{
color: #E128A8;
}
</style>
background-color css
<style>
a { background-color: #E128A8; }
a { background-color: rgb(225,40,168); }
div.DivClassName
{
background-color: #E128A8;
}
.BgClassName
{
background-color: #E128A8;
}
</style>
border-color css
<style>
span { border-color: #E128A8; }
span { border-color: rgb(225,40,168); }
td.TdClassName
{
border-color: #E128A8;
}
.TagClassName
{
border-color: #E128A8;
}
</style>