Shades of Persian Rose #E12BAE
Tints of Persian Rose #E12BAE
RGB
CMYK
RGB Variations
Color information
#E12BAE (or 0xE12BAE) is known color: Persian Rose. HEX triplet: E1, 2B and AE. RGB value is (225,43,174). Sum of RGB (Red+Green+Blue) = 225+43+174=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 43 (17.19% from 255 or 9.73% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E12BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12BAE is #1ED451. Grayscale: #707070. Windows color (decimal): -2020434 or 11414497. OLE color: 11414497.
HSL color Cylindrical-coordinate representation of color #E12BAE: hue angle of 316.81º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12BAE is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 43 | 174 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.12 |
| HSL | 316.81º | 0.75% | 0.53% | - |
| HSV(B) | 316.81º | 0.81% | 0.88% | - |
| XYZ | 39.56 | 20.79 | 41.97 | - |
| YUV | 112.35 | 162.8 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 43 | 174 | 0 | 0.81 | 0.23 | 0.12 | 316.81 | 0.75 | 0.53 |
| Hex | E1 | 2B | AE | 0 | 51 | 17 | C | 13D | 4B | 35 |
| Octal | 341 | 53 | 256 | 0 | 121 | 27 | 14 | 475 | 113 | 65 |
| Binary | 11100001 | 101011 | 10101110 | 0 | 1010001 | 10111 | 1100 | 100111101 | 1001011 | 110101 |
Color Harmonies of #E12BAE
Complementary color
Monochromatic Colors of #E12BAE
Black with #E12BAE
Text Example
Text Example
White with #E12BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12BAE; }
p { color: rgb(225,43,174); }
H1.HeaderClassName
{
color: #E12BAE;
}
.AnyTagClassName
{
color: #E12BAE;
}
</style>
background-color css
<style>
a { background-color: #E12BAE; }
a { background-color: rgb(225,43,174); }
div.DivClassName
{
background-color: #E12BAE;
}
.BgClassName
{
background-color: #E12BAE;
}
</style>
border-color css
<style>
span { border-color: #E12BAE; }
span { border-color: rgb(225,43,174); }
td.TdClassName
{
border-color: #E12BAE;
}
.TagClassName
{
border-color: #E12BAE;
}
</style>