Shades of Persian Rose #E236AA
Tints of Persian Rose #E236AA
RGB
CMYK
RGB Variations
Color information
#E236AA (or 0xE236AA) is known color: Persian Rose. HEX triplet: E2, 36 and AA. RGB value is (226,54,170). Sum of RGB (Red+Green+Blue) = 226+54+170=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 54 (21.48% from 255 or 12% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E236AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E236AA is #1DC955. Grayscale: #767676. Windows color (decimal): -1952086 or 11155170. OLE color: 11155170.
HSL color Cylindrical-coordinate representation of color #E236AA: hue angle of 319.53º 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 #E236AA is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 54 | 170 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.11 |
| HSL | 319.53º | 0.75% | 0.55% | - |
| HSV(B) | 319.53º | 0.76% | 0.89% | - |
| XYZ | 39.94 | 21.71 | 40.12 | - |
| YUV | 118.65 | 156.98 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 54 | 170 | 0 | 0.76 | 0.25 | 0.11 | 319.53 | 0.75 | 0.55 |
| Hex | E2 | 36 | AA | 0 | 4C | 19 | B | 140 | 4B | 37 |
| Octal | 342 | 66 | 252 | 0 | 114 | 31 | 13 | 500 | 113 | 67 |
| Binary | 11100010 | 110110 | 10101010 | 0 | 1001100 | 11001 | 1011 | 101000000 | 1001011 | 110111 |
Color Harmonies of #E236AA
Complementary color
Monochromatic Colors of #E236AA
Black with #E236AA
Text Example
Text Example
White with #E236AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E236AA; }
p { color: rgb(226,54,170); }
H1.HeaderClassName
{
color: #E236AA;
}
.AnyTagClassName
{
color: #E236AA;
}
</style>
background-color css
<style>
a { background-color: #E236AA; }
a { background-color: rgb(226,54,170); }
div.DivClassName
{
background-color: #E236AA;
}
.BgClassName
{
background-color: #E236AA;
}
</style>
border-color css
<style>
span { border-color: #E236AA; }
span { border-color: rgb(226,54,170); }
td.TdClassName
{
border-color: #E236AA;
}
.TagClassName
{
border-color: #E236AA;
}
</style>