Shades of Persian Pink #E183B8
Tints of Persian Pink #E183B8
RGB
CMYK
RGB Variations
Color information
#E183B8 (or 0xE183B8) is known color: Persian Pink. HEX triplet: E1, 83 and B8. RGB value is (225,131,184). Sum of RGB (Red+Green+Blue) = 225+131+184=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 184 (72.27% from 255 or 34.07% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E183B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E183B8 is #1E7C47. Grayscale: #A5A5A5. Windows color (decimal): -1997896 or 12092385. OLE color: 12092385.
HSL color Cylindrical-coordinate representation of color #E183B8: hue angle of 326.17º 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 #E183B8 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 184 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.12 |
| HSL | 326.17º | 0.61% | 0.7% | - |
| HSV(B) | 326.17º | 0.42% | 0.88% | - |
| XYZ | 47.82 | 35.7 | 49.72 | - |
| YUV | 165.15 | 138.64 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 184 | 0 | 0.42 | 0.18 | 0.12 | 326.17 | 0.61 | 0.7 |
| Hex | E1 | 83 | B8 | 0 | 2A | 12 | C | 146 | 3D | 46 |
| Octal | 341 | 203 | 270 | 0 | 52 | 22 | 14 | 506 | 75 | 106 |
| Binary | 11100001 | 10000011 | 10111000 | 0 | 101010 | 10010 | 1100 | 101000110 | 111101 | 1000110 |
Color Harmonies of #E183B8
Complementary color
Monochromatic Colors of #E183B8
Black with #E183B8
Text Example
Text Example
White with #E183B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E183B8; }
p { color: rgb(225,131,184); }
H1.HeaderClassName
{
color: #E183B8;
}
.AnyTagClassName
{
color: #E183B8;
}
</style>
background-color css
<style>
a { background-color: #E183B8; }
a { background-color: rgb(225,131,184); }
div.DivClassName
{
background-color: #E183B8;
}
.BgClassName
{
background-color: #E183B8;
}
</style>
border-color css
<style>
span { border-color: #E183B8; }
span { border-color: rgb(225,131,184); }
td.TdClassName
{
border-color: #E183B8;
}
.TagClassName
{
border-color: #E183B8;
}
</style>