Shades of Persian Rose #E93CA9
Tints of Persian Rose #E93CA9
RGB
CMYK
RGB Variations
Color information
#E93CA9 (or 0xE93CA9) is known color: Persian Rose. HEX triplet: E9, 3C and A9. RGB value is (233,60,169). Sum of RGB (Red+Green+Blue) = 233+60+169=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 169 (66.41% from 255 or 36.58% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E93CA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93CA9 is #16C356. Grayscale: #7B7B7B. Windows color (decimal): -1491799 or 11091177. OLE color: 11091177.
HSL color Cylindrical-coordinate representation of color #E93CA9: hue angle of 322.2º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E93CA9 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 60 | 169 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.09 |
| HSL | 322.2º | 0.8% | 0.57% | - |
| HSV(B) | 322.2º | 0.74% | 0.91% | - |
| XYZ | 42.38 | 23.42 | 39.82 | - |
| YUV | 124.15 | 153.31 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 169 | 0 | 0.74 | 0.27 | 0.09 | 322.2 | 0.8 | 0.57 |
| Hex | E9 | 3C | A9 | 0 | 4A | 1B | 9 | 142 | 50 | 39 |
| Octal | 351 | 74 | 251 | 0 | 112 | 33 | 11 | 502 | 120 | 71 |
| Binary | 11101001 | 111100 | 10101001 | 0 | 1001010 | 11011 | 1001 | 101000010 | 1010000 | 111001 |
Color Harmonies of #E93CA9
Complementary color
Monochromatic Colors of #E93CA9
Black with #E93CA9
Text Example
Text Example
White with #E93CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93CA9; }
p { color: rgb(233,60,169); }
H1.HeaderClassName
{
color: #E93CA9;
}
.AnyTagClassName
{
color: #E93CA9;
}
</style>
background-color css
<style>
a { background-color: #E93CA9; }
a { background-color: rgb(233,60,169); }
div.DivClassName
{
background-color: #E93CA9;
}
.BgClassName
{
background-color: #E93CA9;
}
</style>
border-color css
<style>
span { border-color: #E93CA9; }
span { border-color: rgb(233,60,169); }
td.TdClassName
{
border-color: #E93CA9;
}
.TagClassName
{
border-color: #E93CA9;
}
</style>