Shades of Persian Rose #E32DAD
Tints of Persian Rose #E32DAD
RGB
CMYK
RGB Variations
Color information
#E32DAD (or 0xE32DAD) is known color: Persian Rose. HEX triplet: E3, 2D and AD. RGB value is (227,45,173). Sum of RGB (Red+Green+Blue) = 227+45+173=445 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.01% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 227 - color contains mainly: red. Hex color #E32DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32DAD is #1CD252. Grayscale: #717171. Windows color (decimal): -1888851 or 11349475. OLE color: 11349475.
HSL color Cylindrical-coordinate representation of color #E32DAD: hue angle of 317.8º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32DAD is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 45 | 173 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.11 |
| HSL | 317.8º | 0.76% | 0.53% | - |
| HSV(B) | 317.8º | 0.8% | 0.89% | - |
| XYZ | 40.16 | 21.22 | 41.52 | - |
| YUV | 114.01 | 161.3 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 45 | 173 | 0 | 0.80 | 0.24 | 0.11 | 317.8 | 0.76 | 0.53 |
| Hex | E3 | 2D | AD | 0 | 50 | 18 | B | 13E | 4C | 35 |
| Octal | 343 | 55 | 255 | 0 | 120 | 30 | 13 | 476 | 114 | 65 |
| Binary | 11100011 | 101101 | 10101101 | 0 | 1010000 | 11000 | 1011 | 100111110 | 1001100 | 110101 |
Color Harmonies of #E32DAD
Complementary color
Monochromatic Colors of #E32DAD
Black with #E32DAD
Text Example
Text Example
White with #E32DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32DAD; }
p { color: rgb(227,45,173); }
H1.HeaderClassName
{
color: #E32DAD;
}
.AnyTagClassName
{
color: #E32DAD;
}
</style>
background-color css
<style>
a { background-color: #E32DAD; }
a { background-color: rgb(227,45,173); }
div.DivClassName
{
background-color: #E32DAD;
}
.BgClassName
{
background-color: #E32DAD;
}
</style>
border-color css
<style>
span { border-color: #E32DAD; }
span { border-color: rgb(227,45,173); }
td.TdClassName
{
border-color: #E32DAD;
}
.TagClassName
{
border-color: #E32DAD;
}
</style>