Shades of Persian Rose #E641AD
Tints of Persian Rose #E641AD
RGB
CMYK
RGB Variations
Color information
#E641AD (or 0xE641AD) is known color: Persian Rose. HEX triplet: E6, 41 and AD. RGB value is (230,65,173). Sum of RGB (Red+Green+Blue) = 230+65+173=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E641AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E641AD is #19BE52. Grayscale: #7E7E7E. Windows color (decimal): -1687123 or 11354598. OLE color: 11354598.
HSL color Cylindrical-coordinate representation of color #E641AD: hue angle of 320.73º 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 #E641AD is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 173 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.10 |
| HSL | 320.73º | 0.77% | 0.58% | - |
| HSV(B) | 320.73º | 0.72% | 0.9% | - |
| XYZ | 42.07 | 23.62 | 41.88 | - |
| YUV | 126.65 | 154.16 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 173 | 0 | 0.72 | 0.25 | 0.10 | 320.73 | 0.77 | 0.58 |
| Hex | E6 | 41 | AD | 0 | 48 | 19 | A | 141 | 4D | 3A |
| Octal | 346 | 101 | 255 | 0 | 110 | 31 | 12 | 501 | 115 | 72 |
| Binary | 11100110 | 1000001 | 10101101 | 0 | 1001000 | 11001 | 1010 | 101000001 | 1001101 | 111010 |
Color Harmonies of #E641AD
Complementary color
Monochromatic Colors of #E641AD
Black with #E641AD
Text Example
Text Example
White with #E641AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E641AD; }
p { color: rgb(230,65,173); }
H1.HeaderClassName
{
color: #E641AD;
}
.AnyTagClassName
{
color: #E641AD;
}
</style>
background-color css
<style>
a { background-color: #E641AD; }
a { background-color: rgb(230,65,173); }
div.DivClassName
{
background-color: #E641AD;
}
.BgClassName
{
background-color: #E641AD;
}
</style>
border-color css
<style>
span { border-color: #E641AD; }
span { border-color: rgb(230,65,173); }
td.TdClassName
{
border-color: #E641AD;
}
.TagClassName
{
border-color: #E641AD;
}
</style>