Shades of Persian Pink #E07CB7
Tints of Persian Pink #E07CB7
RGB
CMYK
RGB Variations
Color information
#E07CB7 (or 0xE07CB7) is known color: Persian Pink. HEX triplet: E0, 7C and B7. RGB value is (224,124,183). Sum of RGB (Red+Green+Blue) = 224+124+183=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CB7 is #1F8348. Grayscale: #A0A0A0. Windows color (decimal): -2065225 or 12025056. OLE color: 12025056.
HSL color Cylindrical-coordinate representation of color #E07CB7: hue angle of 324.6º 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 #E07CB7 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 183 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.12 |
| HSL | 324.6º | 0.62% | 0.68% | - |
| HSV(B) | 324.6º | 0.45% | 0.88% | - |
| XYZ | 46.5 | 33.68 | 48.85 | - |
| YUV | 160.63 | 140.63 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 183 | 0 | 0.45 | 0.18 | 0.12 | 324.6 | 0.62 | 0.68 |
| Hex | E0 | 7C | B7 | 0 | 2D | 12 | C | 145 | 3E | 44 |
| Octal | 340 | 174 | 267 | 0 | 55 | 22 | 14 | 505 | 76 | 104 |
| Binary | 11100000 | 1111100 | 10110111 | 0 | 101101 | 10010 | 1100 | 101000101 | 111110 | 1000100 |
Color Harmonies of #E07CB7
Complementary color
Monochromatic Colors of #E07CB7
Black with #E07CB7
Text Example
Text Example
White with #E07CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07CB7; }
p { color: rgb(224,124,183); }
H1.HeaderClassName
{
color: #E07CB7;
}
.AnyTagClassName
{
color: #E07CB7;
}
</style>
background-color css
<style>
a { background-color: #E07CB7; }
a { background-color: rgb(224,124,183); }
div.DivClassName
{
background-color: #E07CB7;
}
.BgClassName
{
background-color: #E07CB7;
}
</style>
border-color css
<style>
span { border-color: #E07CB7; }
span { border-color: rgb(224,124,183); }
td.TdClassName
{
border-color: #E07CB7;
}
.TagClassName
{
border-color: #E07CB7;
}
</style>