Shades of Persian Rose #E237AA
Tints of Persian Rose #E237AA
RGB
CMYK
RGB Variations
Color information
#E237AA (or 0xE237AA) is known color: Persian Rose. HEX triplet: E2, 37 and AA. RGB value is (226,55,170). Sum of RGB (Red+Green+Blue) = 226+55+170=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 55 (21.88% from 255 or 12.20% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E237AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E237AA is #1DC855. Grayscale: #767676. Windows color (decimal): -1951830 or 11155426. OLE color: 11155426.
HSL color Cylindrical-coordinate representation of color #E237AA: hue angle of 319.65º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E237AA is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 55 | 170 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.11 |
| HSL | 319.65º | 0.75% | 0.55% | - |
| HSV(B) | 319.65º | 0.76% | 0.89% | - |
| XYZ | 39.99 | 21.8 | 40.13 | - |
| YUV | 119.24 | 156.65 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 55 | 170 | 0 | 0.76 | 0.25 | 0.11 | 319.65 | 0.75 | 0.55 |
| Hex | E2 | 37 | AA | 0 | 4C | 19 | B | 140 | 4B | 37 |
| Octal | 342 | 67 | 252 | 0 | 114 | 31 | 13 | 500 | 113 | 67 |
| Binary | 11100010 | 110111 | 10101010 | 0 | 1001100 | 11001 | 1011 | 101000000 | 1001011 | 110111 |
Color Harmonies of #E237AA
Complementary color
Monochromatic Colors of #E237AA
Black with #E237AA
Text Example
Text Example
White with #E237AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E237AA; }
p { color: rgb(226,55,170); }
H1.HeaderClassName
{
color: #E237AA;
}
.AnyTagClassName
{
color: #E237AA;
}
</style>
background-color css
<style>
a { background-color: #E237AA; }
a { background-color: rgb(226,55,170); }
div.DivClassName
{
background-color: #E237AA;
}
.BgClassName
{
background-color: #E237AA;
}
</style>
border-color css
<style>
span { border-color: #E237AA; }
span { border-color: rgb(226,55,170); }
td.TdClassName
{
border-color: #E237AA;
}
.TagClassName
{
border-color: #E237AA;
}
</style>