Shades of Persian Rose #E640AF
Tints of Persian Rose #E640AF
RGB
CMYK
RGB Variations
Color information
#E640AF (or 0xE640AF) is known color: Persian Rose. HEX triplet: E6, 40 and AF. RGB value is (230,64,175). Sum of RGB (Red+Green+Blue) = 230+64+175=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E640AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E640AF is #19BF50. Grayscale: #7E7E7E. Windows color (decimal): -1687377 or 11485414. OLE color: 11485414.
HSL color Cylindrical-coordinate representation of color #E640AF: hue angle of 319.88º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E640AF is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 64 | 175 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.10 |
| HSL | 319.88º | 0.77% | 0.58% | - |
| HSV(B) | 319.88º | 0.72% | 0.9% | - |
| XYZ | 42.2 | 23.58 | 42.89 | - |
| YUV | 126.29 | 155.5 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 175 | 0 | 0.72 | 0.24 | 0.10 | 319.88 | 0.77 | 0.58 |
| Hex | E6 | 40 | AF | 0 | 48 | 18 | A | 140 | 4D | 3A |
| Octal | 346 | 100 | 257 | 0 | 110 | 30 | 12 | 500 | 115 | 72 |
| Binary | 11100110 | 1000000 | 10101111 | 0 | 1001000 | 11000 | 1010 | 101000000 | 1001101 | 111010 |
Color Harmonies of #E640AF
Complementary color
Monochromatic Colors of #E640AF
Black with #E640AF
Text Example
Text Example
White with #E640AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E640AF; }
p { color: rgb(230,64,175); }
H1.HeaderClassName
{
color: #E640AF;
}
.AnyTagClassName
{
color: #E640AF;
}
</style>
background-color css
<style>
a { background-color: #E640AF; }
a { background-color: rgb(230,64,175); }
div.DivClassName
{
background-color: #E640AF;
}
.BgClassName
{
background-color: #E640AF;
}
</style>
border-color css
<style>
span { border-color: #E640AF; }
span { border-color: rgb(230,64,175); }
td.TdClassName
{
border-color: #E640AF;
}
.TagClassName
{
border-color: #E640AF;
}
</style>