Shades of Persian Rose #E62CA5
Tints of Persian Rose #E62CA5
RGB
CMYK
RGB Variations
Color information
#E62CA5 (or 0xE62CA5) is known color: Persian Rose. HEX triplet: E6, 2C and A5. RGB value is (230,44,165). Sum of RGB (Red+Green+Blue) = 230+44+165=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 44 (17.58% from 255 or 10.02% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E62CA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62CA5 is #19D35A. Grayscale: #717171. Windows color (decimal): -1692507 or 10824934. OLE color: 10824934.
HSL color Cylindrical-coordinate representation of color #E62CA5: hue angle of 320.97º 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 #E62CA5 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 44 | 165 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.10 |
| HSL | 320.97º | 0.79% | 0.54% | - |
| HSV(B) | 320.97º | 0.81% | 0.9% | - |
| XYZ | 40.33 | 21.34 | 37.59 | - |
| YUV | 113.41 | 157.12 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 44 | 165 | 0 | 0.81 | 0.28 | 0.10 | 320.97 | 0.79 | 0.54 |
| Hex | E6 | 2C | A5 | 0 | 51 | 1C | A | 141 | 4F | 36 |
| Octal | 346 | 54 | 245 | 0 | 121 | 34 | 12 | 501 | 117 | 66 |
| Binary | 11100110 | 101100 | 10100101 | 0 | 1010001 | 11100 | 1010 | 101000001 | 1001111 | 110110 |
Color Harmonies of #E62CA5
Complementary color
Monochromatic Colors of #E62CA5
Black with #E62CA5
Text Example
Text Example
White with #E62CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62CA5; }
p { color: rgb(230,44,165); }
H1.HeaderClassName
{
color: #E62CA5;
}
.AnyTagClassName
{
color: #E62CA5;
}
</style>
background-color css
<style>
a { background-color: #E62CA5; }
a { background-color: rgb(230,44,165); }
div.DivClassName
{
background-color: #E62CA5;
}
.BgClassName
{
background-color: #E62CA5;
}
</style>
border-color css
<style>
span { border-color: #E62CA5; }
span { border-color: rgb(230,44,165); }
td.TdClassName
{
border-color: #E62CA5;
}
.TagClassName
{
border-color: #E62CA5;
}
</style>