Shades of Persian Rose #E93BA8
Tints of Persian Rose #E93BA8
RGB
CMYK
RGB Variations
Color information
#E93BA8 (or 0xE93BA8) is known color: Persian Rose. HEX triplet: E9, 3B and A8. RGB value is (233,59,168). Sum of RGB (Red+Green+Blue) = 233+59+168=460 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.65% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 233 - color contains mainly: red. Hex color #E93BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93BA8 is #16C457. Grayscale: #7B7B7B. Windows color (decimal): -1492056 or 11025385. OLE color: 11025385.
HSL color Cylindrical-coordinate representation of color #E93BA8: hue angle of 322.41º degrees, saturation: 0.8, 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 #E93BA8 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 59 | 168 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.09 |
| HSL | 322.41º | 0.8% | 0.57% | - |
| HSV(B) | 322.41º | 0.75% | 0.91% | - |
| XYZ | 42.24 | 23.28 | 39.31 | - |
| YUV | 123.45 | 153.15 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 59 | 168 | 0 | 0.75 | 0.28 | 0.09 | 322.41 | 0.8 | 0.57 |
| Hex | E9 | 3B | A8 | 0 | 4B | 1C | 9 | 142 | 50 | 39 |
| Octal | 351 | 73 | 250 | 0 | 113 | 34 | 11 | 502 | 120 | 71 |
| Binary | 11101001 | 111011 | 10101000 | 0 | 1001011 | 11100 | 1001 | 101000010 | 1010000 | 111001 |
Color Harmonies of #E93BA8
Complementary color
Monochromatic Colors of #E93BA8
Black with #E93BA8
Text Example
Text Example
White with #E93BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93BA8; }
p { color: rgb(233,59,168); }
H1.HeaderClassName
{
color: #E93BA8;
}
.AnyTagClassName
{
color: #E93BA8;
}
</style>
background-color css
<style>
a { background-color: #E93BA8; }
a { background-color: rgb(233,59,168); }
div.DivClassName
{
background-color: #E93BA8;
}
.BgClassName
{
background-color: #E93BA8;
}
</style>
border-color css
<style>
span { border-color: #E93BA8; }
span { border-color: rgb(233,59,168); }
td.TdClassName
{
border-color: #E93BA8;
}
.TagClassName
{
border-color: #E93BA8;
}
</style>