Shades of Persian Pink #E081B3
Tints of Persian Pink #E081B3
RGB
CMYK
RGB Variations
Color information
#E081B3 (or 0xE081B3) is known color: Persian Pink. HEX triplet: E0, 81 and B3. RGB value is (224,129,179). Sum of RGB (Red+Green+Blue) = 224+129+179=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 179 (70.31% from 255 or 33.65% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E081B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081B3 is #1F7E4C. Grayscale: #A3A3A3. Windows color (decimal): -2063949 or 11764192. OLE color: 11764192.
HSL color Cylindrical-coordinate representation of color #E081B3: hue angle of 328.42º 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 #E081B3 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 179 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.12 |
| HSL | 328.42º | 0.61% | 0.69% | - |
| HSV(B) | 328.42º | 0.42% | 0.88% | - |
| XYZ | 46.73 | 34.8 | 46.9 | - |
| YUV | 163.11 | 136.97 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 179 | 0 | 0.42 | 0.20 | 0.12 | 328.42 | 0.61 | 0.69 |
| Hex | E0 | 81 | B3 | 0 | 2A | 14 | C | 148 | 3D | 45 |
| Octal | 340 | 201 | 263 | 0 | 52 | 24 | 14 | 510 | 75 | 105 |
| Binary | 11100000 | 10000001 | 10110011 | 0 | 101010 | 10100 | 1100 | 101001000 | 111101 | 1000101 |
Color Harmonies of #E081B3
Complementary color
Monochromatic Colors of #E081B3
Black with #E081B3
Text Example
Text Example
White with #E081B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E081B3; }
p { color: rgb(224,129,179); }
H1.HeaderClassName
{
color: #E081B3;
}
.AnyTagClassName
{
color: #E081B3;
}
</style>
background-color css
<style>
a { background-color: #E081B3; }
a { background-color: rgb(224,129,179); }
div.DivClassName
{
background-color: #E081B3;
}
.BgClassName
{
background-color: #E081B3;
}
</style>
border-color css
<style>
span { border-color: #E081B3; }
span { border-color: rgb(224,129,179); }
td.TdClassName
{
border-color: #E081B3;
}
.TagClassName
{
border-color: #E081B3;
}
</style>