Shades of Persian Rose #E840B2
Tints of Persian Rose #E840B2
RGB
CMYK
RGB Variations
Color information
#E840B2 (or 0xE840B2) is known color: Persian Rose. HEX triplet: E8, 40 and B2. RGB value is (232,64,178). Sum of RGB (Red+Green+Blue) = 232+64+178=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E840B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E840B2 is #17BF4D. Grayscale: #7E7E7E. Windows color (decimal): -1556302 or 11682024. OLE color: 11682024.
HSL color Cylindrical-coordinate representation of color #E840B2: hue angle of 319.29º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E840B2 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 64 | 178 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.09 |
| HSL | 319.29º | 0.79% | 0.58% | - |
| HSV(B) | 319.29º | 0.72% | 0.91% | - |
| XYZ | 43.15 | 24.04 | 44.48 | - |
| YUV | 127.23 | 156.66 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 64 | 178 | 0 | 0.72 | 0.23 | 0.09 | 319.29 | 0.79 | 0.58 |
| Hex | E8 | 40 | B2 | 0 | 48 | 17 | 9 | 13F | 4F | 3A |
| Octal | 350 | 100 | 262 | 0 | 110 | 27 | 11 | 477 | 117 | 72 |
| Binary | 11101000 | 1000000 | 10110010 | 0 | 1001000 | 10111 | 1001 | 100111111 | 1001111 | 111010 |
Color Harmonies of #E840B2
Complementary color
Monochromatic Colors of #E840B2
Black with #E840B2
Text Example
Text Example
White with #E840B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E840B2; }
p { color: rgb(232,64,178); }
H1.HeaderClassName
{
color: #E840B2;
}
.AnyTagClassName
{
color: #E840B2;
}
</style>
background-color css
<style>
a { background-color: #E840B2; }
a { background-color: rgb(232,64,178); }
div.DivClassName
{
background-color: #E840B2;
}
.BgClassName
{
background-color: #E840B2;
}
</style>
border-color css
<style>
span { border-color: #E840B2; }
span { border-color: rgb(232,64,178); }
td.TdClassName
{
border-color: #E840B2;
}
.TagClassName
{
border-color: #E840B2;
}
</style>