Shades of Persian Pink #E06BBB
Tints of Persian Pink #E06BBB
RGB
CMYK
RGB Variations
Color information
#E06BBB (or 0xE06BBB) is known color: Persian Pink. HEX triplet: E0, 6B and BB. RGB value is (224,107,187). Sum of RGB (Red+Green+Blue) = 224+107+187=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06BBB is #1F9444. Grayscale: #969696. Windows color (decimal): -2069573 or 12282848. OLE color: 12282848.
HSL color Cylindrical-coordinate representation of color #E06BBB: hue angle of 318.97º 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 #E06BBB is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 187 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.12 |
| HSL | 318.97º | 0.65% | 0.65% | - |
| HSV(B) | 318.97º | 0.52% | 0.88% | - |
| XYZ | 44.97 | 29.95 | 50.42 | - |
| YUV | 151.1 | 148.26 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 187 | 0 | 0.52 | 0.17 | 0.12 | 318.97 | 0.65 | 0.65 |
| Hex | E0 | 6B | BB | 0 | 34 | 11 | C | 13F | 41 | 41 |
| Octal | 340 | 153 | 273 | 0 | 64 | 21 | 14 | 477 | 101 | 101 |
| Binary | 11100000 | 1101011 | 10111011 | 0 | 110100 | 10001 | 1100 | 100111111 | 1000001 | 1000001 |
Color Harmonies of #E06BBB
Complementary color
Monochromatic Colors of #E06BBB
Black with #E06BBB
Text Example
Text Example
White with #E06BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06BBB; }
p { color: rgb(224,107,187); }
H1.HeaderClassName
{
color: #E06BBB;
}
.AnyTagClassName
{
color: #E06BBB;
}
</style>
background-color css
<style>
a { background-color: #E06BBB; }
a { background-color: rgb(224,107,187); }
div.DivClassName
{
background-color: #E06BBB;
}
.BgClassName
{
background-color: #E06BBB;
}
</style>
border-color css
<style>
span { border-color: #E06BBB; }
span { border-color: rgb(224,107,187); }
td.TdClassName
{
border-color: #E06BBB;
}
.TagClassName
{
border-color: #E06BBB;
}
</style>