Shades of Persian Rose #E62FA6
Tints of Persian Rose #E62FA6
RGB
CMYK
RGB Variations
Color information
#E62FA6 (or 0xE62FA6) is known color: Persian Rose. HEX triplet: E6, 2F and A6. RGB value is (230,47,166). Sum of RGB (Red+Green+Blue) = 230+47+166=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 47 (18.75% from 255 or 10.61% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E62FA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62FA6 is #19D059. Grayscale: #727272. Windows color (decimal): -1691738 or 10891238. OLE color: 10891238.
HSL color Cylindrical-coordinate representation of color #E62FA6: hue angle of 320.98º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E62FA6 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 47 | 166 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.10 |
| HSL | 320.98º | 0.79% | 0.54% | - |
| HSV(B) | 320.98º | 0.8% | 0.9% | - |
| XYZ | 40.53 | 21.61 | 38.11 | - |
| YUV | 115.28 | 156.63 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 47 | 166 | 0 | 0.80 | 0.28 | 0.10 | 320.98 | 0.79 | 0.54 |
| Hex | E6 | 2F | A6 | 0 | 50 | 1C | A | 141 | 4F | 36 |
| Octal | 346 | 57 | 246 | 0 | 120 | 34 | 12 | 501 | 117 | 66 |
| Binary | 11100110 | 101111 | 10100110 | 0 | 1010000 | 11100 | 1010 | 101000001 | 1001111 | 110110 |
Color Harmonies of #E62FA6
Complementary color
Monochromatic Colors of #E62FA6
Black with #E62FA6
Text Example
Text Example
White with #E62FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62FA6; }
p { color: rgb(230,47,166); }
H1.HeaderClassName
{
color: #E62FA6;
}
.AnyTagClassName
{
color: #E62FA6;
}
</style>
background-color css
<style>
a { background-color: #E62FA6; }
a { background-color: rgb(230,47,166); }
div.DivClassName
{
background-color: #E62FA6;
}
.BgClassName
{
background-color: #E62FA6;
}
</style>
border-color css
<style>
span { border-color: #E62FA6; }
span { border-color: rgb(230,47,166); }
td.TdClassName
{
border-color: #E62FA6;
}
.TagClassName
{
border-color: #E62FA6;
}
</style>