Shades of Persian Rose #E639A9
Tints of Persian Rose #E639A9
RGB
CMYK
RGB Variations
Color information
#E639A9 (or 0xE639A9) is known color: Persian Rose. HEX triplet: E6, 39 and A9. RGB value is (230,57,169). Sum of RGB (Red+Green+Blue) = 230+57+169=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E639A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E639A9 is #19C656. Grayscale: #797979. Windows color (decimal): -1689175 or 11090406. OLE color: 11090406.
HSL color Cylindrical-coordinate representation of color #E639A9: hue angle of 321.16º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E639A9 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 57 | 169 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.10 |
| HSL | 321.16º | 0.78% | 0.56% | - |
| HSV(B) | 321.16º | 0.75% | 0.9% | - |
| XYZ | 41.26 | 22.61 | 39.73 | - |
| YUV | 121.5 | 154.81 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 57 | 169 | 0 | 0.75 | 0.27 | 0.10 | 321.16 | 0.78 | 0.56 |
| Hex | E6 | 39 | A9 | 0 | 4B | 1B | A | 141 | 4E | 38 |
| Octal | 346 | 71 | 251 | 0 | 113 | 33 | 12 | 501 | 116 | 70 |
| Binary | 11100110 | 111001 | 10101001 | 0 | 1001011 | 11011 | 1010 | 101000001 | 1001110 | 111000 |
Color Harmonies of #E639A9
Complementary color
Monochromatic Colors of #E639A9
Black with #E639A9
Text Example
Text Example
White with #E639A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E639A9; }
p { color: rgb(230,57,169); }
H1.HeaderClassName
{
color: #E639A9;
}
.AnyTagClassName
{
color: #E639A9;
}
</style>
background-color css
<style>
a { background-color: #E639A9; }
a { background-color: rgb(230,57,169); }
div.DivClassName
{
background-color: #E639A9;
}
.BgClassName
{
background-color: #E639A9;
}
</style>
border-color css
<style>
span { border-color: #E639A9; }
span { border-color: rgb(230,57,169); }
td.TdClassName
{
border-color: #E639A9;
}
.TagClassName
{
border-color: #E639A9;
}
</style>