Shades of Persian Pink #E16DBB
Tints of Persian Pink #E16DBB
RGB
CMYK
RGB Variations
Color information
#E16DBB (or 0xE16DBB) is known color: Persian Pink. HEX triplet: E1, 6D and BB. RGB value is (225,109,187). Sum of RGB (Red+Green+Blue) = 225+109+187=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DBB is #1E9244. Grayscale: #989898. Windows color (decimal): -2003525 or 12283361. OLE color: 12283361.
HSL color Cylindrical-coordinate representation of color #E16DBB: hue angle of 319.66º 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 #E16DBB is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 109 | 187 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.12 |
| HSL | 319.66º | 0.66% | 0.65% | - |
| HSV(B) | 319.66º | 0.52% | 0.88% | - |
| XYZ | 45.49 | 30.53 | 50.51 | - |
| YUV | 152.58 | 147.43 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 187 | 0 | 0.52 | 0.17 | 0.12 | 319.66 | 0.66 | 0.65 |
| Hex | E1 | 6D | BB | 0 | 34 | 11 | C | 140 | 42 | 41 |
| Octal | 341 | 155 | 273 | 0 | 64 | 21 | 14 | 500 | 102 | 101 |
| Binary | 11100001 | 1101101 | 10111011 | 0 | 110100 | 10001 | 1100 | 101000000 | 1000010 | 1000001 |
Color Harmonies of #E16DBB
Complementary color
Monochromatic Colors of #E16DBB
Black with #E16DBB
Text Example
Text Example
White with #E16DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16DBB; }
p { color: rgb(225,109,187); }
H1.HeaderClassName
{
color: #E16DBB;
}
.AnyTagClassName
{
color: #E16DBB;
}
</style>
background-color css
<style>
a { background-color: #E16DBB; }
a { background-color: rgb(225,109,187); }
div.DivClassName
{
background-color: #E16DBB;
}
.BgClassName
{
background-color: #E16DBB;
}
</style>
border-color css
<style>
span { border-color: #E16DBB; }
span { border-color: rgb(225,109,187); }
td.TdClassName
{
border-color: #E16DBB;
}
.TagClassName
{
border-color: #E16DBB;
}
</style>