Shades of Persian Pink #E181BD
Tints of Persian Pink #E181BD
RGB
CMYK
RGB Variations
Color information
#E181BD (or 0xE181BD) is known color: Persian Pink. HEX triplet: E1, 81 and BD. RGB value is (225,129,189). Sum of RGB (Red+Green+Blue) = 225+129+189=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E181BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181BD is #1E7E42. Grayscale: #A4A4A4. Windows color (decimal): -1998403 or 12419553. OLE color: 12419553.
HSL color Cylindrical-coordinate representation of color #E181BD: hue angle of 322.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 #E181BD is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 189 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.12 |
| HSL | 322.5º | 0.62% | 0.69% | - |
| HSV(B) | 322.5º | 0.43% | 0.88% | - |
| XYZ | 48.09 | 35.38 | 52.44 | - |
| YUV | 164.54 | 141.8 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 189 | 0 | 0.43 | 0.16 | 0.12 | 322.5 | 0.62 | 0.69 |
| Hex | E1 | 81 | BD | 0 | 2B | 10 | C | 142 | 3E | 45 |
| Octal | 341 | 201 | 275 | 0 | 53 | 20 | 14 | 502 | 76 | 105 |
| Binary | 11100001 | 10000001 | 10111101 | 0 | 101011 | 10000 | 1100 | 101000010 | 111110 | 1000101 |
Color Harmonies of #E181BD
Complementary color
Monochromatic Colors of #E181BD
Black with #E181BD
Text Example
Text Example
White with #E181BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E181BD; }
p { color: rgb(225,129,189); }
H1.HeaderClassName
{
color: #E181BD;
}
.AnyTagClassName
{
color: #E181BD;
}
</style>
background-color css
<style>
a { background-color: #E181BD; }
a { background-color: rgb(225,129,189); }
div.DivClassName
{
background-color: #E181BD;
}
.BgClassName
{
background-color: #E181BD;
}
</style>
border-color css
<style>
span { border-color: #E181BD; }
span { border-color: rgb(225,129,189); }
td.TdClassName
{
border-color: #E181BD;
}
.TagClassName
{
border-color: #E181BD;
}
</style>