Shades of Persian Rose #E93EB0
Tints of Persian Rose #E93EB0
RGB
CMYK
RGB Variations
Color information
#E93EB0 (or 0xE93EB0) is known color: Persian Rose. HEX triplet: E9, 3E and B0. RGB value is (233,62,176). Sum of RGB (Red+Green+Blue) = 233+62+176=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 62 (24.61% from 255 or 13.16% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E93EB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93EB0 is #16C14F. Grayscale: #7D7D7D. Windows color (decimal): -1491280 or 11550441. OLE color: 11550441.
HSL color Cylindrical-coordinate representation of color #E93EB0: hue angle of 320º degrees, saturation: 0.8, 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 #E93EB0 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 62 | 176 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.09 |
| HSL | 320º | 0.8% | 0.58% | - |
| HSV(B) | 320º | 0.73% | 0.91% | - |
| XYZ | 43.16 | 23.9 | 43.41 | - |
| YUV | 126.13 | 156.15 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 62 | 176 | 0 | 0.73 | 0.24 | 0.09 | 320 | 0.8 | 0.58 |
| Hex | E9 | 3E | B0 | 0 | 49 | 18 | 9 | 140 | 50 | 3A |
| Octal | 351 | 76 | 260 | 0 | 111 | 30 | 11 | 500 | 120 | 72 |
| Binary | 11101001 | 111110 | 10110000 | 0 | 1001001 | 11000 | 1001 | 101000000 | 1010000 | 111010 |
Color Harmonies of #E93EB0
Complementary color
Monochromatic Colors of #E93EB0
Black with #E93EB0
Text Example
Text Example
White with #E93EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93EB0; }
p { color: rgb(233,62,176); }
H1.HeaderClassName
{
color: #E93EB0;
}
.AnyTagClassName
{
color: #E93EB0;
}
</style>
background-color css
<style>
a { background-color: #E93EB0; }
a { background-color: rgb(233,62,176); }
div.DivClassName
{
background-color: #E93EB0;
}
.BgClassName
{
background-color: #E93EB0;
}
</style>
border-color css
<style>
span { border-color: #E93EB0; }
span { border-color: rgb(233,62,176); }
td.TdClassName
{
border-color: #E93EB0;
}
.TagClassName
{
border-color: #E93EB0;
}
</style>