Shades of Persian Pink #E184BE
Tints of Persian Pink #E184BE
RGB
CMYK
RGB Variations
Color information
#E184BE (or 0xE184BE) is known color: Persian Pink. HEX triplet: E1, 84 and BE. RGB value is (225,132,190). Sum of RGB (Red+Green+Blue) = 225+132+190=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E184BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E184BE is #1E7B41. Grayscale: #A6A6A6. Windows color (decimal): -1997634 or 12485857. OLE color: 12485857.
HSL color Cylindrical-coordinate representation of color #E184BE: hue angle of 322.58º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E184BE is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 190 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.12 |
| HSL | 322.58º | 0.61% | 0.7% | - |
| HSV(B) | 322.58º | 0.41% | 0.88% | - |
| XYZ | 48.6 | 36.23 | 53.15 | - |
| YUV | 166.42 | 141.31 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 190 | 0 | 0.41 | 0.16 | 0.12 | 322.58 | 0.61 | 0.7 |
| Hex | E1 | 84 | BE | 0 | 29 | 10 | C | 143 | 3D | 46 |
| Octal | 341 | 204 | 276 | 0 | 51 | 20 | 14 | 503 | 75 | 106 |
| Binary | 11100001 | 10000100 | 10111110 | 0 | 101001 | 10000 | 1100 | 101000011 | 111101 | 1000110 |
Color Harmonies of #E184BE
Complementary color
Monochromatic Colors of #E184BE
Black with #E184BE
Text Example
Text Example
White with #E184BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E184BE; }
p { color: rgb(225,132,190); }
H1.HeaderClassName
{
color: #E184BE;
}
.AnyTagClassName
{
color: #E184BE;
}
</style>
background-color css
<style>
a { background-color: #E184BE; }
a { background-color: rgb(225,132,190); }
div.DivClassName
{
background-color: #E184BE;
}
.BgClassName
{
background-color: #E184BE;
}
</style>
border-color css
<style>
span { border-color: #E184BE; }
span { border-color: rgb(225,132,190); }
td.TdClassName
{
border-color: #E184BE;
}
.TagClassName
{
border-color: #E184BE;
}
</style>