Shades of Persian Rose #E62CAC
Tints of Persian Rose #E62CAC
RGB
CMYK
RGB Variations
Color information
#E62CAC (or 0xE62CAC) is known color: Persian Rose. HEX triplet: E6, 2C and AC. RGB value is (230,44,172). Sum of RGB (Red+Green+Blue) = 230+44+172=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 44 (17.58% from 255 or 9.87% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E62CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62CAC is #19D353. Grayscale: #717171. Windows color (decimal): -1692500 or 11283686. OLE color: 11283686.
HSL color Cylindrical-coordinate representation of color #E62CAC: hue angle of 318.71º 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 #E62CAC is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 44 | 172 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.10 |
| HSL | 318.71º | 0.79% | 0.54% | - |
| HSV(B) | 318.71º | 0.81% | 0.9% | - |
| XYZ | 40.98 | 21.6 | 41.04 | - |
| YUV | 114.21 | 160.62 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 44 | 172 | 0 | 0.81 | 0.25 | 0.10 | 318.71 | 0.79 | 0.54 |
| Hex | E6 | 2C | AC | 0 | 51 | 19 | A | 13F | 4F | 36 |
| Octal | 346 | 54 | 254 | 0 | 121 | 31 | 12 | 477 | 117 | 66 |
| Binary | 11100110 | 101100 | 10101100 | 0 | 1010001 | 11001 | 1010 | 100111111 | 1001111 | 110110 |
Color Harmonies of #E62CAC
Complementary color
Monochromatic Colors of #E62CAC
Black with #E62CAC
Text Example
Text Example
White with #E62CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62CAC; }
p { color: rgb(230,44,172); }
H1.HeaderClassName
{
color: #E62CAC;
}
.AnyTagClassName
{
color: #E62CAC;
}
</style>
background-color css
<style>
a { background-color: #E62CAC; }
a { background-color: rgb(230,44,172); }
div.DivClassName
{
background-color: #E62CAC;
}
.BgClassName
{
background-color: #E62CAC;
}
</style>
border-color css
<style>
span { border-color: #E62CAC; }
span { border-color: rgb(230,44,172); }
td.TdClassName
{
border-color: #E62CAC;
}
.TagClassName
{
border-color: #E62CAC;
}
</style>