Shades of Persian Rose #E63AAF
Tints of Persian Rose #E63AAF
RGB
CMYK
RGB Variations
Color information
#E63AAF (or 0xE63AAF) is known color: Persian Rose. HEX triplet: E6, 3A and AF. RGB value is (230,58,175). Sum of RGB (Red+Green+Blue) = 230+58+175=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E63AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63AAF is #19C550. Grayscale: #7A7A7A. Windows color (decimal): -1688913 or 11483878. OLE color: 11483878.
HSL color Cylindrical-coordinate representation of color #E63AAF: hue angle of 319.19º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E63AAF is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 58 | 175 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.10 |
| HSL | 319.19º | 0.77% | 0.56% | - |
| HSV(B) | 319.19º | 0.75% | 0.9% | - |
| XYZ | 41.88 | 22.94 | 42.78 | - |
| YUV | 122.77 | 157.48 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 58 | 175 | 0 | 0.75 | 0.24 | 0.10 | 319.19 | 0.77 | 0.56 |
| Hex | E6 | 3A | AF | 0 | 4B | 18 | A | 13F | 4D | 38 |
| Octal | 346 | 72 | 257 | 0 | 113 | 30 | 12 | 477 | 115 | 70 |
| Binary | 11100110 | 111010 | 10101111 | 0 | 1001011 | 11000 | 1010 | 100111111 | 1001101 | 111000 |
Color Harmonies of #E63AAF
Complementary color
Monochromatic Colors of #E63AAF
Black with #E63AAF
Text Example
Text Example
White with #E63AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63AAF; }
p { color: rgb(230,58,175); }
H1.HeaderClassName
{
color: #E63AAF;
}
.AnyTagClassName
{
color: #E63AAF;
}
</style>
background-color css
<style>
a { background-color: #E63AAF; }
a { background-color: rgb(230,58,175); }
div.DivClassName
{
background-color: #E63AAF;
}
.BgClassName
{
background-color: #E63AAF;
}
</style>
border-color css
<style>
span { border-color: #E63AAF; }
span { border-color: rgb(230,58,175); }
td.TdClassName
{
border-color: #E63AAF;
}
.TagClassName
{
border-color: #E63AAF;
}
</style>