Shades of Persian Pink #E381B8
Tints of Persian Pink #E381B8
RGB
CMYK
RGB Variations
Color information
#E381B8 (or 0xE381B8) is known color: Persian Pink. HEX triplet: E3, 81 and B8. RGB value is (227,129,184). Sum of RGB (Red+Green+Blue) = 227+129+184=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 184 (72.27% from 255 or 34.07% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E381B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E381B8 is #1C7E47. Grayscale: #A4A4A4. Windows color (decimal): -1867336 or 12091875. OLE color: 12091875.
HSL color Cylindrical-coordinate representation of color #E381B8: hue angle of 326.33º 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 #E381B8 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 129 | 184 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.11 |
| HSL | 326.33º | 0.64% | 0.7% | - |
| HSV(B) | 326.33º | 0.43% | 0.89% | - |
| XYZ | 48.18 | 35.49 | 49.66 | - |
| YUV | 164.57 | 138.97 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 184 | 0 | 0.43 | 0.19 | 0.11 | 326.33 | 0.64 | 0.7 |
| Hex | E3 | 81 | B8 | 0 | 2B | 13 | B | 146 | 40 | 46 |
| Octal | 343 | 201 | 270 | 0 | 53 | 23 | 13 | 506 | 100 | 106 |
| Binary | 11100011 | 10000001 | 10111000 | 0 | 101011 | 10011 | 1011 | 101000110 | 1000000 | 1000110 |
Color Harmonies of #E381B8
Complementary color
Monochromatic Colors of #E381B8
Black with #E381B8
Text Example
Text Example
White with #E381B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E381B8; }
p { color: rgb(227,129,184); }
H1.HeaderClassName
{
color: #E381B8;
}
.AnyTagClassName
{
color: #E381B8;
}
</style>
background-color css
<style>
a { background-color: #E381B8; }
a { background-color: rgb(227,129,184); }
div.DivClassName
{
background-color: #E381B8;
}
.BgClassName
{
background-color: #E381B8;
}
</style>
border-color css
<style>
span { border-color: #E381B8; }
span { border-color: rgb(227,129,184); }
td.TdClassName
{
border-color: #E381B8;
}
.TagClassName
{
border-color: #E381B8;
}
</style>