Shades of Persian Pink #E16EB6
Tints of Persian Pink #E16EB6
RGB
CMYK
RGB Variations
Color information
#E16EB6 (or 0xE16EB6) is known color: Persian Pink. HEX triplet: E1, 6E and B6. RGB value is (225,110,182). Sum of RGB (Red+Green+Blue) = 225+110+182=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E16EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16EB6 is #1E9149. Grayscale: #989898. Windows color (decimal): -2003274 or 11955937. OLE color: 11955937.
HSL color Cylindrical-coordinate representation of color #E16EB6: hue angle of 322.43º 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 #E16EB6 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 110 | 182 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.12 |
| HSL | 322.43º | 0.66% | 0.66% | - |
| HSV(B) | 322.43º | 0.51% | 0.88% | - |
| XYZ | 45.07 | 30.54 | 47.77 | - |
| YUV | 152.59 | 144.6 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 182 | 0 | 0.51 | 0.19 | 0.12 | 322.43 | 0.66 | 0.66 |
| Hex | E1 | 6E | B6 | 0 | 33 | 13 | C | 142 | 42 | 42 |
| Octal | 341 | 156 | 266 | 0 | 63 | 23 | 14 | 502 | 102 | 102 |
| Binary | 11100001 | 1101110 | 10110110 | 0 | 110011 | 10011 | 1100 | 101000010 | 1000010 | 1000010 |
Color Harmonies of #E16EB6
Complementary color
Monochromatic Colors of #E16EB6
Black with #E16EB6
Text Example
Text Example
White with #E16EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16EB6; }
p { color: rgb(225,110,182); }
H1.HeaderClassName
{
color: #E16EB6;
}
.AnyTagClassName
{
color: #E16EB6;
}
</style>
background-color css
<style>
a { background-color: #E16EB6; }
a { background-color: rgb(225,110,182); }
div.DivClassName
{
background-color: #E16EB6;
}
.BgClassName
{
background-color: #E16EB6;
}
</style>
border-color css
<style>
span { border-color: #E16EB6; }
span { border-color: rgb(225,110,182); }
td.TdClassName
{
border-color: #E16EB6;
}
.TagClassName
{
border-color: #E16EB6;
}
</style>