Shades of Persian Rose #E62AAC
Tints of Persian Rose #E62AAC
RGB
CMYK
RGB Variations
Color information
#E62AAC (or 0xE62AAC) is known color: Persian Rose. HEX triplet: E6, 2A and AC. RGB value is (230,42,172). Sum of RGB (Red+Green+Blue) = 230+42+172=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E62AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62AAC is #19D553. Grayscale: #707070. Windows color (decimal): -1693012 or 11283174. OLE color: 11283174.
HSL color Cylindrical-coordinate representation of color #E62AAC: hue angle of 318.51º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62AAC is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 42 | 172 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.10 |
| HSL | 318.51º | 0.79% | 0.53% | - |
| HSV(B) | 318.51º | 0.82% | 0.9% | - |
| XYZ | 40.91 | 21.46 | 41.02 | - |
| YUV | 113.03 | 161.28 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 42 | 172 | 0 | 0.82 | 0.25 | 0.10 | 318.51 | 0.79 | 0.53 |
| Hex | E6 | 2A | AC | 0 | 52 | 19 | A | 13F | 4F | 35 |
| Octal | 346 | 52 | 254 | 0 | 122 | 31 | 12 | 477 | 117 | 65 |
| Binary | 11100110 | 101010 | 10101100 | 0 | 1010010 | 11001 | 1010 | 100111111 | 1001111 | 110101 |
Color Harmonies of #E62AAC
Complementary color
Monochromatic Colors of #E62AAC
Black with #E62AAC
Text Example
Text Example
White with #E62AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62AAC; }
p { color: rgb(230,42,172); }
H1.HeaderClassName
{
color: #E62AAC;
}
.AnyTagClassName
{
color: #E62AAC;
}
</style>
background-color css
<style>
a { background-color: #E62AAC; }
a { background-color: rgb(230,42,172); }
div.DivClassName
{
background-color: #E62AAC;
}
.BgClassName
{
background-color: #E62AAC;
}
</style>
border-color css
<style>
span { border-color: #E62AAC; }
span { border-color: rgb(230,42,172); }
td.TdClassName
{
border-color: #E62AAC;
}
.TagClassName
{
border-color: #E62AAC;
}
</style>