Shades of Persian Rose #E92CA5
Tints of Persian Rose #E92CA5
RGB
CMYK
RGB Variations
Color information
#E92CA5 (or 0xE92CA5) is known color: Persian Rose. HEX triplet: E9, 2C and A5. RGB value is (233,44,165). Sum of RGB (Red+Green+Blue) = 233+44+165=442 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.71% from 442); Green value is 44 (17.58% from 255 or 9.95% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 233 - color contains mainly: red. Hex color #E92CA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92CA5 is #16D35A. Grayscale: #727272. Windows color (decimal): -1495899 or 10824937. OLE color: 10824937.
HSL color Cylindrical-coordinate representation of color #E92CA5: hue angle of 321.59º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92CA5 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 44 | 165 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.09 |
| HSL | 321.59º | 0.81% | 0.54% | - |
| HSV(B) | 321.59º | 0.81% | 0.91% | - |
| XYZ | 41.3 | 21.84 | 37.64 | - |
| YUV | 114.31 | 156.62 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 44 | 165 | 0 | 0.81 | 0.29 | 0.09 | 321.59 | 0.81 | 0.54 |
| Hex | E9 | 2C | A5 | 0 | 51 | 1D | 9 | 142 | 51 | 36 |
| Octal | 351 | 54 | 245 | 0 | 121 | 35 | 11 | 502 | 121 | 66 |
| Binary | 11101001 | 101100 | 10100101 | 0 | 1010001 | 11101 | 1001 | 101000010 | 1010001 | 110110 |
Color Harmonies of #E92CA5
Complementary color
Monochromatic Colors of #E92CA5
Black with #E92CA5
Text Example
Text Example
White with #E92CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92CA5; }
p { color: rgb(233,44,165); }
H1.HeaderClassName
{
color: #E92CA5;
}
.AnyTagClassName
{
color: #E92CA5;
}
</style>
background-color css
<style>
a { background-color: #E92CA5; }
a { background-color: rgb(233,44,165); }
div.DivClassName
{
background-color: #E92CA5;
}
.BgClassName
{
background-color: #E92CA5;
}
</style>
border-color css
<style>
span { border-color: #E92CA5; }
span { border-color: rgb(233,44,165); }
td.TdClassName
{
border-color: #E92CA5;
}
.TagClassName
{
border-color: #E92CA5;
}
</style>