Shades of Persian Rose #E62EA4
Tints of Persian Rose #E62EA4
RGB
CMYK
RGB Variations
Color information
#E62EA4 (or 0xE62EA4) is known color: Persian Rose. HEX triplet: E6, 2E and A4. RGB value is (230,46,164). Sum of RGB (Red+Green+Blue) = 230+46+164=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E62EA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62EA4 is #19D15B. Grayscale: #727272. Windows color (decimal): -1691996 or 10759910. OLE color: 10759910.
HSL color Cylindrical-coordinate representation of color #E62EA4: hue angle of 321.52º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E62EA4 is Cyan = 0, Magento = 0.8, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 46 | 164 | - |
| CMYK | 0 | 0.8 | 0.29 | 0.10 |
| HSL | 321.52º | 0.79% | 0.54% | - |
| HSV(B) | 321.52º | 0.8% | 0.9% | - |
| XYZ | 40.31 | 21.46 | 37.14 | - |
| YUV | 114.47 | 155.96 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 46 | 164 | 0 | 0.8 | 0.29 | 0.10 | 321.52 | 0.79 | 0.54 |
| Hex | E6 | 2E | A4 | 0 | 50 | 1D | A | 142 | 4F | 36 |
| Octal | 346 | 56 | 244 | 0 | 120 | 35 | 12 | 502 | 117 | 66 |
| Binary | 11100110 | 101110 | 10100100 | 0 | 1010000 | 11101 | 1010 | 101000010 | 1001111 | 110110 |
Color Harmonies of #E62EA4
Complementary color
Monochromatic Colors of #E62EA4
Black with #E62EA4
Text Example
Text Example
White with #E62EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62EA4; }
p { color: rgb(230,46,164); }
H1.HeaderClassName
{
color: #E62EA4;
}
.AnyTagClassName
{
color: #E62EA4;
}
</style>
background-color css
<style>
a { background-color: #E62EA4; }
a { background-color: rgb(230,46,164); }
div.DivClassName
{
background-color: #E62EA4;
}
.BgClassName
{
background-color: #E62EA4;
}
</style>
border-color css
<style>
span { border-color: #E62EA4; }
span { border-color: rgb(230,46,164); }
td.TdClassName
{
border-color: #E62EA4;
}
.TagClassName
{
border-color: #E62EA4;
}
</style>