Shades of Persian Pink #E080BB
Tints of Persian Pink #E080BB
RGB
CMYK
RGB Variations
Color information
#E080BB (or 0xE080BB) is known color: Persian Pink. HEX triplet: E0, 80 and BB. RGB value is (224,128,187). Sum of RGB (Red+Green+Blue) = 224+128+187=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E080BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080BB is #1F7F44. Grayscale: #A3A3A3. Windows color (decimal): -2064197 or 12288224. OLE color: 12288224.
HSL color Cylindrical-coordinate representation of color #E080BB: hue angle of 323.12º 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 #E080BB is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 187 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.12 |
| HSL | 323.13º | 0.61% | 0.69% | - |
| HSV(B) | 323.13º | 0.43% | 0.88% | - |
| XYZ | 47.43 | 34.87 | 51.25 | - |
| YUV | 163.43 | 141.3 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 187 | 0 | 0.43 | 0.17 | 0.12 | 323.13 | 0.61 | 0.69 |
| Hex | E0 | 80 | BB | 0 | 2B | 11 | C | 143 | 3D | 45 |
| Octal | 340 | 200 | 273 | 0 | 53 | 21 | 14 | 503 | 75 | 105 |
| Binary | 11100000 | 10000000 | 10111011 | 0 | 101011 | 10001 | 1100 | 101000011 | 111101 | 1000101 |
Color Harmonies of #E080BB
Complementary color
Monochromatic Colors of #E080BB
Black with #E080BB
Text Example
Text Example
White with #E080BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080BB; }
p { color: rgb(224,128,187); }
H1.HeaderClassName
{
color: #E080BB;
}
.AnyTagClassName
{
color: #E080BB;
}
</style>
background-color css
<style>
a { background-color: #E080BB; }
a { background-color: rgb(224,128,187); }
div.DivClassName
{
background-color: #E080BB;
}
.BgClassName
{
background-color: #E080BB;
}
</style>
border-color css
<style>
span { border-color: #E080BB; }
span { border-color: rgb(224,128,187); }
td.TdClassName
{
border-color: #E080BB;
}
.TagClassName
{
border-color: #E080BB;
}
</style>