Shades of Persian Pink #E081B6
Tints of Persian Pink #E081B6
RGB
CMYK
RGB Variations
Color information
#E081B6 (or 0xE081B6) is known color: Persian Pink. HEX triplet: E0, 81 and B6. RGB value is (224,129,182). Sum of RGB (Red+Green+Blue) = 224+129+182=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E081B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081B6 is #1F7E49. Grayscale: #A3A3A3. Windows color (decimal): -2063946 or 11960800. OLE color: 11960800.
HSL color Cylindrical-coordinate representation of color #E081B6: hue angle of 326.53º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E081B6 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 182 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.12 |
| HSL | 326.53º | 0.61% | 0.69% | - |
| HSV(B) | 326.53º | 0.42% | 0.88% | - |
| XYZ | 47.03 | 34.93 | 48.52 | - |
| YUV | 163.45 | 138.47 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 182 | 0 | 0.42 | 0.19 | 0.12 | 326.53 | 0.61 | 0.69 |
| Hex | E0 | 81 | B6 | 0 | 2A | 13 | C | 147 | 3D | 45 |
| Octal | 340 | 201 | 266 | 0 | 52 | 23 | 14 | 507 | 75 | 105 |
| Binary | 11100000 | 10000001 | 10110110 | 0 | 101010 | 10011 | 1100 | 101000111 | 111101 | 1000101 |
Color Harmonies of #E081B6
Complementary color
Monochromatic Colors of #E081B6
Black with #E081B6
Text Example
Text Example
White with #E081B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E081B6; }
p { color: rgb(224,129,182); }
H1.HeaderClassName
{
color: #E081B6;
}
.AnyTagClassName
{
color: #E081B6;
}
</style>
background-color css
<style>
a { background-color: #E081B6; }
a { background-color: rgb(224,129,182); }
div.DivClassName
{
background-color: #E081B6;
}
.BgClassName
{
background-color: #E081B6;
}
</style>
border-color css
<style>
span { border-color: #E081B6; }
span { border-color: rgb(224,129,182); }
td.TdClassName
{
border-color: #E081B6;
}
.TagClassName
{
border-color: #E081B6;
}
</style>