Shades of Persian Pink #E06EBA
Tints of Persian Pink #E06EBA
RGB
CMYK
RGB Variations
Color information
#E06EBA (or 0xE06EBA) is known color: Persian Pink. HEX triplet: E0, 6E and BA. RGB value is (224,110,186). Sum of RGB (Red+Green+Blue) = 224+110+186=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E06EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06EBA is #1F9145. Grayscale: #989898. Windows color (decimal): -2068806 or 12218080. OLE color: 12218080.
HSL color Cylindrical-coordinate representation of color #E06EBA: hue angle of 320º 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 #E06EBA is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 186 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.12 |
| HSL | 320º | 0.65% | 0.65% | - |
| HSV(B) | 320º | 0.51% | 0.88% | - |
| XYZ | 45.18 | 30.54 | 49.97 | - |
| YUV | 152.75 | 146.77 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 186 | 0 | 0.51 | 0.17 | 0.12 | 320 | 0.65 | 0.65 |
| Hex | E0 | 6E | BA | 0 | 33 | 11 | C | 140 | 41 | 41 |
| Octal | 340 | 156 | 272 | 0 | 63 | 21 | 14 | 500 | 101 | 101 |
| Binary | 11100000 | 1101110 | 10111010 | 0 | 110011 | 10001 | 1100 | 101000000 | 1000001 | 1000001 |
Color Harmonies of #E06EBA
Complementary color
Monochromatic Colors of #E06EBA
Black with #E06EBA
Text Example
Text Example
White with #E06EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06EBA; }
p { color: rgb(224,110,186); }
H1.HeaderClassName
{
color: #E06EBA;
}
.AnyTagClassName
{
color: #E06EBA;
}
</style>
background-color css
<style>
a { background-color: #E06EBA; }
a { background-color: rgb(224,110,186); }
div.DivClassName
{
background-color: #E06EBA;
}
.BgClassName
{
background-color: #E06EBA;
}
</style>
border-color css
<style>
span { border-color: #E06EBA; }
span { border-color: rgb(224,110,186); }
td.TdClassName
{
border-color: #E06EBA;
}
.TagClassName
{
border-color: #E06EBA;
}
</style>