Shades of Persian Pink #E183B9
Tints of Persian Pink #E183B9
RGB
CMYK
RGB Variations
Color information
#E183B9 (or 0xE183B9) is known color: Persian Pink. HEX triplet: E1, 83 and B9. RGB value is (225,131,185). Sum of RGB (Red+Green+Blue) = 225+131+185=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E183B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E183B9 is #1E7C46. Grayscale: #A5A5A5. Windows color (decimal): -1997895 or 12157921. OLE color: 12157921.
HSL color Cylindrical-coordinate representation of color #E183B9: hue angle of 325.53º 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 #E183B9 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 185 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.12 |
| HSL | 325.53º | 0.61% | 0.7% | - |
| HSV(B) | 325.53º | 0.42% | 0.88% | - |
| XYZ | 47.92 | 35.74 | 50.27 | - |
| YUV | 165.26 | 139.14 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 185 | 0 | 0.42 | 0.18 | 0.12 | 325.53 | 0.61 | 0.7 |
| Hex | E1 | 83 | B9 | 0 | 2A | 12 | C | 146 | 3D | 46 |
| Octal | 341 | 203 | 271 | 0 | 52 | 22 | 14 | 506 | 75 | 106 |
| Binary | 11100001 | 10000011 | 10111001 | 0 | 101010 | 10010 | 1100 | 101000110 | 111101 | 1000110 |
Color Harmonies of #E183B9
Complementary color
Monochromatic Colors of #E183B9
Black with #E183B9
Text Example
Text Example
White with #E183B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E183B9; }
p { color: rgb(225,131,185); }
H1.HeaderClassName
{
color: #E183B9;
}
.AnyTagClassName
{
color: #E183B9;
}
</style>
background-color css
<style>
a { background-color: #E183B9; }
a { background-color: rgb(225,131,185); }
div.DivClassName
{
background-color: #E183B9;
}
.BgClassName
{
background-color: #E183B9;
}
</style>
border-color css
<style>
span { border-color: #E183B9; }
span { border-color: rgb(225,131,185); }
td.TdClassName
{
border-color: #E183B9;
}
.TagClassName
{
border-color: #E183B9;
}
</style>