Shades of Persian Pink #E183BF
Tints of Persian Pink #E183BF
RGB
CMYK
RGB Variations
Color information
#E183BF (or 0xE183BF) is known color: Persian Pink. HEX triplet: E1, 83 and BF. RGB value is (225,131,191). Sum of RGB (Red+Green+Blue) = 225+131+191=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E183BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E183BF is #1E7C40. Grayscale: #A5A5A5. Windows color (decimal): -1997889 or 12551137. OLE color: 12551137.
HSL color Cylindrical-coordinate representation of color #E183BF: hue angle of 321.7º 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 #E183BF is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 191 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.12 |
| HSL | 321.7º | 0.61% | 0.7% | - |
| HSV(B) | 321.7º | 0.42% | 0.88% | - |
| XYZ | 48.57 | 36 | 53.68 | - |
| YUV | 165.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 191 | 0 | 0.42 | 0.15 | 0.12 | 321.7 | 0.61 | 0.7 |
| Hex | E1 | 83 | BF | 0 | 2A | F | C | 142 | 3D | 46 |
| Octal | 341 | 203 | 277 | 0 | 52 | 17 | 14 | 502 | 75 | 106 |
| Binary | 11100001 | 10000011 | 10111111 | 0 | 101010 | 1111 | 1100 | 101000010 | 111101 | 1000110 |
Color Harmonies of #E183BF
Complementary color
Monochromatic Colors of #E183BF
Black with #E183BF
Text Example
Text Example
White with #E183BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E183BF; }
p { color: rgb(225,131,191); }
H1.HeaderClassName
{
color: #E183BF;
}
.AnyTagClassName
{
color: #E183BF;
}
</style>
background-color css
<style>
a { background-color: #E183BF; }
a { background-color: rgb(225,131,191); }
div.DivClassName
{
background-color: #E183BF;
}
.BgClassName
{
background-color: #E183BF;
}
</style>
border-color css
<style>
span { border-color: #E183BF; }
span { border-color: rgb(225,131,191); }
td.TdClassName
{
border-color: #E183BF;
}
.TagClassName
{
border-color: #E183BF;
}
</style>