Shades of Persian Pink #E381B4
Tints of Persian Pink #E381B4
RGB
CMYK
RGB Variations
Color information
#E381B4 (or 0xE381B4) is known color: Persian Pink. HEX triplet: E3, 81 and B4. RGB value is (227,129,180). Sum of RGB (Red+Green+Blue) = 227+129+180=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 227 - color contains mainly: red. Hex color #E381B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E381B4 is #1C7E4B. Grayscale: #A4A4A4. Windows color (decimal): -1867340 or 11829731. OLE color: 11829731.
HSL color Cylindrical-coordinate representation of color #E381B4: hue angle of 328.78º 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 #E381B4 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 129 | 180 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.11 |
| HSL | 328.78º | 0.64% | 0.7% | - |
| HSV(B) | 328.78º | 0.43% | 0.89% | - |
| XYZ | 47.77 | 35.33 | 47.48 | - |
| YUV | 164.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 180 | 0 | 0.43 | 0.21 | 0.11 | 328.78 | 0.64 | 0.7 |
| Hex | E3 | 81 | B4 | 0 | 2B | 15 | B | 149 | 40 | 46 |
| Octal | 343 | 201 | 264 | 0 | 53 | 25 | 13 | 511 | 100 | 106 |
| Binary | 11100011 | 10000001 | 10110100 | 0 | 101011 | 10101 | 1011 | 101001001 | 1000000 | 1000110 |
Color Harmonies of #E381B4
Complementary color
Monochromatic Colors of #E381B4
Black with #E381B4
Text Example
Text Example
White with #E381B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E381B4; }
p { color: rgb(227,129,180); }
H1.HeaderClassName
{
color: #E381B4;
}
.AnyTagClassName
{
color: #E381B4;
}
</style>
background-color css
<style>
a { background-color: #E381B4; }
a { background-color: rgb(227,129,180); }
div.DivClassName
{
background-color: #E381B4;
}
.BgClassName
{
background-color: #E381B4;
}
</style>
border-color css
<style>
span { border-color: #E381B4; }
span { border-color: rgb(227,129,180); }
td.TdClassName
{
border-color: #E381B4;
}
.TagClassName
{
border-color: #E381B4;
}
</style>