Shades of Persian Rose #E83FAD
Tints of Persian Rose #E83FAD
RGB
CMYK
RGB Variations
Color information
#E83FAD (or 0xE83FAD) is known color: Persian Rose. HEX triplet: E8, 3F and AD. RGB value is (232,63,173). Sum of RGB (Red+Green+Blue) = 232+63+173=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 232 - color contains mainly: red. Hex color #E83FAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E83FAD is #17C052. Grayscale: #7D7D7D. Windows color (decimal): -1556563 or 11354088. OLE color: 11354088.
HSL color Cylindrical-coordinate representation of color #E83FAD: hue angle of 320.95º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E83FAD is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 63 | 173 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.09 |
| HSL | 320.95º | 0.79% | 0.58% | - |
| HSV(B) | 320.95º | 0.73% | 0.91% | - |
| XYZ | 42.6 | 23.73 | 41.87 | - |
| YUV | 126.07 | 154.49 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 63 | 173 | 0 | 0.73 | 0.25 | 0.09 | 320.95 | 0.79 | 0.58 |
| Hex | E8 | 3F | AD | 0 | 49 | 19 | 9 | 141 | 4F | 3A |
| Octal | 350 | 77 | 255 | 0 | 111 | 31 | 11 | 501 | 117 | 72 |
| Binary | 11101000 | 111111 | 10101101 | 0 | 1001001 | 11001 | 1001 | 101000001 | 1001111 | 111010 |
Color Harmonies of #E83FAD
Complementary color
Monochromatic Colors of #E83FAD
Black with #E83FAD
Text Example
Text Example
White with #E83FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83FAD; }
p { color: rgb(232,63,173); }
H1.HeaderClassName
{
color: #E83FAD;
}
.AnyTagClassName
{
color: #E83FAD;
}
</style>
background-color css
<style>
a { background-color: #E83FAD; }
a { background-color: rgb(232,63,173); }
div.DivClassName
{
background-color: #E83FAD;
}
.BgClassName
{
background-color: #E83FAD;
}
</style>
border-color css
<style>
span { border-color: #E83FAD; }
span { border-color: rgb(232,63,173); }
td.TdClassName
{
border-color: #E83FAD;
}
.TagClassName
{
border-color: #E83FAD;
}
</style>