Shades of Persian Rose #E232A3
Tints of Persian Rose #E232A3
RGB
CMYK
RGB Variations
Color information
#E232A3 (or 0xE232A3) is known color: Persian Rose. HEX triplet: E2, 32 and A3. RGB value is (226,50,163). Sum of RGB (Red+Green+Blue) = 226+50+163=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E232A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E232A3 is #1DCD5C. Grayscale: #737373. Windows color (decimal): -1953117 or 10695394. OLE color: 10695394.
HSL color Cylindrical-coordinate representation of color #E232A3: hue angle of 321.48º 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 #E232A3 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 163 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.11 |
| HSL | 321.48º | 0.75% | 0.54% | - |
| HSV(B) | 321.48º | 0.78% | 0.89% | - |
| XYZ | 39.12 | 21.09 | 36.66 | - |
| YUV | 115.51 | 154.81 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 163 | 0 | 0.78 | 0.28 | 0.11 | 321.48 | 0.75 | 0.54 |
| Hex | E2 | 32 | A3 | 0 | 4E | 1C | B | 141 | 4B | 36 |
| Octal | 342 | 62 | 243 | 0 | 116 | 34 | 13 | 501 | 113 | 66 |
| Binary | 11100010 | 110010 | 10100011 | 0 | 1001110 | 11100 | 1011 | 101000001 | 1001011 | 110110 |
Color Harmonies of #E232A3
Complementary color
Monochromatic Colors of #E232A3
Black with #E232A3
Text Example
Text Example
White with #E232A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E232A3; }
p { color: rgb(226,50,163); }
H1.HeaderClassName
{
color: #E232A3;
}
.AnyTagClassName
{
color: #E232A3;
}
</style>
background-color css
<style>
a { background-color: #E232A3; }
a { background-color: rgb(226,50,163); }
div.DivClassName
{
background-color: #E232A3;
}
.BgClassName
{
background-color: #E232A3;
}
</style>
border-color css
<style>
span { border-color: #E232A3; }
span { border-color: rgb(226,50,163); }
td.TdClassName
{
border-color: #E232A3;
}
.TagClassName
{
border-color: #E232A3;
}
</style>