Shades of Persian Pink #E181B5
Tints of Persian Pink #E181B5
RGB
CMYK
RGB Variations
Color information
#E181B5 (or 0xE181B5) is known color: Persian Pink. HEX triplet: E1, 81 and B5. RGB value is (225,129,181). Sum of RGB (Red+Green+Blue) = 225+129+181=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E181B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181B5 is #1E7E4A. Grayscale: #A3A3A3. Windows color (decimal): -1998411 or 11895265. OLE color: 11895265.
HSL color Cylindrical-coordinate representation of color #E181B5: hue angle of 327.5º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E181B5 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 181 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.12 |
| HSL | 327.5º | 0.62% | 0.69% | - |
| HSV(B) | 327.5º | 0.43% | 0.88% | - |
| XYZ | 47.24 | 35.04 | 47.99 | - |
| YUV | 163.63 | 137.8 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 181 | 0 | 0.43 | 0.20 | 0.12 | 327.5 | 0.62 | 0.69 |
| Hex | E1 | 81 | B5 | 0 | 2B | 14 | C | 148 | 3E | 45 |
| Octal | 341 | 201 | 265 | 0 | 53 | 24 | 14 | 510 | 76 | 105 |
| Binary | 11100001 | 10000001 | 10110101 | 0 | 101011 | 10100 | 1100 | 101001000 | 111110 | 1000101 |
Color Harmonies of #E181B5
Complementary color
Monochromatic Colors of #E181B5
Black with #E181B5
Text Example
Text Example
White with #E181B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E181B5; }
p { color: rgb(225,129,181); }
H1.HeaderClassName
{
color: #E181B5;
}
.AnyTagClassName
{
color: #E181B5;
}
</style>
background-color css
<style>
a { background-color: #E181B5; }
a { background-color: rgb(225,129,181); }
div.DivClassName
{
background-color: #E181B5;
}
.BgClassName
{
background-color: #E181B5;
}
</style>
border-color css
<style>
span { border-color: #E181B5; }
span { border-color: rgb(225,129,181); }
td.TdClassName
{
border-color: #E181B5;
}
.TagClassName
{
border-color: #E181B5;
}
</style>