Shades of Persian Pink #E07FB2
Tints of Persian Pink #E07FB2
RGB
CMYK
RGB Variations
Color information
#E07FB2 (or 0xE07FB2) is known color: Persian Pink. HEX triplet: E0, 7F and B2. RGB value is (224,127,178). Sum of RGB (Red+Green+Blue) = 224+127+178=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07FB2 is #1F804D. Grayscale: #A1A1A1. Windows color (decimal): -2064462 or 11698144. OLE color: 11698144.
HSL color Cylindrical-coordinate representation of color #E07FB2: hue angle of 328.45º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E07FB2 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 178 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.12 |
| HSL | 328.45º | 0.61% | 0.69% | - |
| HSV(B) | 328.45º | 0.43% | 0.88% | - |
| XYZ | 46.37 | 34.24 | 46.28 | - |
| YUV | 161.82 | 137.14 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 178 | 0 | 0.43 | 0.21 | 0.12 | 328.45 | 0.61 | 0.69 |
| Hex | E0 | 7F | B2 | 0 | 2B | 15 | C | 148 | 3D | 45 |
| Octal | 340 | 177 | 262 | 0 | 53 | 25 | 14 | 510 | 75 | 105 |
| Binary | 11100000 | 1111111 | 10110010 | 0 | 101011 | 10101 | 1100 | 101001000 | 111101 | 1000101 |
Color Harmonies of #E07FB2
Complementary color
Monochromatic Colors of #E07FB2
Black with #E07FB2
Text Example
Text Example
White with #E07FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FB2; }
p { color: rgb(224,127,178); }
H1.HeaderClassName
{
color: #E07FB2;
}
.AnyTagClassName
{
color: #E07FB2;
}
</style>
background-color css
<style>
a { background-color: #E07FB2; }
a { background-color: rgb(224,127,178); }
div.DivClassName
{
background-color: #E07FB2;
}
.BgClassName
{
background-color: #E07FB2;
}
</style>
border-color css
<style>
span { border-color: #E07FB2; }
span { border-color: rgb(224,127,178); }
td.TdClassName
{
border-color: #E07FB2;
}
.TagClassName
{
border-color: #E07FB2;
}
</style>