Shades of Persian Rose #E330AC
Tints of Persian Rose #E330AC
RGB
CMYK
RGB Variations
Color information
#E330AC (or 0xE330AC) is known color: Persian Rose. HEX triplet: E3, 30 and AC. RGB value is (227,48,172). Sum of RGB (Red+Green+Blue) = 227+48+172=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E330AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E330AC is #1CCF53. Grayscale: #737373. Windows color (decimal): -1888084 or 11284707. OLE color: 11284707.
HSL color Cylindrical-coordinate representation of color #E330AC: hue angle of 318.44º 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 #E330AC is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 48 | 172 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.11 |
| HSL | 318.44º | 0.76% | 0.54% | - |
| HSV(B) | 318.44º | 0.79% | 0.89% | - |
| XYZ | 40.18 | 21.42 | 41.05 | - |
| YUV | 115.66 | 159.8 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 48 | 172 | 0 | 0.79 | 0.24 | 0.11 | 318.44 | 0.76 | 0.54 |
| Hex | E3 | 30 | AC | 0 | 4F | 18 | B | 13E | 4C | 36 |
| Octal | 343 | 60 | 254 | 0 | 117 | 30 | 13 | 476 | 114 | 66 |
| Binary | 11100011 | 110000 | 10101100 | 0 | 1001111 | 11000 | 1011 | 100111110 | 1001100 | 110110 |
Color Harmonies of #E330AC
Complementary color
Monochromatic Colors of #E330AC
Black with #E330AC
Text Example
Text Example
White with #E330AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E330AC; }
p { color: rgb(227,48,172); }
H1.HeaderClassName
{
color: #E330AC;
}
.AnyTagClassName
{
color: #E330AC;
}
</style>
background-color css
<style>
a { background-color: #E330AC; }
a { background-color: rgb(227,48,172); }
div.DivClassName
{
background-color: #E330AC;
}
.BgClassName
{
background-color: #E330AC;
}
</style>
border-color css
<style>
span { border-color: #E330AC; }
span { border-color: rgb(227,48,172); }
td.TdClassName
{
border-color: #E330AC;
}
.TagClassName
{
border-color: #E330AC;
}
</style>