Shades of Persian Rose #E730AF
Tints of Persian Rose #E730AF
RGB
CMYK
RGB Variations
Color information
#E730AF (or 0xE730AF) is known color: Persian Rose. HEX triplet: E7, 30 and AF. RGB value is (231,48,175). Sum of RGB (Red+Green+Blue) = 231+48+175=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 48 (19.14% from 255 or 10.57% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E730AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E730AF is #18CF50. Grayscale: #747474. Windows color (decimal): -1625937 or 11481319. OLE color: 11481319.
HSL color Cylindrical-coordinate representation of color #E730AF: hue angle of 318.36º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E730AF is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 48 | 175 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.09 |
| HSL | 318.36º | 0.79% | 0.55% | - |
| HSV(B) | 318.36º | 0.79% | 0.91% | - |
| XYZ | 41.75 | 22.2 | 42.64 | - |
| YUV | 117.2 | 160.63 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 48 | 175 | 0 | 0.79 | 0.24 | 0.09 | 318.36 | 0.79 | 0.55 |
| Hex | E7 | 30 | AF | 0 | 4F | 18 | 9 | 13E | 4F | 37 |
| Octal | 347 | 60 | 257 | 0 | 117 | 30 | 11 | 476 | 117 | 67 |
| Binary | 11100111 | 110000 | 10101111 | 0 | 1001111 | 11000 | 1001 | 100111110 | 1001111 | 110111 |
Color Harmonies of #E730AF
Complementary color
Monochromatic Colors of #E730AF
Black with #E730AF
Text Example
Text Example
White with #E730AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E730AF; }
p { color: rgb(231,48,175); }
H1.HeaderClassName
{
color: #E730AF;
}
.AnyTagClassName
{
color: #E730AF;
}
</style>
background-color css
<style>
a { background-color: #E730AF; }
a { background-color: rgb(231,48,175); }
div.DivClassName
{
background-color: #E730AF;
}
.BgClassName
{
background-color: #E730AF;
}
</style>
border-color css
<style>
span { border-color: #E730AF; }
span { border-color: rgb(231,48,175); }
td.TdClassName
{
border-color: #E730AF;
}
.TagClassName
{
border-color: #E730AF;
}
</style>