Shades of Persian Rose #E92BAC
Tints of Persian Rose #E92BAC
RGB
CMYK
RGB Variations
Color information
#E92BAC (or 0xE92BAC) is known color: Persian Rose. HEX triplet: E9, 2B and AC. RGB value is (233,43,172). Sum of RGB (Red+Green+Blue) = 233+43+172=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 43 (17.19% from 255 or 9.60% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E92BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92BAC is #16D453. Grayscale: #727272. Windows color (decimal): -1496148 or 11283433. OLE color: 11283433.
HSL color Cylindrical-coordinate representation of color #E92BAC: hue angle of 319.26º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E92BAC is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 43 | 172 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.09 |
| HSL | 319.26º | 0.81% | 0.54% | - |
| HSV(B) | 319.26º | 0.82% | 0.91% | - |
| XYZ | 41.91 | 22.03 | 41.07 | - |
| YUV | 114.52 | 160.45 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 43 | 172 | 0 | 0.82 | 0.26 | 0.09 | 319.26 | 0.81 | 0.54 |
| Hex | E9 | 2B | AC | 0 | 52 | 1A | 9 | 13F | 51 | 36 |
| Octal | 351 | 53 | 254 | 0 | 122 | 32 | 11 | 477 | 121 | 66 |
| Binary | 11101001 | 101011 | 10101100 | 0 | 1010010 | 11010 | 1001 | 100111111 | 1010001 | 110110 |
Color Harmonies of #E92BAC
Complementary color
Monochromatic Colors of #E92BAC
Black with #E92BAC
Text Example
Text Example
White with #E92BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92BAC; }
p { color: rgb(233,43,172); }
H1.HeaderClassName
{
color: #E92BAC;
}
.AnyTagClassName
{
color: #E92BAC;
}
</style>
background-color css
<style>
a { background-color: #E92BAC; }
a { background-color: rgb(233,43,172); }
div.DivClassName
{
background-color: #E92BAC;
}
.BgClassName
{
background-color: #E92BAC;
}
</style>
border-color css
<style>
span { border-color: #E92BAC; }
span { border-color: rgb(233,43,172); }
td.TdClassName
{
border-color: #E92BAC;
}
.TagClassName
{
border-color: #E92BAC;
}
</style>