Shades of Persian Pink #E16EBA
Tints of Persian Pink #E16EBA
RGB
CMYK
RGB Variations
Color information
#E16EBA (or 0xE16EBA) is known color: Persian Pink. HEX triplet: E1, 6E and BA. RGB value is (225,110,186). Sum of RGB (Red+Green+Blue) = 225+110+186=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E16EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16EBA is #1E9145. Grayscale: #989898. Windows color (decimal): -2003270 or 12218081. OLE color: 12218081.
HSL color Cylindrical-coordinate representation of color #E16EBA: hue angle of 320.35º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E16EBA is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 110 | 186 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.12 |
| HSL | 320.35º | 0.66% | 0.66% | - |
| HSV(B) | 320.35º | 0.51% | 0.88% | - |
| XYZ | 45.49 | 30.7 | 49.98 | - |
| YUV | 153.05 | 146.6 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 186 | 0 | 0.51 | 0.17 | 0.12 | 320.35 | 0.66 | 0.66 |
| Hex | E1 | 6E | BA | 0 | 33 | 11 | C | 140 | 42 | 42 |
| Octal | 341 | 156 | 272 | 0 | 63 | 21 | 14 | 500 | 102 | 102 |
| Binary | 11100001 | 1101110 | 10111010 | 0 | 110011 | 10001 | 1100 | 101000000 | 1000010 | 1000010 |
Color Harmonies of #E16EBA
Complementary color
Monochromatic Colors of #E16EBA
Black with #E16EBA
Text Example
Text Example
White with #E16EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16EBA; }
p { color: rgb(225,110,186); }
H1.HeaderClassName
{
color: #E16EBA;
}
.AnyTagClassName
{
color: #E16EBA;
}
</style>
background-color css
<style>
a { background-color: #E16EBA; }
a { background-color: rgb(225,110,186); }
div.DivClassName
{
background-color: #E16EBA;
}
.BgClassName
{
background-color: #E16EBA;
}
</style>
border-color css
<style>
span { border-color: #E16EBA; }
span { border-color: rgb(225,110,186); }
td.TdClassName
{
border-color: #E16EBA;
}
.TagClassName
{
border-color: #E16EBA;
}
</style>