Shades of Persian Rose #E236A5
Tints of Persian Rose #E236A5
RGB
CMYK
RGB Variations
Color information
#E236A5 (or 0xE236A5) is known color: Persian Rose. HEX triplet: E2, 36 and A5. RGB value is (226,54,165). Sum of RGB (Red+Green+Blue) = 226+54+165=445 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.79% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 165 (64.84% from 255 or 37.08% from 445); Max value from RGB is 226 - color contains mainly: red. Hex color #E236A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E236A5 is #1DC95A. Grayscale: #757575. Windows color (decimal): -1952091 or 10827490. OLE color: 10827490.
HSL color Cylindrical-coordinate representation of color #E236A5: hue angle of 321.28º 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 #E236A5 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 54 | 165 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.11 |
| HSL | 321.28º | 0.75% | 0.55% | - |
| HSV(B) | 321.28º | 0.76% | 0.89% | - |
| XYZ | 39.47 | 21.52 | 37.67 | - |
| YUV | 118.08 | 154.48 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 54 | 165 | 0 | 0.76 | 0.27 | 0.11 | 321.28 | 0.75 | 0.55 |
| Hex | E2 | 36 | A5 | 0 | 4C | 1B | B | 141 | 4B | 37 |
| Octal | 342 | 66 | 245 | 0 | 114 | 33 | 13 | 501 | 113 | 67 |
| Binary | 11100010 | 110110 | 10100101 | 0 | 1001100 | 11011 | 1011 | 101000001 | 1001011 | 110111 |
Color Harmonies of #E236A5
Complementary color
Monochromatic Colors of #E236A5
Black with #E236A5
Text Example
Text Example
White with #E236A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E236A5; }
p { color: rgb(226,54,165); }
H1.HeaderClassName
{
color: #E236A5;
}
.AnyTagClassName
{
color: #E236A5;
}
</style>
background-color css
<style>
a { background-color: #E236A5; }
a { background-color: rgb(226,54,165); }
div.DivClassName
{
background-color: #E236A5;
}
.BgClassName
{
background-color: #E236A5;
}
</style>
border-color css
<style>
span { border-color: #E236A5; }
span { border-color: rgb(226,54,165); }
td.TdClassName
{
border-color: #E236A5;
}
.TagClassName
{
border-color: #E236A5;
}
</style>