Shades of Persian Pink #E084BC
Tints of Persian Pink #E084BC
RGB
CMYK
RGB Variations
Color information
#E084BC (or 0xE084BC) is known color: Persian Pink. HEX triplet: E0, 84 and BC. RGB value is (224,132,188). Sum of RGB (Red+Green+Blue) = 224+132+188=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 132 (51.95% from 255 or 24.26% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E084BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E084BC is #1F7B43. Grayscale: #A5A5A5. Windows color (decimal): -2063172 or 12354784. OLE color: 12354784.
HSL color Cylindrical-coordinate representation of color #E084BC: hue angle of 323.48º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E084BC is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 188 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.12 |
| HSL | 323.48º | 0.6% | 0.7% | - |
| HSV(B) | 323.48º | 0.41% | 0.88% | - |
| XYZ | 48.07 | 35.98 | 51.99 | - |
| YUV | 165.89 | 140.48 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 188 | 0 | 0.41 | 0.16 | 0.12 | 323.48 | 0.6 | 0.7 |
| Hex | E0 | 84 | BC | 0 | 29 | 10 | C | 143 | 3C | 46 |
| Octal | 340 | 204 | 274 | 0 | 51 | 20 | 14 | 503 | 74 | 106 |
| Binary | 11100000 | 10000100 | 10111100 | 0 | 101001 | 10000 | 1100 | 101000011 | 111100 | 1000110 |
Color Harmonies of #E084BC
Complementary color
Monochromatic Colors of #E084BC
Black with #E084BC
Text Example
Text Example
White with #E084BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E084BC; }
p { color: rgb(224,132,188); }
H1.HeaderClassName
{
color: #E084BC;
}
.AnyTagClassName
{
color: #E084BC;
}
</style>
background-color css
<style>
a { background-color: #E084BC; }
a { background-color: rgb(224,132,188); }
div.DivClassName
{
background-color: #E084BC;
}
.BgClassName
{
background-color: #E084BC;
}
</style>
border-color css
<style>
span { border-color: #E084BC; }
span { border-color: rgb(224,132,188); }
td.TdClassName
{
border-color: #E084BC;
}
.TagClassName
{
border-color: #E084BC;
}
</style>