Shades of Persian Pink #E16CBC
Tints of Persian Pink #E16CBC
RGB
CMYK
RGB Variations
Color information
#E16CBC (or 0xE16CBC) is known color: Persian Pink. HEX triplet: E1, 6C and BC. RGB value is (225,108,188). Sum of RGB (Red+Green+Blue) = 225+108+188=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CBC is #1E9343. Grayscale: #979797. Windows color (decimal): -2003780 or 12348641. OLE color: 12348641.
HSL color Cylindrical-coordinate representation of color #E16CBC: hue angle of 318.97º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16CBC is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 188 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.12 |
| HSL | 318.97º | 0.66% | 0.65% | - |
| HSV(B) | 318.97º | 0.52% | 0.88% | - |
| XYZ | 45.49 | 30.36 | 51.04 | - |
| YUV | 152.1 | 148.26 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 188 | 0 | 0.52 | 0.16 | 0.12 | 318.97 | 0.66 | 0.65 |
| Hex | E1 | 6C | BC | 0 | 34 | 10 | C | 13F | 42 | 41 |
| Octal | 341 | 154 | 274 | 0 | 64 | 20 | 14 | 477 | 102 | 101 |
| Binary | 11100001 | 1101100 | 10111100 | 0 | 110100 | 10000 | 1100 | 100111111 | 1000010 | 1000001 |
Color Harmonies of #E16CBC
Complementary color
Monochromatic Colors of #E16CBC
Black with #E16CBC
Text Example
Text Example
White with #E16CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16CBC; }
p { color: rgb(225,108,188); }
H1.HeaderClassName
{
color: #E16CBC;
}
.AnyTagClassName
{
color: #E16CBC;
}
</style>
background-color css
<style>
a { background-color: #E16CBC; }
a { background-color: rgb(225,108,188); }
div.DivClassName
{
background-color: #E16CBC;
}
.BgClassName
{
background-color: #E16CBC;
}
</style>
border-color css
<style>
span { border-color: #E16CBC; }
span { border-color: rgb(225,108,188); }
td.TdClassName
{
border-color: #E16CBC;
}
.TagClassName
{
border-color: #E16CBC;
}
</style>