Shades of Persian Rose #E620A3
Tints of Persian Rose #E620A3
RGB
CMYK
RGB Variations
Color information
#E620A3 (or 0xE620A3) is known color: Persian Rose. HEX triplet: E6, 20 and A3. RGB value is (230,32,163). Sum of RGB (Red+Green+Blue) = 230+32+163=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E620A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E620A3 is #19DF5C. Grayscale: #696969. Windows color (decimal): -1695581 or 10690790. OLE color: 10690790.
HSL color Cylindrical-coordinate representation of color #E620A3: hue angle of 320.3º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E620A3 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 163 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.10 |
| HSL | 320.3º | 0.8% | 0.51% | - |
| HSV(B) | 320.3º | 0.86% | 0.9% | - |
| XYZ | 39.76 | 20.5 | 36.51 | - |
| YUV | 106.14 | 160.1 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 163 | 0 | 0.86 | 0.29 | 0.10 | 320.3 | 0.8 | 0.51 |
| Hex | E6 | 20 | A3 | 0 | 56 | 1D | A | 140 | 50 | 33 |
| Octal | 346 | 40 | 243 | 0 | 126 | 35 | 12 | 500 | 120 | 63 |
| Binary | 11100110 | 100000 | 10100011 | 0 | 1010110 | 11101 | 1010 | 101000000 | 1010000 | 110011 |
Color Harmonies of #E620A3
Complementary color
Monochromatic Colors of #E620A3
Black with #E620A3
Text Example
Text Example
White with #E620A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E620A3; }
p { color: rgb(230,32,163); }
H1.HeaderClassName
{
color: #E620A3;
}
.AnyTagClassName
{
color: #E620A3;
}
</style>
background-color css
<style>
a { background-color: #E620A3; }
a { background-color: rgb(230,32,163); }
div.DivClassName
{
background-color: #E620A3;
}
.BgClassName
{
background-color: #E620A3;
}
</style>
border-color css
<style>
span { border-color: #E620A3; }
span { border-color: rgb(230,32,163); }
td.TdClassName
{
border-color: #E620A3;
}
.TagClassName
{
border-color: #E620A3;
}
</style>