Shades of Persian Rose #E639AF
Tints of Persian Rose #E639AF
RGB
CMYK
RGB Variations
Color information
#E639AF (or 0xE639AF) is known color: Persian Rose. HEX triplet: E6, 39 and AF. RGB value is (230,57,175). Sum of RGB (Red+Green+Blue) = 230+57+175=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 57 (22.66% from 255 or 12.34% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E639AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E639AF is #19C650. Grayscale: #797979. Windows color (decimal): -1689169 or 11483622. OLE color: 11483622.
HSL color Cylindrical-coordinate representation of color #E639AF: hue angle of 319.08º 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 #E639AF is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 57 | 175 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.10 |
| HSL | 319.08º | 0.78% | 0.56% | - |
| HSV(B) | 319.08º | 0.75% | 0.9% | - |
| XYZ | 41.83 | 22.84 | 42.76 | - |
| YUV | 122.18 | 157.81 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 57 | 175 | 0 | 0.75 | 0.24 | 0.10 | 319.08 | 0.78 | 0.56 |
| Hex | E6 | 39 | AF | 0 | 4B | 18 | A | 13F | 4E | 38 |
| Octal | 346 | 71 | 257 | 0 | 113 | 30 | 12 | 477 | 116 | 70 |
| Binary | 11100110 | 111001 | 10101111 | 0 | 1001011 | 11000 | 1010 | 100111111 | 1001110 | 111000 |
Color Harmonies of #E639AF
Complementary color
Monochromatic Colors of #E639AF
Black with #E639AF
Text Example
Text Example
White with #E639AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E639AF; }
p { color: rgb(230,57,175); }
H1.HeaderClassName
{
color: #E639AF;
}
.AnyTagClassName
{
color: #E639AF;
}
</style>
background-color css
<style>
a { background-color: #E639AF; }
a { background-color: rgb(230,57,175); }
div.DivClassName
{
background-color: #E639AF;
}
.BgClassName
{
background-color: #E639AF;
}
</style>
border-color css
<style>
span { border-color: #E639AF; }
span { border-color: rgb(230,57,175); }
td.TdClassName
{
border-color: #E639AF;
}
.TagClassName
{
border-color: #E639AF;
}
</style>