Shades of Persian Rose #E340AC
Tints of Persian Rose #E340AC
RGB
CMYK
RGB Variations
Color information
#E340AC (or 0xE340AC) is known color: Persian Rose. HEX triplet: E3, 40 and AC. RGB value is (227,64,172). Sum of RGB (Red+Green+Blue) = 227+64+172=463 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.03% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 227 - color contains mainly: red. Hex color #E340AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E340AC is #1CBF53. Grayscale: #7C7C7C. Windows color (decimal): -1883988 or 11288803. OLE color: 11288803.
HSL color Cylindrical-coordinate representation of color #E340AC: hue angle of 320.25º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E340AC is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 64 | 172 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.11 |
| HSL | 320.25º | 0.74% | 0.57% | - |
| HSV(B) | 320.25º | 0.72% | 0.89% | - |
| XYZ | 40.96 | 22.98 | 41.31 | - |
| YUV | 125.05 | 154.5 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 64 | 172 | 0 | 0.72 | 0.24 | 0.11 | 320.25 | 0.74 | 0.57 |
| Hex | E3 | 40 | AC | 0 | 48 | 18 | B | 140 | 4A | 39 |
| Octal | 343 | 100 | 254 | 0 | 110 | 30 | 13 | 500 | 112 | 71 |
| Binary | 11100011 | 1000000 | 10101100 | 0 | 1001000 | 11000 | 1011 | 101000000 | 1001010 | 111001 |
Color Harmonies of #E340AC
Complementary color
Monochromatic Colors of #E340AC
Black with #E340AC
Text Example
Text Example
White with #E340AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E340AC; }
p { color: rgb(227,64,172); }
H1.HeaderClassName
{
color: #E340AC;
}
.AnyTagClassName
{
color: #E340AC;
}
</style>
background-color css
<style>
a { background-color: #E340AC; }
a { background-color: rgb(227,64,172); }
div.DivClassName
{
background-color: #E340AC;
}
.BgClassName
{
background-color: #E340AC;
}
</style>
border-color css
<style>
span { border-color: #E340AC; }
span { border-color: rgb(227,64,172); }
td.TdClassName
{
border-color: #E340AC;
}
.TagClassName
{
border-color: #E340AC;
}
</style>