Shades of Persian Pink #E183BE
Tints of Persian Pink #E183BE
RGB
CMYK
RGB Variations
Color information
#E183BE (or 0xE183BE) is known color: Persian Pink. HEX triplet: E1, 83 and BE. RGB value is (225,131,190). Sum of RGB (Red+Green+Blue) = 225+131+190=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E183BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E183BE is #1E7C41. Grayscale: #A5A5A5. Windows color (decimal): -1997890 or 12485601. OLE color: 12485601.
HSL color Cylindrical-coordinate representation of color #E183BE: hue angle of 322.34º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E183BE is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 190 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.12 |
| HSL | 322.34º | 0.61% | 0.7% | - |
| HSV(B) | 322.34º | 0.42% | 0.88% | - |
| XYZ | 48.46 | 35.96 | 53.1 | - |
| YUV | 165.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 190 | 0 | 0.42 | 0.16 | 0.12 | 322.34 | 0.61 | 0.7 |
| Hex | E1 | 83 | BE | 0 | 2A | 10 | C | 142 | 3D | 46 |
| Octal | 341 | 203 | 276 | 0 | 52 | 20 | 14 | 502 | 75 | 106 |
| Binary | 11100001 | 10000011 | 10111110 | 0 | 101010 | 10000 | 1100 | 101000010 | 111101 | 1000110 |
Color Harmonies of #E183BE
Complementary color
Monochromatic Colors of #E183BE
Black with #E183BE
Text Example
Text Example
White with #E183BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E183BE; }
p { color: rgb(225,131,190); }
H1.HeaderClassName
{
color: #E183BE;
}
.AnyTagClassName
{
color: #E183BE;
}
</style>
background-color css
<style>
a { background-color: #E183BE; }
a { background-color: rgb(225,131,190); }
div.DivClassName
{
background-color: #E183BE;
}
.BgClassName
{
background-color: #E183BE;
}
</style>
border-color css
<style>
span { border-color: #E183BE; }
span { border-color: rgb(225,131,190); }
td.TdClassName
{
border-color: #E183BE;
}
.TagClassName
{
border-color: #E183BE;
}
</style>