Shades of Persian Rose #E128A6
Tints of Persian Rose #E128A6
RGB
CMYK
RGB Variations
Color information
#E128A6 (or 0xE128A6) is known color: Persian Rose. HEX triplet: E1, 28 and A6. RGB value is (225,40,166). Sum of RGB (Red+Green+Blue) = 225+40+166=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E128A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E128A6 is #1ED759. Grayscale: #6D6D6D. Windows color (decimal): -2021210 or 10889441. OLE color: 10889441.
HSL color Cylindrical-coordinate representation of color #E128A6: hue angle of 319.14º 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 #E128A6 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 166 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.12 |
| HSL | 319.14º | 0.76% | 0.52% | - |
| HSV(B) | 319.14º | 0.82% | 0.88% | - |
| XYZ | 38.69 | 20.28 | 37.95 | - |
| YUV | 109.68 | 159.79 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 166 | 0 | 0.82 | 0.26 | 0.12 | 319.14 | 0.76 | 0.52 |
| Hex | E1 | 28 | A6 | 0 | 52 | 1A | C | 13F | 4C | 34 |
| Octal | 341 | 50 | 246 | 0 | 122 | 32 | 14 | 477 | 114 | 64 |
| Binary | 11100001 | 101000 | 10100110 | 0 | 1010010 | 11010 | 1100 | 100111111 | 1001100 | 110100 |
Color Harmonies of #E128A6
Complementary color
Monochromatic Colors of #E128A6
Black with #E128A6
Text Example
Text Example
White with #E128A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E128A6; }
p { color: rgb(225,40,166); }
H1.HeaderClassName
{
color: #E128A6;
}
.AnyTagClassName
{
color: #E128A6;
}
</style>
background-color css
<style>
a { background-color: #E128A6; }
a { background-color: rgb(225,40,166); }
div.DivClassName
{
background-color: #E128A6;
}
.BgClassName
{
background-color: #E128A6;
}
</style>
border-color css
<style>
span { border-color: #E128A6; }
span { border-color: rgb(225,40,166); }
td.TdClassName
{
border-color: #E128A6;
}
.TagClassName
{
border-color: #E128A6;
}
</style>