Shades of Persian Pink #E07FB3
Tints of Persian Pink #E07FB3
RGB
CMYK
RGB Variations
Color information
#E07FB3 (or 0xE07FB3) is known color: Persian Pink. HEX triplet: E0, 7F and B3. RGB value is (224,127,179). Sum of RGB (Red+Green+Blue) = 224+127+179=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FB3 is #1F804C. Grayscale: #A1A1A1. Windows color (decimal): -2064461 or 11763680. OLE color: 11763680.
HSL color Cylindrical-coordinate representation of color #E07FB3: hue angle of 327.84º 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 #E07FB3 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 179 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.12 |
| HSL | 327.84º | 0.61% | 0.69% | - |
| HSV(B) | 327.84º | 0.43% | 0.88% | - |
| XYZ | 46.47 | 34.28 | 46.82 | - |
| YUV | 161.93 | 137.64 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 179 | 0 | 0.43 | 0.20 | 0.12 | 327.84 | 0.61 | 0.69 |
| Hex | E0 | 7F | B3 | 0 | 2B | 14 | C | 148 | 3D | 45 |
| Octal | 340 | 177 | 263 | 0 | 53 | 24 | 14 | 510 | 75 | 105 |
| Binary | 11100000 | 1111111 | 10110011 | 0 | 101011 | 10100 | 1100 | 101001000 | 111101 | 1000101 |
Color Harmonies of #E07FB3
Complementary color
Monochromatic Colors of #E07FB3
Black with #E07FB3
Text Example
Text Example
White with #E07FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FB3; }
p { color: rgb(224,127,179); }
H1.HeaderClassName
{
color: #E07FB3;
}
.AnyTagClassName
{
color: #E07FB3;
}
</style>
background-color css
<style>
a { background-color: #E07FB3; }
a { background-color: rgb(224,127,179); }
div.DivClassName
{
background-color: #E07FB3;
}
.BgClassName
{
background-color: #E07FB3;
}
</style>
border-color css
<style>
span { border-color: #E07FB3; }
span { border-color: rgb(224,127,179); }
td.TdClassName
{
border-color: #E07FB3;
}
.TagClassName
{
border-color: #E07FB3;
}
</style>