Shades of Persian Rose #E328A6
Tints of Persian Rose #E328A6
RGB
CMYK
RGB Variations
Color information
#E328A6 (or 0xE328A6) is known color: Persian Rose. HEX triplet: E3, 28 and A6. RGB value is (227,40,166). Sum of RGB (Red+Green+Blue) = 227+40+166=433 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.42% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 227 - color contains mainly: red. Hex color #E328A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E328A6 is #1CD759. Grayscale: #6D6D6D. Windows color (decimal): -1890138 or 10889443. OLE color: 10889443.
HSL color Cylindrical-coordinate representation of color #E328A6: hue angle of 319.57º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E328A6 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 166 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.11 |
| HSL | 319.57º | 0.77% | 0.52% | - |
| HSV(B) | 319.57º | 0.82% | 0.89% | - |
| XYZ | 39.32 | 20.6 | 37.98 | - |
| YUV | 110.28 | 159.45 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 166 | 0 | 0.82 | 0.27 | 0.11 | 319.57 | 0.77 | 0.52 |
| Hex | E3 | 28 | A6 | 0 | 52 | 1B | B | 140 | 4D | 34 |
| Octal | 343 | 50 | 246 | 0 | 122 | 33 | 13 | 500 | 115 | 64 |
| Binary | 11100011 | 101000 | 10100110 | 0 | 1010010 | 11011 | 1011 | 101000000 | 1001101 | 110100 |
Color Harmonies of #E328A6
Complementary color
Monochromatic Colors of #E328A6
Black with #E328A6
Text Example
Text Example
White with #E328A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E328A6; }
p { color: rgb(227,40,166); }
H1.HeaderClassName
{
color: #E328A6;
}
.AnyTagClassName
{
color: #E328A6;
}
</style>
background-color css
<style>
a { background-color: #E328A6; }
a { background-color: rgb(227,40,166); }
div.DivClassName
{
background-color: #E328A6;
}
.BgClassName
{
background-color: #E328A6;
}
</style>
border-color css
<style>
span { border-color: #E328A6; }
span { border-color: rgb(227,40,166); }
td.TdClassName
{
border-color: #E328A6;
}
.TagClassName
{
border-color: #E328A6;
}
</style>