Shades of Persian Rose #E62DA1
Tints of Persian Rose #E62DA1
RGB
CMYK
RGB Variations
Color information
#E62DA1 (or 0xE62DA1) is known color: Persian Rose. HEX triplet: E6, 2D and A1. RGB value is (230,45,161). Sum of RGB (Red+Green+Blue) = 230+45+161=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E62DA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62DA1 is #19D25E. Grayscale: #717171. Windows color (decimal): -1692255 or 10563046. OLE color: 10563046.
HSL color Cylindrical-coordinate representation of color #E62DA1: hue angle of 322.38º 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 #E62DA1 is Cyan = 0, Magento = 0.80, Yellow = 0.3 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 45 | 161 | - |
| CMYK | 0 | 0.80 | 0.3 | 0.10 |
| HSL | 322.38º | 0.79% | 0.54% | - |
| HSV(B) | 322.38º | 0.8% | 0.9% | - |
| XYZ | 40 | 21.27 | 35.72 | - |
| YUV | 113.54 | 154.79 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 45 | 161 | 0 | 0.80 | 0.3 | 0.10 | 322.38 | 0.79 | 0.54 |
| Hex | E6 | 2D | A1 | 0 | 50 | 1E | A | 142 | 4F | 36 |
| Octal | 346 | 55 | 241 | 0 | 120 | 36 | 12 | 502 | 117 | 66 |
| Binary | 11100110 | 101101 | 10100001 | 0 | 1010000 | 11110 | 1010 | 101000010 | 1001111 | 110110 |
Color Harmonies of #E62DA1
Complementary color
Monochromatic Colors of #E62DA1
Black with #E62DA1
Text Example
Text Example
White with #E62DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62DA1; }
p { color: rgb(230,45,161); }
H1.HeaderClassName
{
color: #E62DA1;
}
.AnyTagClassName
{
color: #E62DA1;
}
</style>
background-color css
<style>
a { background-color: #E62DA1; }
a { background-color: rgb(230,45,161); }
div.DivClassName
{
background-color: #E62DA1;
}
.BgClassName
{
background-color: #E62DA1;
}
</style>
border-color css
<style>
span { border-color: #E62DA1; }
span { border-color: rgb(230,45,161); }
td.TdClassName
{
border-color: #E62DA1;
}
.TagClassName
{
border-color: #E62DA1;
}
</style>