Shades of Persian Rose #E62C9F
Tints of Persian Rose #E62C9F
RGB
CMYK
RGB Variations
Color information
#E62C9F (or 0xE62C9F) is known color: Persian Rose. HEX triplet: E6, 2C and 9F. RGB value is (230,44,159). Sum of RGB (Red+Green+Blue) = 230+44+159=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 44 (17.58% from 255 or 10.16% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E62C9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62C9F is #19D360. Grayscale: #707070. Windows color (decimal): -1692513 or 10431718. OLE color: 10431718.
HSL color Cylindrical-coordinate representation of color #E62C9F: hue angle of 322.9º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E62C9F is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 44 | 159 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.10 |
| HSL | 322.9º | 0.79% | 0.54% | - |
| HSV(B) | 322.9º | 0.81% | 0.9% | - |
| XYZ | 39.79 | 21.13 | 34.78 | - |
| YUV | 112.72 | 154.12 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 44 | 159 | 0 | 0.81 | 0.31 | 0.10 | 322.9 | 0.79 | 0.54 |
| Hex | E6 | 2C | 9F | 0 | 51 | 1F | A | 143 | 4F | 36 |
| Octal | 346 | 54 | 237 | 0 | 121 | 37 | 12 | 503 | 117 | 66 |
| Binary | 11100110 | 101100 | 10011111 | 0 | 1010001 | 11111 | 1010 | 101000011 | 1001111 | 110110 |
Color Harmonies of #E62C9F
Complementary color
Monochromatic Colors of #E62C9F
Black with #E62C9F
Text Example
Text Example
White with #E62C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62C9F; }
p { color: rgb(230,44,159); }
H1.HeaderClassName
{
color: #E62C9F;
}
.AnyTagClassName
{
color: #E62C9F;
}
</style>
background-color css
<style>
a { background-color: #E62C9F; }
a { background-color: rgb(230,44,159); }
div.DivClassName
{
background-color: #E62C9F;
}
.BgClassName
{
background-color: #E62C9F;
}
</style>
border-color css
<style>
span { border-color: #E62C9F; }
span { border-color: rgb(230,44,159); }
td.TdClassName
{
border-color: #E62C9F;
}
.TagClassName
{
border-color: #E62C9F;
}
</style>