Shades of Persian Rose #E326A3
Tints of Persian Rose #E326A3
RGB
CMYK
RGB Variations
Color information
#E326A3 (or 0xE326A3) is known color: Persian Rose. HEX triplet: E3, 26 and A3. RGB value is (227,38,163). Sum of RGB (Red+Green+Blue) = 227+38+163=428 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.04% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 163 (64.06% from 255 or 38.08% from 428); Max value from RGB is 227 - color contains mainly: red. Hex color #E326A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E326A3 is #1CD95C. Grayscale: #6C6C6C. Windows color (decimal): -1890653 or 10692323. OLE color: 10692323.
HSL color Cylindrical-coordinate representation of color #E326A3: hue angle of 320.32º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E326A3 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 38 | 163 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.11 |
| HSL | 320.32º | 0.77% | 0.52% | - |
| HSV(B) | 320.32º | 0.83% | 0.89% | - |
| XYZ | 38.98 | 20.36 | 36.53 | - |
| YUV | 108.76 | 158.62 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 163 | 0 | 0.83 | 0.28 | 0.11 | 320.32 | 0.77 | 0.52 |
| Hex | E3 | 26 | A3 | 0 | 53 | 1C | B | 140 | 4D | 34 |
| Octal | 343 | 46 | 243 | 0 | 123 | 34 | 13 | 500 | 115 | 64 |
| Binary | 11100011 | 100110 | 10100011 | 0 | 1010011 | 11100 | 1011 | 101000000 | 1001101 | 110100 |
Color Harmonies of #E326A3
Complementary color
Monochromatic Colors of #E326A3
Black with #E326A3
Text Example
Text Example
White with #E326A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E326A3; }
p { color: rgb(227,38,163); }
H1.HeaderClassName
{
color: #E326A3;
}
.AnyTagClassName
{
color: #E326A3;
}
</style>
background-color css
<style>
a { background-color: #E326A3; }
a { background-color: rgb(227,38,163); }
div.DivClassName
{
background-color: #E326A3;
}
.BgClassName
{
background-color: #E326A3;
}
</style>
border-color css
<style>
span { border-color: #E326A3; }
span { border-color: rgb(227,38,163); }
td.TdClassName
{
border-color: #E326A3;
}
.TagClassName
{
border-color: #E326A3;
}
</style>