Shades of Persian Pink #E184B6
Tints of Persian Pink #E184B6
RGB
CMYK
RGB Variations
Color information
#E184B6 (or 0xE184B6) is known color: Persian Pink. HEX triplet: E1, 84 and B6. RGB value is (225,132,182). Sum of RGB (Red+Green+Blue) = 225+132+182=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 182 (71.48% from 255 or 33.77% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E184B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E184B6 is #1E7B49. Grayscale: #A5A5A5. Windows color (decimal): -1997642 or 11961569. OLE color: 11961569.
HSL color Cylindrical-coordinate representation of color #E184B6: hue angle of 327.74º 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 #E184B6 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 182 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.12 |
| HSL | 327.74º | 0.61% | 0.7% | - |
| HSV(B) | 327.74º | 0.41% | 0.88% | - |
| XYZ | 47.75 | 35.89 | 48.67 | - |
| YUV | 165.51 | 137.31 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 182 | 0 | 0.41 | 0.19 | 0.12 | 327.74 | 0.61 | 0.7 |
| Hex | E1 | 84 | B6 | 0 | 29 | 13 | C | 148 | 3D | 46 |
| Octal | 341 | 204 | 266 | 0 | 51 | 23 | 14 | 510 | 75 | 106 |
| Binary | 11100001 | 10000100 | 10110110 | 0 | 101001 | 10011 | 1100 | 101001000 | 111101 | 1000110 |
Color Harmonies of #E184B6
Complementary color
Monochromatic Colors of #E184B6
Black with #E184B6
Text Example
Text Example
White with #E184B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E184B6; }
p { color: rgb(225,132,182); }
H1.HeaderClassName
{
color: #E184B6;
}
.AnyTagClassName
{
color: #E184B6;
}
</style>
background-color css
<style>
a { background-color: #E184B6; }
a { background-color: rgb(225,132,182); }
div.DivClassName
{
background-color: #E184B6;
}
.BgClassName
{
background-color: #E184B6;
}
</style>
border-color css
<style>
span { border-color: #E184B6; }
span { border-color: rgb(225,132,182); }
td.TdClassName
{
border-color: #E184B6;
}
.TagClassName
{
border-color: #E184B6;
}
</style>