Shades of Persian Pink #E182B3
Tints of Persian Pink #E182B3
RGB
CMYK
RGB Variations
Color information
#E182B3 (or 0xE182B3) is known color: Persian Pink. HEX triplet: E1, 82 and B3. RGB value is (225,130,179). Sum of RGB (Red+Green+Blue) = 225+130+179=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E182B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182B3 is #1E7D4C. Grayscale: #A3A3A3. Windows color (decimal): -1998157 or 11764449. OLE color: 11764449.
HSL color Cylindrical-coordinate representation of color #E182B3: hue angle of 329.05º 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 #E182B3 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 179 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.12 |
| HSL | 329.05º | 0.61% | 0.7% | - |
| HSV(B) | 329.05º | 0.42% | 0.88% | - |
| XYZ | 47.17 | 35.23 | 46.96 | - |
| YUV | 163.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 179 | 0 | 0.42 | 0.20 | 0.12 | 329.05 | 0.61 | 0.7 |
| Hex | E1 | 82 | B3 | 0 | 2A | 14 | C | 149 | 3D | 46 |
| Octal | 341 | 202 | 263 | 0 | 52 | 24 | 14 | 511 | 75 | 106 |
| Binary | 11100001 | 10000010 | 10110011 | 0 | 101010 | 10100 | 1100 | 101001001 | 111101 | 1000110 |
Color Harmonies of #E182B3
Complementary color
Monochromatic Colors of #E182B3
Black with #E182B3
Text Example
Text Example
White with #E182B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E182B3; }
p { color: rgb(225,130,179); }
H1.HeaderClassName
{
color: #E182B3;
}
.AnyTagClassName
{
color: #E182B3;
}
</style>
background-color css
<style>
a { background-color: #E182B3; }
a { background-color: rgb(225,130,179); }
div.DivClassName
{
background-color: #E182B3;
}
.BgClassName
{
background-color: #E182B3;
}
</style>
border-color css
<style>
span { border-color: #E182B3; }
span { border-color: rgb(225,130,179); }
td.TdClassName
{
border-color: #E182B3;
}
.TagClassName
{
border-color: #E182B3;
}
</style>