Shades of Persian Rose #E62CAF
Tints of Persian Rose #E62CAF
RGB
CMYK
RGB Variations
Color information
#E62CAF (or 0xE62CAF) is known color: Persian Rose. HEX triplet: E6, 2C and AF. RGB value is (230,44,175). Sum of RGB (Red+Green+Blue) = 230+44+175=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E62CAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62CAF is #19D350. Grayscale: #727272. Windows color (decimal): -1692497 or 11480294. OLE color: 11480294.
HSL color Cylindrical-coordinate representation of color #E62CAF: hue angle of 317.74º 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 #E62CAF is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 44 | 175 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.10 |
| HSL | 317.74º | 0.79% | 0.54% | - |
| HSV(B) | 317.74º | 0.81% | 0.9% | - |
| XYZ | 41.27 | 21.72 | 42.57 | - |
| YUV | 114.55 | 162.12 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 44 | 175 | 0 | 0.81 | 0.24 | 0.10 | 317.74 | 0.79 | 0.54 |
| Hex | E6 | 2C | AF | 0 | 51 | 18 | A | 13E | 4F | 36 |
| Octal | 346 | 54 | 257 | 0 | 121 | 30 | 12 | 476 | 117 | 66 |
| Binary | 11100110 | 101100 | 10101111 | 0 | 1010001 | 11000 | 1010 | 100111110 | 1001111 | 110110 |
Color Harmonies of #E62CAF
Complementary color
Monochromatic Colors of #E62CAF
Black with #E62CAF
Text Example
Text Example
White with #E62CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62CAF; }
p { color: rgb(230,44,175); }
H1.HeaderClassName
{
color: #E62CAF;
}
.AnyTagClassName
{
color: #E62CAF;
}
</style>
background-color css
<style>
a { background-color: #E62CAF; }
a { background-color: rgb(230,44,175); }
div.DivClassName
{
background-color: #E62CAF;
}
.BgClassName
{
background-color: #E62CAF;
}
</style>
border-color css
<style>
span { border-color: #E62CAF; }
span { border-color: rgb(230,44,175); }
td.TdClassName
{
border-color: #E62CAF;
}
.TagClassName
{
border-color: #E62CAF;
}
</style>