Shades of Persian Pink #E06BBA
Tints of Persian Pink #E06BBA
RGB
CMYK
RGB Variations
Color information
#E06BBA (or 0xE06BBA) is known color: Persian Pink. HEX triplet: E0, 6B and BA. RGB value is (224,107,186). Sum of RGB (Red+Green+Blue) = 224+107+186=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06BBA is #1F9445. Grayscale: #969696. Windows color (decimal): -2069574 or 12217312. OLE color: 12217312.
HSL color Cylindrical-coordinate representation of color #E06BBA: hue angle of 319.49º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06BBA is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 186 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.12 |
| HSL | 319.49º | 0.65% | 0.65% | - |
| HSV(B) | 319.49º | 0.52% | 0.88% | - |
| XYZ | 44.86 | 29.91 | 49.86 | - |
| YUV | 150.99 | 147.76 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 186 | 0 | 0.52 | 0.17 | 0.12 | 319.49 | 0.65 | 0.65 |
| Hex | E0 | 6B | BA | 0 | 34 | 11 | C | 13F | 41 | 41 |
| Octal | 340 | 153 | 272 | 0 | 64 | 21 | 14 | 477 | 101 | 101 |
| Binary | 11100000 | 1101011 | 10111010 | 0 | 110100 | 10001 | 1100 | 100111111 | 1000001 | 1000001 |
Color Harmonies of #E06BBA
Complementary color
Monochromatic Colors of #E06BBA
Black with #E06BBA
Text Example
Text Example
White with #E06BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06BBA; }
p { color: rgb(224,107,186); }
H1.HeaderClassName
{
color: #E06BBA;
}
.AnyTagClassName
{
color: #E06BBA;
}
</style>
background-color css
<style>
a { background-color: #E06BBA; }
a { background-color: rgb(224,107,186); }
div.DivClassName
{
background-color: #E06BBA;
}
.BgClassName
{
background-color: #E06BBA;
}
</style>
border-color css
<style>
span { border-color: #E06BBA; }
span { border-color: rgb(224,107,186); }
td.TdClassName
{
border-color: #E06BBA;
}
.TagClassName
{
border-color: #E06BBA;
}
</style>