Shades of Persian Rose #E232A8
Tints of Persian Rose #E232A8
RGB
CMYK
RGB Variations
Color information
#E232A8 (or 0xE232A8) is known color: Persian Rose. HEX triplet: E2, 32 and A8. RGB value is (226,50,168). Sum of RGB (Red+Green+Blue) = 226+50+168=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E232A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E232A8 is #1DCD57. Grayscale: #737373. Windows color (decimal): -1953112 or 11023074. OLE color: 11023074.
HSL color Cylindrical-coordinate representation of color #E232A8: hue angle of 319.77º 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 #E232A8 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 168 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.11 |
| HSL | 319.77º | 0.75% | 0.54% | - |
| HSV(B) | 319.77º | 0.78% | 0.89% | - |
| XYZ | 39.57 | 21.28 | 39.07 | - |
| YUV | 116.08 | 157.31 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 168 | 0 | 0.78 | 0.26 | 0.11 | 319.77 | 0.75 | 0.54 |
| Hex | E2 | 32 | A8 | 0 | 4E | 1A | B | 140 | 4B | 36 |
| Octal | 342 | 62 | 250 | 0 | 116 | 32 | 13 | 500 | 113 | 66 |
| Binary | 11100010 | 110010 | 10101000 | 0 | 1001110 | 11010 | 1011 | 101000000 | 1001011 | 110110 |
Color Harmonies of #E232A8
Complementary color
Monochromatic Colors of #E232A8
Black with #E232A8
Text Example
Text Example
White with #E232A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E232A8; }
p { color: rgb(226,50,168); }
H1.HeaderClassName
{
color: #E232A8;
}
.AnyTagClassName
{
color: #E232A8;
}
</style>
background-color css
<style>
a { background-color: #E232A8; }
a { background-color: rgb(226,50,168); }
div.DivClassName
{
background-color: #E232A8;
}
.BgClassName
{
background-color: #E232A8;
}
</style>
border-color css
<style>
span { border-color: #E232A8; }
span { border-color: rgb(226,50,168); }
td.TdClassName
{
border-color: #E232A8;
}
.TagClassName
{
border-color: #E232A8;
}
</style>