Shades of Persian Rose #E73AB3
Tints of Persian Rose #E73AB3
RGB
CMYK
RGB Variations
Color information
#E73AB3 (or 0xE73AB3) is known color: Persian Rose. HEX triplet: E7, 3A and B3. RGB value is (231,58,179). Sum of RGB (Red+Green+Blue) = 231+58+179=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 58 (23.05% from 255 or 12.39% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E73AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73AB3 is #18C54C. Grayscale: #7B7B7B. Windows color (decimal): -1623373 or 11746023. OLE color: 11746023.
HSL color Cylindrical-coordinate representation of color #E73AB3: hue angle of 318.03º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E73AB3 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 58 | 179 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.09 |
| HSL | 318.03º | 0.78% | 0.57% | - |
| HSV(B) | 318.03º | 0.75% | 0.91% | - |
| XYZ | 42.6 | 23.27 | 44.89 | - |
| YUV | 123.52 | 159.31 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 58 | 179 | 0 | 0.75 | 0.23 | 0.09 | 318.03 | 0.78 | 0.57 |
| Hex | E7 | 3A | B3 | 0 | 4B | 17 | 9 | 13E | 4E | 39 |
| Octal | 347 | 72 | 263 | 0 | 113 | 27 | 11 | 476 | 116 | 71 |
| Binary | 11100111 | 111010 | 10110011 | 0 | 1001011 | 10111 | 1001 | 100111110 | 1001110 | 111001 |
Color Harmonies of #E73AB3
Complementary color
Monochromatic Colors of #E73AB3
Black with #E73AB3
Text Example
Text Example
White with #E73AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73AB3; }
p { color: rgb(231,58,179); }
H1.HeaderClassName
{
color: #E73AB3;
}
.AnyTagClassName
{
color: #E73AB3;
}
</style>
background-color css
<style>
a { background-color: #E73AB3; }
a { background-color: rgb(231,58,179); }
div.DivClassName
{
background-color: #E73AB3;
}
.BgClassName
{
background-color: #E73AB3;
}
</style>
border-color css
<style>
span { border-color: #E73AB3; }
span { border-color: rgb(231,58,179); }
td.TdClassName
{
border-color: #E73AB3;
}
.TagClassName
{
border-color: #E73AB3;
}
</style>