Shades of Persian Pink #E080B7
Tints of Persian Pink #E080B7
RGB
CMYK
RGB Variations
Color information
#E080B7 (or 0xE080B7) is known color: Persian Pink. HEX triplet: E0, 80 and B7. RGB value is (224,128,183). Sum of RGB (Red+Green+Blue) = 224+128+183=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 183 (71.88% from 255 or 34.21% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E080B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080B7 is #1F7F48. Grayscale: #A2A2A2. Windows color (decimal): -2064201 or 12026080. OLE color: 12026080.
HSL color Cylindrical-coordinate representation of color #E080B7: hue angle of 325.62º 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 #E080B7 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 183 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.12 |
| HSL | 325.63º | 0.61% | 0.69% | - |
| HSV(B) | 325.63º | 0.43% | 0.88% | - |
| XYZ | 47.01 | 34.7 | 49.02 | - |
| YUV | 162.97 | 139.3 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 183 | 0 | 0.43 | 0.18 | 0.12 | 325.63 | 0.61 | 0.69 |
| Hex | E0 | 80 | B7 | 0 | 2B | 12 | C | 146 | 3D | 45 |
| Octal | 340 | 200 | 267 | 0 | 53 | 22 | 14 | 506 | 75 | 105 |
| Binary | 11100000 | 10000000 | 10110111 | 0 | 101011 | 10010 | 1100 | 101000110 | 111101 | 1000101 |
Color Harmonies of #E080B7
Complementary color
Monochromatic Colors of #E080B7
Black with #E080B7
Text Example
Text Example
White with #E080B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080B7; }
p { color: rgb(224,128,183); }
H1.HeaderClassName
{
color: #E080B7;
}
.AnyTagClassName
{
color: #E080B7;
}
</style>
background-color css
<style>
a { background-color: #E080B7; }
a { background-color: rgb(224,128,183); }
div.DivClassName
{
background-color: #E080B7;
}
.BgClassName
{
background-color: #E080B7;
}
</style>
border-color css
<style>
span { border-color: #E080B7; }
span { border-color: rgb(224,128,183); }
td.TdClassName
{
border-color: #E080B7;
}
.TagClassName
{
border-color: #E080B7;
}
</style>