Shades of Persian Pink #E080B2
Tints of Persian Pink #E080B2
RGB
CMYK
RGB Variations
Color information
#E080B2 (or 0xE080B2) is known color: Persian Pink. HEX triplet: E0, 80 and B2. RGB value is (224,128,178). Sum of RGB (Red+Green+Blue) = 224+128+178=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E080B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E080B2 is #1F7F4D. Grayscale: #A2A2A2. Windows color (decimal): -2064206 or 11698400. OLE color: 11698400.
HSL color Cylindrical-coordinate representation of color #E080B2: hue angle of 328.75º 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 #E080B2 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 178 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.12 |
| HSL | 328.75º | 0.61% | 0.69% | - |
| HSV(B) | 328.75º | 0.43% | 0.88% | - |
| XYZ | 46.5 | 34.5 | 46.33 | - |
| YUV | 162.4 | 136.8 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 178 | 0 | 0.43 | 0.21 | 0.12 | 328.75 | 0.61 | 0.69 |
| Hex | E0 | 80 | B2 | 0 | 2B | 15 | C | 149 | 3D | 45 |
| Octal | 340 | 200 | 262 | 0 | 53 | 25 | 14 | 511 | 75 | 105 |
| Binary | 11100000 | 10000000 | 10110010 | 0 | 101011 | 10101 | 1100 | 101001001 | 111101 | 1000101 |
Color Harmonies of #E080B2
Complementary color
Monochromatic Colors of #E080B2
Black with #E080B2
Text Example
Text Example
White with #E080B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080B2; }
p { color: rgb(224,128,178); }
H1.HeaderClassName
{
color: #E080B2;
}
.AnyTagClassName
{
color: #E080B2;
}
</style>
background-color css
<style>
a { background-color: #E080B2; }
a { background-color: rgb(224,128,178); }
div.DivClassName
{
background-color: #E080B2;
}
.BgClassName
{
background-color: #E080B2;
}
</style>
border-color css
<style>
span { border-color: #E080B2; }
span { border-color: rgb(224,128,178); }
td.TdClassName
{
border-color: #E080B2;
}
.TagClassName
{
border-color: #E080B2;
}
</style>