Shades of Persian Rose #E62DA8
Tints of Persian Rose #E62DA8
RGB
CMYK
RGB Variations
Color information
#E62DA8 (or 0xE62DA8) is known color: Persian Rose. HEX triplet: E6, 2D and A8. RGB value is (230,45,168). Sum of RGB (Red+Green+Blue) = 230+45+168=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E62DA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62DA8 is #19D257. Grayscale: #727272. Windows color (decimal): -1692248 or 11021798. OLE color: 11021798.
HSL color Cylindrical-coordinate representation of color #E62DA8: hue angle of 320.11º 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 #E62DA8 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 45 | 168 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.10 |
| HSL | 320.11º | 0.79% | 0.54% | - |
| HSV(B) | 320.11º | 0.8% | 0.9% | - |
| XYZ | 40.64 | 21.53 | 39.06 | - |
| YUV | 114.34 | 158.29 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 45 | 168 | 0 | 0.80 | 0.27 | 0.10 | 320.11 | 0.79 | 0.54 |
| Hex | E6 | 2D | A8 | 0 | 50 | 1B | A | 140 | 4F | 36 |
| Octal | 346 | 55 | 250 | 0 | 120 | 33 | 12 | 500 | 117 | 66 |
| Binary | 11100110 | 101101 | 10101000 | 0 | 1010000 | 11011 | 1010 | 101000000 | 1001111 | 110110 |
Color Harmonies of #E62DA8
Complementary color
Monochromatic Colors of #E62DA8
Black with #E62DA8
Text Example
Text Example
White with #E62DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62DA8; }
p { color: rgb(230,45,168); }
H1.HeaderClassName
{
color: #E62DA8;
}
.AnyTagClassName
{
color: #E62DA8;
}
</style>
background-color css
<style>
a { background-color: #E62DA8; }
a { background-color: rgb(230,45,168); }
div.DivClassName
{
background-color: #E62DA8;
}
.BgClassName
{
background-color: #E62DA8;
}
</style>
border-color css
<style>
span { border-color: #E62DA8; }
span { border-color: rgb(230,45,168); }
td.TdClassName
{
border-color: #E62DA8;
}
.TagClassName
{
border-color: #E62DA8;
}
</style>