Shades of Persian Rose #E728A3
Tints of Persian Rose #E728A3
RGB
CMYK
RGB Variations
Color information
#E728A3 (or 0xE728A3) is known color: Persian Rose. HEX triplet: E7, 28 and A3. RGB value is (231,40,163). Sum of RGB (Red+Green+Blue) = 231+40+163=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E728A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E728A3 is #18D75C. Grayscale: #6E6E6E. Windows color (decimal): -1627997 or 10692839. OLE color: 10692839.
HSL color Cylindrical-coordinate representation of color #E728A3: hue angle of 321.36º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E728A3 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 40 | 163 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.09 |
| HSL | 321.36º | 0.8% | 0.53% | - |
| HSV(B) | 321.36º | 0.83% | 0.91% | - |
| XYZ | 40.32 | 21.15 | 36.61 | - |
| YUV | 111.13 | 157.28 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 40 | 163 | 0 | 0.83 | 0.29 | 0.09 | 321.36 | 0.8 | 0.53 |
| Hex | E7 | 28 | A3 | 0 | 53 | 1D | 9 | 141 | 50 | 35 |
| Octal | 347 | 50 | 243 | 0 | 123 | 35 | 11 | 501 | 120 | 65 |
| Binary | 11100111 | 101000 | 10100011 | 0 | 1010011 | 11101 | 1001 | 101000001 | 1010000 | 110101 |
Color Harmonies of #E728A3
Complementary color
Monochromatic Colors of #E728A3
Black with #E728A3
Text Example
Text Example
White with #E728A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E728A3; }
p { color: rgb(231,40,163); }
H1.HeaderClassName
{
color: #E728A3;
}
.AnyTagClassName
{
color: #E728A3;
}
</style>
background-color css
<style>
a { background-color: #E728A3; }
a { background-color: rgb(231,40,163); }
div.DivClassName
{
background-color: #E728A3;
}
.BgClassName
{
background-color: #E728A3;
}
</style>
border-color css
<style>
span { border-color: #E728A3; }
span { border-color: rgb(231,40,163); }
td.TdClassName
{
border-color: #E728A3;
}
.TagClassName
{
border-color: #E728A3;
}
</style>