Shades of Persian Rose #E334AC
Tints of Persian Rose #E334AC
RGB
CMYK
RGB Variations
Color information
#E334AC (or 0xE334AC) is known color: Persian Rose. HEX triplet: E3, 34 and AC. RGB value is (227,52,172). Sum of RGB (Red+Green+Blue) = 227+52+172=451 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.33% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 227 - color contains mainly: red. Hex color #E334AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E334AC is #1CCB53. Grayscale: #757575. Windows color (decimal): -1887060 or 11285731. OLE color: 11285731.
HSL color Cylindrical-coordinate representation of color #E334AC: hue angle of 318.86º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E334AC is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 52 | 172 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.11 |
| HSL | 318.86º | 0.76% | 0.55% | - |
| HSV(B) | 318.86º | 0.77% | 0.89% | - |
| XYZ | 40.35 | 21.77 | 41.1 | - |
| YUV | 118.01 | 158.48 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 52 | 172 | 0 | 0.77 | 0.24 | 0.11 | 318.86 | 0.76 | 0.55 |
| Hex | E3 | 34 | AC | 0 | 4D | 18 | B | 13F | 4C | 37 |
| Octal | 343 | 64 | 254 | 0 | 115 | 30 | 13 | 477 | 114 | 67 |
| Binary | 11100011 | 110100 | 10101100 | 0 | 1001101 | 11000 | 1011 | 100111111 | 1001100 | 110111 |
Color Harmonies of #E334AC
Complementary color
Monochromatic Colors of #E334AC
Black with #E334AC
Text Example
Text Example
White with #E334AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E334AC; }
p { color: rgb(227,52,172); }
H1.HeaderClassName
{
color: #E334AC;
}
.AnyTagClassName
{
color: #E334AC;
}
</style>
background-color css
<style>
a { background-color: #E334AC; }
a { background-color: rgb(227,52,172); }
div.DivClassName
{
background-color: #E334AC;
}
.BgClassName
{
background-color: #E334AC;
}
</style>
border-color css
<style>
span { border-color: #E334AC; }
span { border-color: rgb(227,52,172); }
td.TdClassName
{
border-color: #E334AC;
}
.TagClassName
{
border-color: #E334AC;
}
</style>