Shades of Persian Pink #E182B7
Tints of Persian Pink #E182B7
RGB
CMYK
RGB Variations
Color information
#E182B7 (or 0xE182B7) is known color: Persian Pink. HEX triplet: E1, 82 and B7. RGB value is (225,130,183). Sum of RGB (Red+Green+Blue) = 225+130+183=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E182B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182B7 is #1E7D48. Grayscale: #A4A4A4. Windows color (decimal): -1998153 or 12026593. OLE color: 12026593.
HSL color Cylindrical-coordinate representation of color #E182B7: hue angle of 326.53º 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 #E182B7 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 183 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.12 |
| HSL | 326.53º | 0.61% | 0.7% | - |
| HSV(B) | 326.53º | 0.42% | 0.88% | - |
| XYZ | 47.58 | 35.39 | 49.12 | - |
| YUV | 164.45 | 138.47 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 183 | 0 | 0.42 | 0.19 | 0.12 | 326.53 | 0.61 | 0.7 |
| Hex | E1 | 82 | B7 | 0 | 2A | 13 | C | 147 | 3D | 46 |
| Octal | 341 | 202 | 267 | 0 | 52 | 23 | 14 | 507 | 75 | 106 |
| Binary | 11100001 | 10000010 | 10110111 | 0 | 101010 | 10011 | 1100 | 101000111 | 111101 | 1000110 |
Color Harmonies of #E182B7
Complementary color
Monochromatic Colors of #E182B7
Black with #E182B7
Text Example
Text Example
White with #E182B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E182B7; }
p { color: rgb(225,130,183); }
H1.HeaderClassName
{
color: #E182B7;
}
.AnyTagClassName
{
color: #E182B7;
}
</style>
background-color css
<style>
a { background-color: #E182B7; }
a { background-color: rgb(225,130,183); }
div.DivClassName
{
background-color: #E182B7;
}
.BgClassName
{
background-color: #E182B7;
}
</style>
border-color css
<style>
span { border-color: #E182B7; }
span { border-color: rgb(225,130,183); }
td.TdClassName
{
border-color: #E182B7;
}
.TagClassName
{
border-color: #E182B7;
}
</style>