Shades of Persian Rose #E63AA7
Tints of Persian Rose #E63AA7
RGB
CMYK
RGB Variations
Color information
#E63AA7 (or 0xE63AA7) is known color: Persian Rose. HEX triplet: E6, 3A and A7. RGB value is (230,58,167). Sum of RGB (Red+Green+Blue) = 230+58+167=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E63AA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63AA7 is #19C558. Grayscale: #797979. Windows color (decimal): -1688921 or 10959590. OLE color: 10959590.
HSL color Cylindrical-coordinate representation of color #E63AA7: hue angle of 321.98º 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 #E63AA7 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 58 | 167 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.10 |
| HSL | 321.98º | 0.77% | 0.56% | - |
| HSV(B) | 321.98º | 0.75% | 0.9% | - |
| XYZ | 41.12 | 22.64 | 38.76 | - |
| YUV | 121.85 | 153.48 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 58 | 167 | 0 | 0.75 | 0.27 | 0.10 | 321.98 | 0.77 | 0.56 |
| Hex | E6 | 3A | A7 | 0 | 4B | 1B | A | 142 | 4D | 38 |
| Octal | 346 | 72 | 247 | 0 | 113 | 33 | 12 | 502 | 115 | 70 |
| Binary | 11100110 | 111010 | 10100111 | 0 | 1001011 | 11011 | 1010 | 101000010 | 1001101 | 111000 |
Color Harmonies of #E63AA7
Complementary color
Monochromatic Colors of #E63AA7
Black with #E63AA7
Text Example
Text Example
White with #E63AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63AA7; }
p { color: rgb(230,58,167); }
H1.HeaderClassName
{
color: #E63AA7;
}
.AnyTagClassName
{
color: #E63AA7;
}
</style>
background-color css
<style>
a { background-color: #E63AA7; }
a { background-color: rgb(230,58,167); }
div.DivClassName
{
background-color: #E63AA7;
}
.BgClassName
{
background-color: #E63AA7;
}
</style>
border-color css
<style>
span { border-color: #E63AA7; }
span { border-color: rgb(230,58,167); }
td.TdClassName
{
border-color: #E63AA7;
}
.TagClassName
{
border-color: #E63AA7;
}
</style>