Shades of Persian Rose #E232A5
Tints of Persian Rose #E232A5
RGB
CMYK
RGB Variations
Color information
#E232A5 (or 0xE232A5) is known color: Persian Rose. HEX triplet: E2, 32 and A5. RGB value is (226,50,165). Sum of RGB (Red+Green+Blue) = 226+50+165=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E232A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E232A5 is #1DCD5A. Grayscale: #737373. Windows color (decimal): -1953115 or 10826466. OLE color: 10826466.
HSL color Cylindrical-coordinate representation of color #E232A5: hue angle of 320.8º 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 #E232A5 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 165 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.11 |
| HSL | 320.8º | 0.75% | 0.54% | - |
| HSV(B) | 320.8º | 0.78% | 0.89% | - |
| XYZ | 39.3 | 21.17 | 37.61 | - |
| YUV | 115.73 | 155.81 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 165 | 0 | 0.78 | 0.27 | 0.11 | 320.8 | 0.75 | 0.54 |
| Hex | E2 | 32 | A5 | 0 | 4E | 1B | B | 141 | 4B | 36 |
| Octal | 342 | 62 | 245 | 0 | 116 | 33 | 13 | 501 | 113 | 66 |
| Binary | 11100010 | 110010 | 10100101 | 0 | 1001110 | 11011 | 1011 | 101000001 | 1001011 | 110110 |
Color Harmonies of #E232A5
Complementary color
Monochromatic Colors of #E232A5
Black with #E232A5
Text Example
Text Example
White with #E232A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E232A5; }
p { color: rgb(226,50,165); }
H1.HeaderClassName
{
color: #E232A5;
}
.AnyTagClassName
{
color: #E232A5;
}
</style>
background-color css
<style>
a { background-color: #E232A5; }
a { background-color: rgb(226,50,165); }
div.DivClassName
{
background-color: #E232A5;
}
.BgClassName
{
background-color: #E232A5;
}
</style>
border-color css
<style>
span { border-color: #E232A5; }
span { border-color: rgb(226,50,165); }
td.TdClassName
{
border-color: #E232A5;
}
.TagClassName
{
border-color: #E232A5;
}
</style>