Shades of Persian Pink #E381BF
Tints of Persian Pink #E381BF
RGB
CMYK
RGB Variations
Color information
#E381BF (or 0xE381BF) is known color: Persian Pink. HEX triplet: E3, 81 and BF. RGB value is (227,129,191). Sum of RGB (Red+Green+Blue) = 227+129+191=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E381BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E381BF is #1C7E40. Grayscale: #A5A5A5. Windows color (decimal): -1867329 or 12550627. OLE color: 12550627.
HSL color Cylindrical-coordinate representation of color #E381BF: hue angle of 322.04º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E381BF is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 129 | 191 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.11 |
| HSL | 322.04º | 0.64% | 0.7% | - |
| HSV(B) | 322.04º | 0.43% | 0.89% | - |
| XYZ | 48.93 | 35.79 | 53.62 | - |
| YUV | 165.37 | 142.47 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 191 | 0 | 0.43 | 0.16 | 0.11 | 322.04 | 0.64 | 0.7 |
| Hex | E3 | 81 | BF | 0 | 2B | 10 | B | 142 | 40 | 46 |
| Octal | 343 | 201 | 277 | 0 | 53 | 20 | 13 | 502 | 100 | 106 |
| Binary | 11100011 | 10000001 | 10111111 | 0 | 101011 | 10000 | 1011 | 101000010 | 1000000 | 1000110 |
Color Harmonies of #E381BF
Complementary color
Monochromatic Colors of #E381BF
Black with #E381BF
Text Example
Text Example
White with #E381BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E381BF; }
p { color: rgb(227,129,191); }
H1.HeaderClassName
{
color: #E381BF;
}
.AnyTagClassName
{
color: #E381BF;
}
</style>
background-color css
<style>
a { background-color: #E381BF; }
a { background-color: rgb(227,129,191); }
div.DivClassName
{
background-color: #E381BF;
}
.BgClassName
{
background-color: #E381BF;
}
</style>
border-color css
<style>
span { border-color: #E381BF; }
span { border-color: rgb(227,129,191); }
td.TdClassName
{
border-color: #E381BF;
}
.TagClassName
{
border-color: #E381BF;
}
</style>