Shades of Persian Pink #E184BD
Tints of Persian Pink #E184BD
RGB
CMYK
RGB Variations
Color information
#E184BD (or 0xE184BD) is known color: Persian Pink. HEX triplet: E1, 84 and BD. RGB value is (225,132,189). Sum of RGB (Red+Green+Blue) = 225+132+189=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E184BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E184BD is #1E7B42. Grayscale: #A6A6A6. Windows color (decimal): -1997635 or 12420321. OLE color: 12420321.
HSL color Cylindrical-coordinate representation of color #E184BD: hue angle of 323.23º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E184BD is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 189 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.12 |
| HSL | 323.23º | 0.61% | 0.7% | - |
| HSV(B) | 323.23º | 0.41% | 0.88% | - |
| XYZ | 48.49 | 36.18 | 52.57 | - |
| YUV | 166.31 | 140.81 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 189 | 0 | 0.41 | 0.16 | 0.12 | 323.23 | 0.61 | 0.7 |
| Hex | E1 | 84 | BD | 0 | 29 | 10 | C | 143 | 3D | 46 |
| Octal | 341 | 204 | 275 | 0 | 51 | 20 | 14 | 503 | 75 | 106 |
| Binary | 11100001 | 10000100 | 10111101 | 0 | 101001 | 10000 | 1100 | 101000011 | 111101 | 1000110 |
Color Harmonies of #E184BD
Complementary color
Monochromatic Colors of #E184BD
Black with #E184BD
Text Example
Text Example
White with #E184BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E184BD; }
p { color: rgb(225,132,189); }
H1.HeaderClassName
{
color: #E184BD;
}
.AnyTagClassName
{
color: #E184BD;
}
</style>
background-color css
<style>
a { background-color: #E184BD; }
a { background-color: rgb(225,132,189); }
div.DivClassName
{
background-color: #E184BD;
}
.BgClassName
{
background-color: #E184BD;
}
</style>
border-color css
<style>
span { border-color: #E184BD; }
span { border-color: rgb(225,132,189); }
td.TdClassName
{
border-color: #E184BD;
}
.TagClassName
{
border-color: #E184BD;
}
</style>