Shades of Persian Pink #E16DBD
Tints of Persian Pink #E16DBD
RGB
CMYK
RGB Variations
Color information
#E16DBD (or 0xE16DBD) is known color: Persian Pink. HEX triplet: E1, 6D and BD. RGB value is (225,109,189). Sum of RGB (Red+Green+Blue) = 225+109+189=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DBD is #1E9242. Grayscale: #989898. Windows color (decimal): -2003523 or 12414433. OLE color: 12414433.
HSL color Cylindrical-coordinate representation of color #E16DBD: hue angle of 318.62º 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 #E16DBD is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 109 | 189 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.12 |
| HSL | 318.62º | 0.66% | 0.65% | - |
| HSV(B) | 318.62º | 0.52% | 0.88% | - |
| XYZ | 45.71 | 30.62 | 51.65 | - |
| YUV | 152.8 | 148.43 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 189 | 0 | 0.52 | 0.16 | 0.12 | 318.62 | 0.66 | 0.65 |
| Hex | E1 | 6D | BD | 0 | 34 | 10 | C | 13F | 42 | 41 |
| Octal | 341 | 155 | 275 | 0 | 64 | 20 | 14 | 477 | 102 | 101 |
| Binary | 11100001 | 1101101 | 10111101 | 0 | 110100 | 10000 | 1100 | 100111111 | 1000010 | 1000001 |
Color Harmonies of #E16DBD
Complementary color
Monochromatic Colors of #E16DBD
Black with #E16DBD
Text Example
Text Example
White with #E16DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16DBD; }
p { color: rgb(225,109,189); }
H1.HeaderClassName
{
color: #E16DBD;
}
.AnyTagClassName
{
color: #E16DBD;
}
</style>
background-color css
<style>
a { background-color: #E16DBD; }
a { background-color: rgb(225,109,189); }
div.DivClassName
{
background-color: #E16DBD;
}
.BgClassName
{
background-color: #E16DBD;
}
</style>
border-color css
<style>
span { border-color: #E16DBD; }
span { border-color: rgb(225,109,189); }
td.TdClassName
{
border-color: #E16DBD;
}
.TagClassName
{
border-color: #E16DBD;
}
</style>