Shades of Persian Pink #E16EB2
Tints of Persian Pink #E16EB2
RGB
CMYK
RGB Variations
Color information
#E16EB2 (or 0xE16EB2) is known color: Persian Pink. HEX triplet: E1, 6E and B2. RGB value is (225,110,178). Sum of RGB (Red+Green+Blue) = 225+110+178=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E16EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16EB2 is #1E914D. Grayscale: #979797. Windows color (decimal): -2003278 or 11693793. OLE color: 11693793.
HSL color Cylindrical-coordinate representation of color #E16EB2: hue angle of 324.52º 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 #E16EB2 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 110 | 178 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.12 |
| HSL | 324.52º | 0.66% | 0.66% | - |
| HSV(B) | 324.52º | 0.51% | 0.88% | - |
| XYZ | 44.66 | 30.37 | 45.63 | - |
| YUV | 152.14 | 142.6 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 178 | 0 | 0.51 | 0.21 | 0.12 | 324.52 | 0.66 | 0.66 |
| Hex | E1 | 6E | B2 | 0 | 33 | 15 | C | 145 | 42 | 42 |
| Octal | 341 | 156 | 262 | 0 | 63 | 25 | 14 | 505 | 102 | 102 |
| Binary | 11100001 | 1101110 | 10110010 | 0 | 110011 | 10101 | 1100 | 101000101 | 1000010 | 1000010 |
Color Harmonies of #E16EB2
Complementary color
Monochromatic Colors of #E16EB2
Black with #E16EB2
Text Example
Text Example
White with #E16EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16EB2; }
p { color: rgb(225,110,178); }
H1.HeaderClassName
{
color: #E16EB2;
}
.AnyTagClassName
{
color: #E16EB2;
}
</style>
background-color css
<style>
a { background-color: #E16EB2; }
a { background-color: rgb(225,110,178); }
div.DivClassName
{
background-color: #E16EB2;
}
.BgClassName
{
background-color: #E16EB2;
}
</style>
border-color css
<style>
span { border-color: #E16EB2; }
span { border-color: rgb(225,110,178); }
td.TdClassName
{
border-color: #E16EB2;
}
.TagClassName
{
border-color: #E16EB2;
}
</style>