Shades of Persian Pink #E080B5
Tints of Persian Pink #E080B5
RGB
CMYK
RGB Variations
Color information
#E080B5 (or 0xE080B5) is known color: Persian Pink. HEX triplet: E0, 80 and B5. RGB value is (224,128,181). Sum of RGB (Red+Green+Blue) = 224+128+181=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E080B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080B5 is #1F7F4A. Grayscale: #A2A2A2. Windows color (decimal): -2064203 or 11895008. OLE color: 11895008.
HSL color Cylindrical-coordinate representation of color #E080B5: hue angle of 326.88º degrees, saturation: 0.61, 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 #E080B5 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 181 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.12 |
| HSL | 326.88º | 0.61% | 0.69% | - |
| HSV(B) | 326.88º | 0.43% | 0.88% | - |
| XYZ | 46.8 | 34.62 | 47.93 | - |
| YUV | 162.75 | 138.3 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 181 | 0 | 0.43 | 0.19 | 0.12 | 326.88 | 0.61 | 0.69 |
| Hex | E0 | 80 | B5 | 0 | 2B | 13 | C | 147 | 3D | 45 |
| Octal | 340 | 200 | 265 | 0 | 53 | 23 | 14 | 507 | 75 | 105 |
| Binary | 11100000 | 10000000 | 10110101 | 0 | 101011 | 10011 | 1100 | 101000111 | 111101 | 1000101 |
Color Harmonies of #E080B5
Complementary color
Monochromatic Colors of #E080B5
Black with #E080B5
Text Example
Text Example
White with #E080B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080B5; }
p { color: rgb(224,128,181); }
H1.HeaderClassName
{
color: #E080B5;
}
.AnyTagClassName
{
color: #E080B5;
}
</style>
background-color css
<style>
a { background-color: #E080B5; }
a { background-color: rgb(224,128,181); }
div.DivClassName
{
background-color: #E080B5;
}
.BgClassName
{
background-color: #E080B5;
}
</style>
border-color css
<style>
span { border-color: #E080B5; }
span { border-color: rgb(224,128,181); }
td.TdClassName
{
border-color: #E080B5;
}
.TagClassName
{
border-color: #E080B5;
}
</style>