Shades of Persian Pink #E07BBB
Tints of Persian Pink #E07BBB
RGB
CMYK
RGB Variations
Color information
#E07BBB (or 0xE07BBB) is known color: Persian Pink. HEX triplet: E0, 7B and BB. RGB value is (224,123,187). Sum of RGB (Red+Green+Blue) = 224+123+187=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07BBB is #1F8444. Grayscale: #A0A0A0. Windows color (decimal): -2065477 or 12286944. OLE color: 12286944.
HSL color Cylindrical-coordinate representation of color #E07BBB: hue angle of 321.98º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07BBB is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 123 | 187 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.12 |
| HSL | 321.98º | 0.62% | 0.68% | - |
| HSV(B) | 321.98º | 0.45% | 0.88% | - |
| XYZ | 46.79 | 33.6 | 51.03 | - |
| YUV | 160.5 | 142.96 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 187 | 0 | 0.45 | 0.17 | 0.12 | 321.98 | 0.62 | 0.68 |
| Hex | E0 | 7B | BB | 0 | 2D | 11 | C | 142 | 3E | 44 |
| Octal | 340 | 173 | 273 | 0 | 55 | 21 | 14 | 502 | 76 | 104 |
| Binary | 11100000 | 1111011 | 10111011 | 0 | 101101 | 10001 | 1100 | 101000010 | 111110 | 1000100 |
Color Harmonies of #E07BBB
Complementary color
Monochromatic Colors of #E07BBB
Black with #E07BBB
Text Example
Text Example
White with #E07BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07BBB; }
p { color: rgb(224,123,187); }
H1.HeaderClassName
{
color: #E07BBB;
}
.AnyTagClassName
{
color: #E07BBB;
}
</style>
background-color css
<style>
a { background-color: #E07BBB; }
a { background-color: rgb(224,123,187); }
div.DivClassName
{
background-color: #E07BBB;
}
.BgClassName
{
background-color: #E07BBB;
}
</style>
border-color css
<style>
span { border-color: #E07BBB; }
span { border-color: rgb(224,123,187); }
td.TdClassName
{
border-color: #E07BBB;
}
.TagClassName
{
border-color: #E07BBB;
}
</style>