Shades of Persian Pink #E181B2
Tints of Persian Pink #E181B2
RGB
CMYK
RGB Variations
Color information
#E181B2 (or 0xE181B2) is known color: Persian Pink. HEX triplet: E1, 81 and B2. RGB value is (225,129,178). Sum of RGB (Red+Green+Blue) = 225+129+178=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E181B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E181B2 is #1E7E4D. Grayscale: #A3A3A3. Windows color (decimal): -1998414 or 11698657. OLE color: 11698657.
HSL color Cylindrical-coordinate representation of color #E181B2: hue angle of 329.38º 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 #E181B2 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 178 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.12 |
| HSL | 329.38º | 0.62% | 0.69% | - |
| HSV(B) | 329.38º | 0.43% | 0.88% | - |
| XYZ | 46.94 | 34.92 | 46.39 | - |
| YUV | 163.29 | 136.3 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 178 | 0 | 0.43 | 0.21 | 0.12 | 329.38 | 0.62 | 0.69 |
| Hex | E1 | 81 | B2 | 0 | 2B | 15 | C | 149 | 3E | 45 |
| Octal | 341 | 201 | 262 | 0 | 53 | 25 | 14 | 511 | 76 | 105 |
| Binary | 11100001 | 10000001 | 10110010 | 0 | 101011 | 10101 | 1100 | 101001001 | 111110 | 1000101 |
Color Harmonies of #E181B2
Complementary color
Monochromatic Colors of #E181B2
Black with #E181B2
Text Example
Text Example
White with #E181B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E181B2; }
p { color: rgb(225,129,178); }
H1.HeaderClassName
{
color: #E181B2;
}
.AnyTagClassName
{
color: #E181B2;
}
</style>
background-color css
<style>
a { background-color: #E181B2; }
a { background-color: rgb(225,129,178); }
div.DivClassName
{
background-color: #E181B2;
}
.BgClassName
{
background-color: #E181B2;
}
</style>
border-color css
<style>
span { border-color: #E181B2; }
span { border-color: rgb(225,129,178); }
td.TdClassName
{
border-color: #E181B2;
}
.TagClassName
{
border-color: #E181B2;
}
</style>