Shades of Persian Rose #E62BA3
Tints of Persian Rose #E62BA3
RGB
CMYK
RGB Variations
Color information
#E62BA3 (or 0xE62BA3) is known color: Persian Rose. HEX triplet: E6, 2B and A3. RGB value is (230,43,163). Sum of RGB (Red+Green+Blue) = 230+43+163=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 163 (64.06% from 255 or 37.39% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E62BA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62BA3 is #19D45C. Grayscale: #707070. Windows color (decimal): -1692765 or 10693606. OLE color: 10693606.
HSL color Cylindrical-coordinate representation of color #E62BA3: hue angle of 321.5º 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 #E62BA3 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 43 | 163 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.10 |
| HSL | 321.5º | 0.79% | 0.54% | - |
| HSV(B) | 321.5º | 0.81% | 0.9% | - |
| XYZ | 40.11 | 21.2 | 36.63 | - |
| YUV | 112.59 | 156.45 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 43 | 163 | 0 | 0.81 | 0.29 | 0.10 | 321.5 | 0.79 | 0.54 |
| Hex | E6 | 2B | A3 | 0 | 51 | 1D | A | 141 | 4F | 36 |
| Octal | 346 | 53 | 243 | 0 | 121 | 35 | 12 | 501 | 117 | 66 |
| Binary | 11100110 | 101011 | 10100011 | 0 | 1010001 | 11101 | 1010 | 101000001 | 1001111 | 110110 |
Color Harmonies of #E62BA3
Complementary color
Monochromatic Colors of #E62BA3
Black with #E62BA3
Text Example
Text Example
White with #E62BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62BA3; }
p { color: rgb(230,43,163); }
H1.HeaderClassName
{
color: #E62BA3;
}
.AnyTagClassName
{
color: #E62BA3;
}
</style>
background-color css
<style>
a { background-color: #E62BA3; }
a { background-color: rgb(230,43,163); }
div.DivClassName
{
background-color: #E62BA3;
}
.BgClassName
{
background-color: #E62BA3;
}
</style>
border-color css
<style>
span { border-color: #E62BA3; }
span { border-color: rgb(230,43,163); }
td.TdClassName
{
border-color: #E62BA3;
}
.TagClassName
{
border-color: #E62BA3;
}
</style>