Shades of Persian Pink #E66DB9
Tints of Persian Pink #E66DB9
RGB
CMYK
RGB Variations
Color information
#E66DB9 (or 0xE66DB9) is known color: Persian Pink. HEX triplet: E6, 6D and B9. RGB value is (230,109,185). Sum of RGB (Red+Green+Blue) = 230+109+185=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DB9 is #199246. Grayscale: #999999. Windows color (decimal): -1675847 or 12152294. OLE color: 12152294.
HSL color Cylindrical-coordinate representation of color #E66DB9: hue angle of 322.31º 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 #E66DB9 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 185 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.10 |
| HSL | 322.31º | 0.71% | 0.66% | - |
| HSV(B) | 322.31º | 0.53% | 0.9% | - |
| XYZ | 46.86 | 31.26 | 49.46 | - |
| YUV | 153.84 | 145.59 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 185 | 0 | 0.53 | 0.20 | 0.10 | 322.31 | 0.71 | 0.66 |
| Hex | E6 | 6D | B9 | 0 | 35 | 14 | A | 142 | 47 | 42 |
| Octal | 346 | 155 | 271 | 0 | 65 | 24 | 12 | 502 | 107 | 102 |
| Binary | 11100110 | 1101101 | 10111001 | 0 | 110101 | 10100 | 1010 | 101000010 | 1000111 | 1000010 |
Color Harmonies of #E66DB9
Complementary color
Monochromatic Colors of #E66DB9
Black with #E66DB9
Text Example
Text Example
White with #E66DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66DB9; }
p { color: rgb(230,109,185); }
H1.HeaderClassName
{
color: #E66DB9;
}
.AnyTagClassName
{
color: #E66DB9;
}
</style>
background-color css
<style>
a { background-color: #E66DB9; }
a { background-color: rgb(230,109,185); }
div.DivClassName
{
background-color: #E66DB9;
}
.BgClassName
{
background-color: #E66DB9;
}
</style>
border-color css
<style>
span { border-color: #E66DB9; }
span { border-color: rgb(230,109,185); }
td.TdClassName
{
border-color: #E66DB9;
}
.TagClassName
{
border-color: #E66DB9;
}
</style>