Shades of Persian Pink #E16BBA
Tints of Persian Pink #E16BBA
RGB
CMYK
RGB Variations
Color information
#E16BBA (or 0xE16BBA) is known color: Persian Pink. HEX triplet: E1, 6B and BA. RGB value is (225,107,186). Sum of RGB (Red+Green+Blue) = 225+107+186=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BBA is #1E9445. Grayscale: #979797. Windows color (decimal): -2004038 or 12217313. OLE color: 12217313.
HSL color Cylindrical-coordinate representation of color #E16BBA: hue angle of 319.83º 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 #E16BBA is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 186 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.12 |
| HSL | 319.83º | 0.66% | 0.65% | - |
| HSV(B) | 319.83º | 0.52% | 0.88% | - |
| XYZ | 45.17 | 30.07 | 49.88 | - |
| YUV | 151.29 | 147.59 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 186 | 0 | 0.52 | 0.17 | 0.12 | 319.83 | 0.66 | 0.65 |
| Hex | E1 | 6B | BA | 0 | 34 | 11 | C | 140 | 42 | 41 |
| Octal | 341 | 153 | 272 | 0 | 64 | 21 | 14 | 500 | 102 | 101 |
| Binary | 11100001 | 1101011 | 10111010 | 0 | 110100 | 10001 | 1100 | 101000000 | 1000010 | 1000001 |
Color Harmonies of #E16BBA
Complementary color
Monochromatic Colors of #E16BBA
Black with #E16BBA
Text Example
Text Example
White with #E16BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16BBA; }
p { color: rgb(225,107,186); }
H1.HeaderClassName
{
color: #E16BBA;
}
.AnyTagClassName
{
color: #E16BBA;
}
</style>
background-color css
<style>
a { background-color: #E16BBA; }
a { background-color: rgb(225,107,186); }
div.DivClassName
{
background-color: #E16BBA;
}
.BgClassName
{
background-color: #E16BBA;
}
</style>
border-color css
<style>
span { border-color: #E16BBA; }
span { border-color: rgb(225,107,186); }
td.TdClassName
{
border-color: #E16BBA;
}
.TagClassName
{
border-color: #E16BBA;
}
</style>