Shades of Persian Rose #E12AA3
Tints of Persian Rose #E12AA3
RGB
CMYK
RGB Variations
Color information
#E12AA3 (or 0xE12AA3) is known color: Persian Rose. HEX triplet: E1, 2A and A3. RGB value is (225,42,163). Sum of RGB (Red+Green+Blue) = 225+42+163=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E12AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12AA3 is #1ED55C. Grayscale: #6E6E6E. Windows color (decimal): -2020701 or 10693345. OLE color: 10693345.
HSL color Cylindrical-coordinate representation of color #E12AA3: hue angle of 320.33º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12AA3 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 42 | 163 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.12 |
| HSL | 320.33º | 0.75% | 0.52% | - |
| HSV(B) | 320.33º | 0.81% | 0.88% | - |
| XYZ | 38.49 | 20.31 | 36.54 | - |
| YUV | 110.51 | 157.63 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 42 | 163 | 0 | 0.81 | 0.28 | 0.12 | 320.33 | 0.75 | 0.52 |
| Hex | E1 | 2A | A3 | 0 | 51 | 1C | C | 140 | 4B | 34 |
| Octal | 341 | 52 | 243 | 0 | 121 | 34 | 14 | 500 | 113 | 64 |
| Binary | 11100001 | 101010 | 10100011 | 0 | 1010001 | 11100 | 1100 | 101000000 | 1001011 | 110100 |
Color Harmonies of #E12AA3
Complementary color
Monochromatic Colors of #E12AA3
Black with #E12AA3
Text Example
Text Example
White with #E12AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12AA3; }
p { color: rgb(225,42,163); }
H1.HeaderClassName
{
color: #E12AA3;
}
.AnyTagClassName
{
color: #E12AA3;
}
</style>
background-color css
<style>
a { background-color: #E12AA3; }
a { background-color: rgb(225,42,163); }
div.DivClassName
{
background-color: #E12AA3;
}
.BgClassName
{
background-color: #E12AA3;
}
</style>
border-color css
<style>
span { border-color: #E12AA3; }
span { border-color: rgb(225,42,163); }
td.TdClassName
{
border-color: #E12AA3;
}
.TagClassName
{
border-color: #E12AA3;
}
</style>