Shades of Persian Pink #E07CB5
Tints of Persian Pink #E07CB5
RGB
CMYK
RGB Variations
Color information
#E07CB5 (or 0xE07CB5) is known color: Persian Pink. HEX triplet: E0, 7C and B5. RGB value is (224,124,181). Sum of RGB (Red+Green+Blue) = 224+124+181=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CB5 is #1F834A. Grayscale: #A0A0A0. Windows color (decimal): -2065227 or 11893984. OLE color: 11893984.
HSL color Cylindrical-coordinate representation of color #E07CB5: hue angle of 325.8º 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 #E07CB5 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 181 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.12 |
| HSL | 325.8º | 0.62% | 0.68% | - |
| HSV(B) | 325.8º | 0.45% | 0.88% | - |
| XYZ | 46.29 | 33.6 | 47.76 | - |
| YUV | 160.4 | 139.63 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 181 | 0 | 0.45 | 0.19 | 0.12 | 325.8 | 0.62 | 0.68 |
| Hex | E0 | 7C | B5 | 0 | 2D | 13 | C | 146 | 3E | 44 |
| Octal | 340 | 174 | 265 | 0 | 55 | 23 | 14 | 506 | 76 | 104 |
| Binary | 11100000 | 1111100 | 10110101 | 0 | 101101 | 10011 | 1100 | 101000110 | 111110 | 1000100 |
Color Harmonies of #E07CB5
Complementary color
Monochromatic Colors of #E07CB5
Black with #E07CB5
Text Example
Text Example
White with #E07CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07CB5; }
p { color: rgb(224,124,181); }
H1.HeaderClassName
{
color: #E07CB5;
}
.AnyTagClassName
{
color: #E07CB5;
}
</style>
background-color css
<style>
a { background-color: #E07CB5; }
a { background-color: rgb(224,124,181); }
div.DivClassName
{
background-color: #E07CB5;
}
.BgClassName
{
background-color: #E07CB5;
}
</style>
border-color css
<style>
span { border-color: #E07CB5; }
span { border-color: rgb(224,124,181); }
td.TdClassName
{
border-color: #E07CB5;
}
.TagClassName
{
border-color: #E07CB5;
}
</style>