Shades of Persian Rose #E640AD
Tints of Persian Rose #E640AD
RGB
CMYK
RGB Variations
Color information
#E640AD (or 0xE640AD) is known color: Persian Rose. HEX triplet: E6, 40 and AD. RGB value is (230,64,173). Sum of RGB (Red+Green+Blue) = 230+64+173=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E640AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E640AD is #19BF52. Grayscale: #7D7D7D. Windows color (decimal): -1687379 or 11354342. OLE color: 11354342.
HSL color Cylindrical-coordinate representation of color #E640AD: hue angle of 320.6º 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 #E640AD is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 64 | 173 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.10 |
| HSL | 320.6º | 0.77% | 0.58% | - |
| HSV(B) | 320.6º | 0.72% | 0.9% | - |
| XYZ | 42.01 | 23.51 | 41.86 | - |
| YUV | 126.06 | 154.5 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 173 | 0 | 0.72 | 0.25 | 0.10 | 320.6 | 0.77 | 0.58 |
| Hex | E6 | 40 | AD | 0 | 48 | 19 | A | 141 | 4D | 3A |
| Octal | 346 | 100 | 255 | 0 | 110 | 31 | 12 | 501 | 115 | 72 |
| Binary | 11100110 | 1000000 | 10101101 | 0 | 1001000 | 11001 | 1010 | 101000001 | 1001101 | 111010 |
Color Harmonies of #E640AD
Complementary color
Monochromatic Colors of #E640AD
Black with #E640AD
Text Example
Text Example
White with #E640AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E640AD; }
p { color: rgb(230,64,173); }
H1.HeaderClassName
{
color: #E640AD;
}
.AnyTagClassName
{
color: #E640AD;
}
</style>
background-color css
<style>
a { background-color: #E640AD; }
a { background-color: rgb(230,64,173); }
div.DivClassName
{
background-color: #E640AD;
}
.BgClassName
{
background-color: #E640AD;
}
</style>
border-color css
<style>
span { border-color: #E640AD; }
span { border-color: rgb(230,64,173); }
td.TdClassName
{
border-color: #E640AD;
}
.TagClassName
{
border-color: #E640AD;
}
</style>