Shades of Persian Rose #E32FAD
Tints of Persian Rose #E32FAD
RGB
CMYK
RGB Variations
Color information
#E32FAD (or 0xE32FAD) is known color: Persian Rose. HEX triplet: E3, 2F and AD. RGB value is (227,47,173). Sum of RGB (Red+Green+Blue) = 227+47+173=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 47 (18.75% from 255 or 10.51% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E32FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32FAD is #1CD052. Grayscale: #727272. Windows color (decimal): -1888339 or 11349987. OLE color: 11349987.
HSL color Cylindrical-coordinate representation of color #E32FAD: hue angle of 318º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E32FAD is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 173 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.11 |
| HSL | 318º | 0.76% | 0.54% | - |
| HSV(B) | 318º | 0.79% | 0.89% | - |
| XYZ | 40.24 | 21.38 | 41.54 | - |
| YUV | 115.18 | 160.63 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 173 | 0 | 0.79 | 0.24 | 0.11 | 318 | 0.76 | 0.54 |
| Hex | E3 | 2F | AD | 0 | 4F | 18 | B | 13E | 4C | 36 |
| Octal | 343 | 57 | 255 | 0 | 117 | 30 | 13 | 476 | 114 | 66 |
| Binary | 11100011 | 101111 | 10101101 | 0 | 1001111 | 11000 | 1011 | 100111110 | 1001100 | 110110 |
Color Harmonies of #E32FAD
Complementary color
Monochromatic Colors of #E32FAD
Black with #E32FAD
Text Example
Text Example
White with #E32FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32FAD; }
p { color: rgb(227,47,173); }
H1.HeaderClassName
{
color: #E32FAD;
}
.AnyTagClassName
{
color: #E32FAD;
}
</style>
background-color css
<style>
a { background-color: #E32FAD; }
a { background-color: rgb(227,47,173); }
div.DivClassName
{
background-color: #E32FAD;
}
.BgClassName
{
background-color: #E32FAD;
}
</style>
border-color css
<style>
span { border-color: #E32FAD; }
span { border-color: rgb(227,47,173); }
td.TdClassName
{
border-color: #E32FAD;
}
.TagClassName
{
border-color: #E32FAD;
}
</style>