Shades of Persian Rose #E324A3
Tints of Persian Rose #E324A3
RGB
CMYK
RGB Variations
Color information
#E324A3 (or 0xE324A3) is known color: Persian Rose. HEX triplet: E3, 24 and A3. RGB value is (227,36,163). Sum of RGB (Red+Green+Blue) = 227+36+163=426 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.29% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 227 - color contains mainly: red. Hex color #E324A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E324A3 is #1CDB5C. Grayscale: #6B6B6B. Windows color (decimal): -1891165 or 10691811. OLE color: 10691811.
HSL color Cylindrical-coordinate representation of color #E324A3: hue angle of 320.1º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E324A3 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 36 | 163 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.11 |
| HSL | 320.1º | 0.77% | 0.52% | - |
| HSV(B) | 320.1º | 0.84% | 0.89% | - |
| XYZ | 38.92 | 20.24 | 36.51 | - |
| YUV | 107.59 | 159.28 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 36 | 163 | 0 | 0.84 | 0.28 | 0.11 | 320.1 | 0.77 | 0.52 |
| Hex | E3 | 24 | A3 | 0 | 54 | 1C | B | 140 | 4D | 34 |
| Octal | 343 | 44 | 243 | 0 | 124 | 34 | 13 | 500 | 115 | 64 |
| Binary | 11100011 | 100100 | 10100011 | 0 | 1010100 | 11100 | 1011 | 101000000 | 1001101 | 110100 |
Color Harmonies of #E324A3
Complementary color
Monochromatic Colors of #E324A3
Black with #E324A3
Text Example
Text Example
White with #E324A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E324A3; }
p { color: rgb(227,36,163); }
H1.HeaderClassName
{
color: #E324A3;
}
.AnyTagClassName
{
color: #E324A3;
}
</style>
background-color css
<style>
a { background-color: #E324A3; }
a { background-color: rgb(227,36,163); }
div.DivClassName
{
background-color: #E324A3;
}
.BgClassName
{
background-color: #E324A3;
}
</style>
border-color css
<style>
span { border-color: #E324A3; }
span { border-color: rgb(227,36,163); }
td.TdClassName
{
border-color: #E324A3;
}
.TagClassName
{
border-color: #E324A3;
}
</style>