Shades of Persian Rose #E231A5
Tints of Persian Rose #E231A5
RGB
CMYK
RGB Variations
Color information
#E231A5 (or 0xE231A5) is known color: Persian Rose. HEX triplet: E2, 31 and A5. RGB value is (226,49,165). Sum of RGB (Red+Green+Blue) = 226+49+165=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E231A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E231A5 is #1DCE5A. Grayscale: #727272. Windows color (decimal): -1953371 or 10826210. OLE color: 10826210.
HSL color Cylindrical-coordinate representation of color #E231A5: hue angle of 320.68º 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 #E231A5 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 165 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.11 |
| HSL | 320.68º | 0.75% | 0.54% | - |
| HSV(B) | 320.68º | 0.78% | 0.89% | - |
| XYZ | 39.25 | 21.08 | 37.6 | - |
| YUV | 115.15 | 156.14 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 165 | 0 | 0.78 | 0.27 | 0.11 | 320.68 | 0.75 | 0.54 |
| Hex | E2 | 31 | A5 | 0 | 4E | 1B | B | 141 | 4B | 36 |
| Octal | 342 | 61 | 245 | 0 | 116 | 33 | 13 | 501 | 113 | 66 |
| Binary | 11100010 | 110001 | 10100101 | 0 | 1001110 | 11011 | 1011 | 101000001 | 1001011 | 110110 |
Color Harmonies of #E231A5
Complementary color
Monochromatic Colors of #E231A5
Black with #E231A5
Text Example
Text Example
White with #E231A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E231A5; }
p { color: rgb(226,49,165); }
H1.HeaderClassName
{
color: #E231A5;
}
.AnyTagClassName
{
color: #E231A5;
}
</style>
background-color css
<style>
a { background-color: #E231A5; }
a { background-color: rgb(226,49,165); }
div.DivClassName
{
background-color: #E231A5;
}
.BgClassName
{
background-color: #E231A5;
}
</style>
border-color css
<style>
span { border-color: #E231A5; }
span { border-color: rgb(226,49,165); }
td.TdClassName
{
border-color: #E231A5;
}
.TagClassName
{
border-color: #E231A5;
}
</style>