Shades of Persian Pink #E66DB8
Tints of Persian Pink #E66DB8
RGB
CMYK
RGB Variations
Color information
#E66DB8 (or 0xE66DB8) is known color: Persian Pink. HEX triplet: E6, 6D and B8. RGB value is (230,109,184). Sum of RGB (Red+Green+Blue) = 230+109+184=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DB8 is #199247. Grayscale: #999999. Windows color (decimal): -1675848 or 12086758. OLE color: 12086758.
HSL color Cylindrical-coordinate representation of color #E66DB8: hue angle of 322.81º 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 #E66DB8 is Cyan = 0, Magento = 0.53, Yellow = 0.2 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 184 | - |
| CMYK | 0 | 0.53 | 0.2 | 0.10 |
| HSL | 322.81º | 0.71% | 0.66% | - |
| HSV(B) | 322.81º | 0.53% | 0.9% | - |
| XYZ | 46.75 | 31.22 | 48.91 | - |
| YUV | 153.73 | 145.09 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 184 | 0 | 0.53 | 0.2 | 0.10 | 322.81 | 0.71 | 0.66 |
| Hex | E6 | 6D | B8 | 0 | 35 | 14 | A | 143 | 47 | 42 |
| Octal | 346 | 155 | 270 | 0 | 65 | 24 | 12 | 503 | 107 | 102 |
| Binary | 11100110 | 1101101 | 10111000 | 0 | 110101 | 10100 | 1010 | 101000011 | 1000111 | 1000010 |
Color Harmonies of #E66DB8
Complementary color
Monochromatic Colors of #E66DB8
Black with #E66DB8
Text Example
Text Example
White with #E66DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66DB8; }
p { color: rgb(230,109,184); }
H1.HeaderClassName
{
color: #E66DB8;
}
.AnyTagClassName
{
color: #E66DB8;
}
</style>
background-color css
<style>
a { background-color: #E66DB8; }
a { background-color: rgb(230,109,184); }
div.DivClassName
{
background-color: #E66DB8;
}
.BgClassName
{
background-color: #E66DB8;
}
</style>
border-color css
<style>
span { border-color: #E66DB8; }
span { border-color: rgb(230,109,184); }
td.TdClassName
{
border-color: #E66DB8;
}
.TagClassName
{
border-color: #E66DB8;
}
</style>