Shades of Persian Pink #E06EB8
Tints of Persian Pink #E06EB8
RGB
CMYK
RGB Variations
Color information
#E06EB8 (or 0xE06EB8) is known color: Persian Pink. HEX triplet: E0, 6E and B8. RGB value is (224,110,184). Sum of RGB (Red+Green+Blue) = 224+110+184=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E06EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06EB8 is #1F9147. Grayscale: #989898. Windows color (decimal): -2068808 or 12087008. OLE color: 12087008.
HSL color Cylindrical-coordinate representation of color #E06EB8: hue angle of 321.05º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06EB8 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 184 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.12 |
| HSL | 321.05º | 0.65% | 0.65% | - |
| HSV(B) | 321.05º | 0.51% | 0.88% | - |
| XYZ | 44.97 | 30.46 | 48.86 | - |
| YUV | 152.52 | 145.77 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 184 | 0 | 0.51 | 0.18 | 0.12 | 321.05 | 0.65 | 0.65 |
| Hex | E0 | 6E | B8 | 0 | 33 | 12 | C | 141 | 41 | 41 |
| Octal | 340 | 156 | 270 | 0 | 63 | 22 | 14 | 501 | 101 | 101 |
| Binary | 11100000 | 1101110 | 10111000 | 0 | 110011 | 10010 | 1100 | 101000001 | 1000001 | 1000001 |
Color Harmonies of #E06EB8
Complementary color
Monochromatic Colors of #E06EB8
Black with #E06EB8
Text Example
Text Example
White with #E06EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06EB8; }
p { color: rgb(224,110,184); }
H1.HeaderClassName
{
color: #E06EB8;
}
.AnyTagClassName
{
color: #E06EB8;
}
</style>
background-color css
<style>
a { background-color: #E06EB8; }
a { background-color: rgb(224,110,184); }
div.DivClassName
{
background-color: #E06EB8;
}
.BgClassName
{
background-color: #E06EB8;
}
</style>
border-color css
<style>
span { border-color: #E06EB8; }
span { border-color: rgb(224,110,184); }
td.TdClassName
{
border-color: #E06EB8;
}
.TagClassName
{
border-color: #E06EB8;
}
</style>