Shades of Persian Pink #E070B0
Tints of Persian Pink #E070B0
RGB
CMYK
RGB Variations
Color information
#E070B0 (or 0xE070B0) is known color: Persian Pink. HEX triplet: E0, 70 and B0. RGB value is (224,112,176). Sum of RGB (Red+Green+Blue) = 224+112+176=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E070B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E070B0 is #1F8F4F. Grayscale: #989898. Windows color (decimal): -2068304 or 11563232. OLE color: 11563232.
HSL color Cylindrical-coordinate representation of color #E070B0: hue angle of 325.71º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E070B0 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 176 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.12 |
| HSL | 325.71º | 0.64% | 0.66% | - |
| HSV(B) | 325.71º | 0.5% | 0.88% | - |
| XYZ | 44.37 | 30.57 | 44.64 | - |
| YUV | 152.78 | 141.11 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 176 | 0 | 0.50 | 0.21 | 0.12 | 325.71 | 0.64 | 0.66 |
| Hex | E0 | 70 | B0 | 0 | 32 | 15 | C | 146 | 40 | 42 |
| Octal | 340 | 160 | 260 | 0 | 62 | 25 | 14 | 506 | 100 | 102 |
| Binary | 11100000 | 1110000 | 10110000 | 0 | 110010 | 10101 | 1100 | 101000110 | 1000000 | 1000010 |
Color Harmonies of #E070B0
Complementary color
Monochromatic Colors of #E070B0
Black with #E070B0
Text Example
Text Example
White with #E070B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E070B0; }
p { color: rgb(224,112,176); }
H1.HeaderClassName
{
color: #E070B0;
}
.AnyTagClassName
{
color: #E070B0;
}
</style>
background-color css
<style>
a { background-color: #E070B0; }
a { background-color: rgb(224,112,176); }
div.DivClassName
{
background-color: #E070B0;
}
.BgClassName
{
background-color: #E070B0;
}
</style>
border-color css
<style>
span { border-color: #E070B0; }
span { border-color: rgb(224,112,176); }
td.TdClassName
{
border-color: #E070B0;
}
.TagClassName
{
border-color: #E070B0;
}
</style>