Shades of Persian Rose #E231AF
Tints of Persian Rose #E231AF
RGB
CMYK
RGB Variations
Color information
#E231AF (or 0xE231AF) is known color: Persian Rose. HEX triplet: E2, 31 and AF. RGB value is (226,49,175). Sum of RGB (Red+Green+Blue) = 226+49+175=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E231AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E231AF is #1DCE50. Grayscale: #737373. Windows color (decimal): -1953361 or 11481570. OLE color: 11481570.
HSL color Cylindrical-coordinate representation of color #E231AF: hue angle of 317.29º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E231AF is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 175 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.11 |
| HSL | 317.29º | 0.75% | 0.54% | - |
| HSV(B) | 317.29º | 0.78% | 0.89% | - |
| XYZ | 40.2 | 21.46 | 42.58 | - |
| YUV | 116.29 | 161.14 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 175 | 0 | 0.78 | 0.23 | 0.11 | 317.29 | 0.75 | 0.54 |
| Hex | E2 | 31 | AF | 0 | 4E | 17 | B | 13D | 4B | 36 |
| Octal | 342 | 61 | 257 | 0 | 116 | 27 | 13 | 475 | 113 | 66 |
| Binary | 11100010 | 110001 | 10101111 | 0 | 1001110 | 10111 | 1011 | 100111101 | 1001011 | 110110 |
Color Harmonies of #E231AF
Complementary color
Monochromatic Colors of #E231AF
Black with #E231AF
Text Example
Text Example
White with #E231AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E231AF; }
p { color: rgb(226,49,175); }
H1.HeaderClassName
{
color: #E231AF;
}
.AnyTagClassName
{
color: #E231AF;
}
</style>
background-color css
<style>
a { background-color: #E231AF; }
a { background-color: rgb(226,49,175); }
div.DivClassName
{
background-color: #E231AF;
}
.BgClassName
{
background-color: #E231AF;
}
</style>
border-color css
<style>
span { border-color: #E231AF; }
span { border-color: rgb(226,49,175); }
td.TdClassName
{
border-color: #E231AF;
}
.TagClassName
{
border-color: #E231AF;
}
</style>