Shades of Persian Pink #E66DBC
Tints of Persian Pink #E66DBC
RGB
CMYK
RGB Variations
Color information
#E66DBC (or 0xE66DBC) is known color: Persian Pink. HEX triplet: E6, 6D and BC. RGB value is (230,109,188). Sum of RGB (Red+Green+Blue) = 230+109+188=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DBC is #199243. Grayscale: #999999. Windows color (decimal): -1675844 or 12348902. OLE color: 12348902.
HSL color Cylindrical-coordinate representation of color #E66DBC: hue angle of 320.83º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66DBC is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 188 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.10 |
| HSL | 320.83º | 0.71% | 0.66% | - |
| HSV(B) | 320.83º | 0.53% | 0.9% | - |
| XYZ | 47.18 | 31.39 | 51.15 | - |
| YUV | 154.19 | 147.09 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 188 | 0 | 0.53 | 0.18 | 0.10 | 320.83 | 0.71 | 0.66 |
| Hex | E6 | 6D | BC | 0 | 35 | 12 | A | 141 | 47 | 42 |
| Octal | 346 | 155 | 274 | 0 | 65 | 22 | 12 | 501 | 107 | 102 |
| Binary | 11100110 | 1101101 | 10111100 | 0 | 110101 | 10010 | 1010 | 101000001 | 1000111 | 1000010 |
Color Harmonies of #E66DBC
Complementary color
Monochromatic Colors of #E66DBC
Black with #E66DBC
Text Example
Text Example
White with #E66DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66DBC; }
p { color: rgb(230,109,188); }
H1.HeaderClassName
{
color: #E66DBC;
}
.AnyTagClassName
{
color: #E66DBC;
}
</style>
background-color css
<style>
a { background-color: #E66DBC; }
a { background-color: rgb(230,109,188); }
div.DivClassName
{
background-color: #E66DBC;
}
.BgClassName
{
background-color: #E66DBC;
}
</style>
border-color css
<style>
span { border-color: #E66DBC; }
span { border-color: rgb(230,109,188); }
td.TdClassName
{
border-color: #E66DBC;
}
.TagClassName
{
border-color: #E66DBC;
}
</style>