Shades of Persian Rose #E73FB2
Tints of Persian Rose #E73FB2
RGB
CMYK
RGB Variations
Color information
#E73FB2 (or 0xE73FB2) is known color: Persian Rose. HEX triplet: E7, 3F and B2. RGB value is (231,63,178). Sum of RGB (Red+Green+Blue) = 231+63+178=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E73FB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73FB2 is #18C04D. Grayscale: #7E7E7E. Windows color (decimal): -1622094 or 11681767. OLE color: 11681767.
HSL color Cylindrical-coordinate representation of color #E73FB2: hue angle of 318.93º degrees, saturation: 0.78, 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 #E73FB2 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 63 | 178 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.09 |
| HSL | 318.93º | 0.78% | 0.58% | - |
| HSV(B) | 318.93º | 0.73% | 0.91% | - |
| XYZ | 42.77 | 23.76 | 44.45 | - |
| YUV | 126.34 | 157.16 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 63 | 178 | 0 | 0.73 | 0.23 | 0.09 | 318.93 | 0.78 | 0.58 |
| Hex | E7 | 3F | B2 | 0 | 49 | 17 | 9 | 13F | 4E | 3A |
| Octal | 347 | 77 | 262 | 0 | 111 | 27 | 11 | 477 | 116 | 72 |
| Binary | 11100111 | 111111 | 10110010 | 0 | 1001001 | 10111 | 1001 | 100111111 | 1001110 | 111010 |
Color Harmonies of #E73FB2
Complementary color
Monochromatic Colors of #E73FB2
Black with #E73FB2
Text Example
Text Example
White with #E73FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73FB2; }
p { color: rgb(231,63,178); }
H1.HeaderClassName
{
color: #E73FB2;
}
.AnyTagClassName
{
color: #E73FB2;
}
</style>
background-color css
<style>
a { background-color: #E73FB2; }
a { background-color: rgb(231,63,178); }
div.DivClassName
{
background-color: #E73FB2;
}
.BgClassName
{
background-color: #E73FB2;
}
</style>
border-color css
<style>
span { border-color: #E73FB2; }
span { border-color: rgb(231,63,178); }
td.TdClassName
{
border-color: #E73FB2;
}
.TagClassName
{
border-color: #E73FB2;
}
</style>