Shades of Persian Pink #E081B5
Tints of Persian Pink #E081B5
RGB
CMYK
RGB Variations
Color information
#E081B5 (or 0xE081B5) is known color: Persian Pink. HEX triplet: E0, 81 and B5. RGB value is (224,129,181). Sum of RGB (Red+Green+Blue) = 224+129+181=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E081B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081B5 is #1F7E4A. Grayscale: #A3A3A3. Windows color (decimal): -2063947 or 11895264. OLE color: 11895264.
HSL color Cylindrical-coordinate representation of color #E081B5: hue angle of 327.16º 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 #E081B5 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 181 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.12 |
| HSL | 327.16º | 0.61% | 0.69% | - |
| HSV(B) | 327.16º | 0.42% | 0.88% | - |
| XYZ | 46.93 | 34.88 | 47.98 | - |
| YUV | 163.33 | 137.97 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 181 | 0 | 0.42 | 0.19 | 0.12 | 327.16 | 0.61 | 0.69 |
| Hex | E0 | 81 | B5 | 0 | 2A | 13 | C | 147 | 3D | 45 |
| Octal | 340 | 201 | 265 | 0 | 52 | 23 | 14 | 507 | 75 | 105 |
| Binary | 11100000 | 10000001 | 10110101 | 0 | 101010 | 10011 | 1100 | 101000111 | 111101 | 1000101 |
Color Harmonies of #E081B5
Complementary color
Monochromatic Colors of #E081B5
Black with #E081B5
Text Example
Text Example
White with #E081B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E081B5; }
p { color: rgb(224,129,181); }
H1.HeaderClassName
{
color: #E081B5;
}
.AnyTagClassName
{
color: #E081B5;
}
</style>
background-color css
<style>
a { background-color: #E081B5; }
a { background-color: rgb(224,129,181); }
div.DivClassName
{
background-color: #E081B5;
}
.BgClassName
{
background-color: #E081B5;
}
</style>
border-color css
<style>
span { border-color: #E081B5; }
span { border-color: rgb(224,129,181); }
td.TdClassName
{
border-color: #E081B5;
}
.TagClassName
{
border-color: #E081B5;
}
</style>