Shades of Persian Pink #E183BD
Tints of Persian Pink #E183BD
RGB
CMYK
RGB Variations
Color information
#E183BD (or 0xE183BD) is known color: Persian Pink. HEX triplet: E1, 83 and BD. RGB value is (225,131,189). Sum of RGB (Red+Green+Blue) = 225+131+189=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E183BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E183BD is #1E7C42. Grayscale: #A5A5A5. Windows color (decimal): -1997891 or 12420065. OLE color: 12420065.
HSL color Cylindrical-coordinate representation of color #E183BD: hue angle of 322.98º 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 #E183BD is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 189 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.12 |
| HSL | 322.98º | 0.61% | 0.7% | - |
| HSV(B) | 322.98º | 0.42% | 0.88% | - |
| XYZ | 48.35 | 35.91 | 52.53 | - |
| YUV | 165.72 | 141.14 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 189 | 0 | 0.42 | 0.16 | 0.12 | 322.98 | 0.61 | 0.7 |
| Hex | E1 | 83 | BD | 0 | 2A | 10 | C | 143 | 3D | 46 |
| Octal | 341 | 203 | 275 | 0 | 52 | 20 | 14 | 503 | 75 | 106 |
| Binary | 11100001 | 10000011 | 10111101 | 0 | 101010 | 10000 | 1100 | 101000011 | 111101 | 1000110 |
Color Harmonies of #E183BD
Complementary color
Monochromatic Colors of #E183BD
Black with #E183BD
Text Example
Text Example
White with #E183BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E183BD; }
p { color: rgb(225,131,189); }
H1.HeaderClassName
{
color: #E183BD;
}
.AnyTagClassName
{
color: #E183BD;
}
</style>
background-color css
<style>
a { background-color: #E183BD; }
a { background-color: rgb(225,131,189); }
div.DivClassName
{
background-color: #E183BD;
}
.BgClassName
{
background-color: #E183BD;
}
</style>
border-color css
<style>
span { border-color: #E183BD; }
span { border-color: rgb(225,131,189); }
td.TdClassName
{
border-color: #E183BD;
}
.TagClassName
{
border-color: #E183BD;
}
</style>