Shades of Persian Pink #E080B3
Tints of Persian Pink #E080B3
RGB
CMYK
RGB Variations
Color information
#E080B3 (or 0xE080B3) is known color: Persian Pink. HEX triplet: E0, 80 and B3. RGB value is (224,128,179). Sum of RGB (Red+Green+Blue) = 224+128+179=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 179 (70.31% from 255 or 33.71% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E080B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080B3 is #1F7F4C. Grayscale: #A2A2A2. Windows color (decimal): -2064205 or 11763936. OLE color: 11763936.
HSL color Cylindrical-coordinate representation of color #E080B3: hue angle of 328.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 #E080B3 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 179 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.12 |
| HSL | 328.13º | 0.61% | 0.69% | - |
| HSV(B) | 328.13º | 0.43% | 0.88% | - |
| XYZ | 46.6 | 34.54 | 46.86 | - |
| YUV | 162.52 | 137.3 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 179 | 0 | 0.43 | 0.20 | 0.12 | 328.13 | 0.61 | 0.69 |
| Hex | E0 | 80 | B3 | 0 | 2B | 14 | C | 148 | 3D | 45 |
| Octal | 340 | 200 | 263 | 0 | 53 | 24 | 14 | 510 | 75 | 105 |
| Binary | 11100000 | 10000000 | 10110011 | 0 | 101011 | 10100 | 1100 | 101001000 | 111101 | 1000101 |
Color Harmonies of #E080B3
Complementary color
Monochromatic Colors of #E080B3
Black with #E080B3
Text Example
Text Example
White with #E080B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080B3; }
p { color: rgb(224,128,179); }
H1.HeaderClassName
{
color: #E080B3;
}
.AnyTagClassName
{
color: #E080B3;
}
</style>
background-color css
<style>
a { background-color: #E080B3; }
a { background-color: rgb(224,128,179); }
div.DivClassName
{
background-color: #E080B3;
}
.BgClassName
{
background-color: #E080B3;
}
</style>
border-color css
<style>
span { border-color: #E080B3; }
span { border-color: rgb(224,128,179); }
td.TdClassName
{
border-color: #E080B3;
}
.TagClassName
{
border-color: #E080B3;
}
</style>