Shades of Persian Pink #E182B5
Tints of Persian Pink #E182B5
RGB
CMYK
RGB Variations
Color information
#E182B5 (or 0xE182B5) is known color: Persian Pink. HEX triplet: E1, 82 and B5. RGB value is (225,130,181). Sum of RGB (Red+Green+Blue) = 225+130+181=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E182B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182B5 is #1E7D4A. Grayscale: #A4A4A4. Windows color (decimal): -1998155 or 11895521. OLE color: 11895521.
HSL color Cylindrical-coordinate representation of color #E182B5: hue angle of 327.79º 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 #E182B5 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 181 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.12 |
| HSL | 327.79º | 0.61% | 0.7% | - |
| HSV(B) | 327.79º | 0.42% | 0.88% | - |
| XYZ | 47.37 | 35.31 | 48.03 | - |
| YUV | 164.22 | 137.47 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 181 | 0 | 0.42 | 0.20 | 0.12 | 327.79 | 0.61 | 0.7 |
| Hex | E1 | 82 | B5 | 0 | 2A | 14 | C | 148 | 3D | 46 |
| Octal | 341 | 202 | 265 | 0 | 52 | 24 | 14 | 510 | 75 | 106 |
| Binary | 11100001 | 10000010 | 10110101 | 0 | 101010 | 10100 | 1100 | 101001000 | 111101 | 1000110 |
Color Harmonies of #E182B5
Complementary color
Monochromatic Colors of #E182B5
Black with #E182B5
Text Example
Text Example
White with #E182B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E182B5; }
p { color: rgb(225,130,181); }
H1.HeaderClassName
{
color: #E182B5;
}
.AnyTagClassName
{
color: #E182B5;
}
</style>
background-color css
<style>
a { background-color: #E182B5; }
a { background-color: rgb(225,130,181); }
div.DivClassName
{
background-color: #E182B5;
}
.BgClassName
{
background-color: #E182B5;
}
</style>
border-color css
<style>
span { border-color: #E182B5; }
span { border-color: rgb(225,130,181); }
td.TdClassName
{
border-color: #E182B5;
}
.TagClassName
{
border-color: #E182B5;
}
</style>