Shades of Persian Rose #E62CAA
Tints of Persian Rose #E62CAA
RGB
CMYK
RGB Variations
Color information
#E62CAA (or 0xE62CAA) is known color: Persian Rose. HEX triplet: E6, 2C and AA. RGB value is (230,44,170). Sum of RGB (Red+Green+Blue) = 230+44+170=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E62CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62CAA is #19D355. Grayscale: #717171. Windows color (decimal): -1692502 or 11152614. OLE color: 11152614.
HSL color Cylindrical-coordinate representation of color #E62CAA: hue angle of 319.35º 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 #E62CAA is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 44 | 170 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.10 |
| HSL | 319.35º | 0.79% | 0.54% | - |
| HSV(B) | 319.35º | 0.81% | 0.9% | - |
| XYZ | 40.79 | 21.53 | 40.04 | - |
| YUV | 113.98 | 159.62 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 44 | 170 | 0 | 0.81 | 0.26 | 0.10 | 319.35 | 0.79 | 0.54 |
| Hex | E6 | 2C | AA | 0 | 51 | 1A | A | 13F | 4F | 36 |
| Octal | 346 | 54 | 252 | 0 | 121 | 32 | 12 | 477 | 117 | 66 |
| Binary | 11100110 | 101100 | 10101010 | 0 | 1010001 | 11010 | 1010 | 100111111 | 1001111 | 110110 |
Color Harmonies of #E62CAA
Complementary color
Monochromatic Colors of #E62CAA
Black with #E62CAA
Text Example
Text Example
White with #E62CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62CAA; }
p { color: rgb(230,44,170); }
H1.HeaderClassName
{
color: #E62CAA;
}
.AnyTagClassName
{
color: #E62CAA;
}
</style>
background-color css
<style>
a { background-color: #E62CAA; }
a { background-color: rgb(230,44,170); }
div.DivClassName
{
background-color: #E62CAA;
}
.BgClassName
{
background-color: #E62CAA;
}
</style>
border-color css
<style>
span { border-color: #E62CAA; }
span { border-color: rgb(230,44,170); }
td.TdClassName
{
border-color: #E62CAA;
}
.TagClassName
{
border-color: #E62CAA;
}
</style>