Shades of Persian Rose #E62097
Tints of Persian Rose #E62097
RGB
CMYK
RGB Variations
Color information
#E62097 (or 0xE62097) is known color: Persian Rose. HEX triplet: E6, 20 and 97. RGB value is (230,32,151). Sum of RGB (Red+Green+Blue) = 230+32+151=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E62097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62097 is #19DF68. Grayscale: #686868. Windows color (decimal): -1695593 or 9904358. OLE color: 9904358.
HSL color Cylindrical-coordinate representation of color #E62097: hue angle of 323.94º 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 #E62097 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 151 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.10 |
| HSL | 323.94º | 0.8% | 0.51% | - |
| HSV(B) | 323.94º | 0.86% | 0.9% | - |
| XYZ | 38.74 | 20.09 | 31.11 | - |
| YUV | 104.77 | 154.1 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 151 | 0 | 0.86 | 0.34 | 0.10 | 323.94 | 0.8 | 0.51 |
| Hex | E6 | 20 | 97 | 0 | 56 | 22 | A | 144 | 50 | 33 |
| Octal | 346 | 40 | 227 | 0 | 126 | 42 | 12 | 504 | 120 | 63 |
| Binary | 11100110 | 100000 | 10010111 | 0 | 1010110 | 100010 | 1010 | 101000100 | 1010000 | 110011 |
Color Harmonies of #E62097
Complementary color
Monochromatic Colors of #E62097
Black with #E62097
Text Example
Text Example
White with #E62097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62097; }
p { color: rgb(230,32,151); }
H1.HeaderClassName
{
color: #E62097;
}
.AnyTagClassName
{
color: #E62097;
}
</style>
background-color css
<style>
a { background-color: #E62097; }
a { background-color: rgb(230,32,151); }
div.DivClassName
{
background-color: #E62097;
}
.BgClassName
{
background-color: #E62097;
}
</style>
border-color css
<style>
span { border-color: #E62097; }
span { border-color: rgb(230,32,151); }
td.TdClassName
{
border-color: #E62097;
}
.TagClassName
{
border-color: #E62097;
}
</style>