Shades of Persian Rose #E328A3
Tints of Persian Rose #E328A3
RGB
CMYK
RGB Variations
Color information
#E328A3 (or 0xE328A3) is known color: Persian Rose. HEX triplet: E3, 28 and A3. RGB value is (227,40,163). Sum of RGB (Red+Green+Blue) = 227+40+163=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E328A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E328A3 is #1CD75C. Grayscale: #6D6D6D. Windows color (decimal): -1890141 or 10692835. OLE color: 10692835.
HSL color Cylindrical-coordinate representation of color #E328A3: hue angle of 320.53º 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 #E328A3 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 163 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.11 |
| HSL | 320.53º | 0.77% | 0.52% | - |
| HSV(B) | 320.53º | 0.82% | 0.89% | - |
| XYZ | 39.05 | 20.49 | 36.55 | - |
| YUV | 109.94 | 157.95 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 163 | 0 | 0.82 | 0.28 | 0.11 | 320.53 | 0.77 | 0.52 |
| Hex | E3 | 28 | A3 | 0 | 52 | 1C | B | 141 | 4D | 34 |
| Octal | 343 | 50 | 243 | 0 | 122 | 34 | 13 | 501 | 115 | 64 |
| Binary | 11100011 | 101000 | 10100011 | 0 | 1010010 | 11100 | 1011 | 101000001 | 1001101 | 110100 |
Color Harmonies of #E328A3
Complementary color
Monochromatic Colors of #E328A3
Black with #E328A3
Text Example
Text Example
White with #E328A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E328A3; }
p { color: rgb(227,40,163); }
H1.HeaderClassName
{
color: #E328A3;
}
.AnyTagClassName
{
color: #E328A3;
}
</style>
background-color css
<style>
a { background-color: #E328A3; }
a { background-color: rgb(227,40,163); }
div.DivClassName
{
background-color: #E328A3;
}
.BgClassName
{
background-color: #E328A3;
}
</style>
border-color css
<style>
span { border-color: #E328A3; }
span { border-color: rgb(227,40,163); }
td.TdClassName
{
border-color: #E328A3;
}
.TagClassName
{
border-color: #E328A3;
}
</style>