Shades of Persian Pink #E184B5
Tints of Persian Pink #E184B5
RGB
CMYK
RGB Variations
Color information
#E184B5 (or 0xE184B5) is known color: Persian Pink. HEX triplet: E1, 84 and B5. RGB value is (225,132,181). Sum of RGB (Red+Green+Blue) = 225+132+181=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E184B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E184B5 is #1E7B4A. Grayscale: #A5A5A5. Windows color (decimal): -1997643 or 11896033. OLE color: 11896033.
HSL color Cylindrical-coordinate representation of color #E184B5: hue angle of 328.39º 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 #E184B5 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 181 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.12 |
| HSL | 328.39º | 0.61% | 0.7% | - |
| HSV(B) | 328.39º | 0.41% | 0.88% | - |
| XYZ | 47.64 | 35.85 | 48.12 | - |
| YUV | 165.39 | 136.81 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 181 | 0 | 0.41 | 0.20 | 0.12 | 328.39 | 0.61 | 0.7 |
| Hex | E1 | 84 | B5 | 0 | 29 | 14 | C | 148 | 3D | 46 |
| Octal | 341 | 204 | 265 | 0 | 51 | 24 | 14 | 510 | 75 | 106 |
| Binary | 11100001 | 10000100 | 10110101 | 0 | 101001 | 10100 | 1100 | 101001000 | 111101 | 1000110 |
Color Harmonies of #E184B5
Complementary color
Monochromatic Colors of #E184B5
Black with #E184B5
Text Example
Text Example
White with #E184B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E184B5; }
p { color: rgb(225,132,181); }
H1.HeaderClassName
{
color: #E184B5;
}
.AnyTagClassName
{
color: #E184B5;
}
</style>
background-color css
<style>
a { background-color: #E184B5; }
a { background-color: rgb(225,132,181); }
div.DivClassName
{
background-color: #E184B5;
}
.BgClassName
{
background-color: #E184B5;
}
</style>
border-color css
<style>
span { border-color: #E184B5; }
span { border-color: rgb(225,132,181); }
td.TdClassName
{
border-color: #E184B5;
}
.TagClassName
{
border-color: #E184B5;
}
</style>