Shades of Persian Pink #E381B2
Tints of Persian Pink #E381B2
RGB
CMYK
RGB Variations
Color information
#E381B2 (or 0xE381B2) is known color: Persian Pink. HEX triplet: E3, 81 and B2. RGB value is (227,129,178). Sum of RGB (Red+Green+Blue) = 227+129+178=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E381B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E381B2 is #1C7E4D. Grayscale: #A3A3A3. Windows color (decimal): -1867342 or 11698659. OLE color: 11698659.
HSL color Cylindrical-coordinate representation of color #E381B2: hue angle of 330º 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 #E381B2 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 129 | 178 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.11 |
| HSL | 330º | 0.64% | 0.7% | - |
| HSV(B) | 330º | 0.43% | 0.89% | - |
| XYZ | 47.56 | 35.25 | 46.42 | - |
| YUV | 163.89 | 135.97 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 178 | 0 | 0.43 | 0.22 | 0.11 | 330 | 0.64 | 0.7 |
| Hex | E3 | 81 | B2 | 0 | 2B | 16 | B | 14A | 40 | 46 |
| Octal | 343 | 201 | 262 | 0 | 53 | 26 | 13 | 512 | 100 | 106 |
| Binary | 11100011 | 10000001 | 10110010 | 0 | 101011 | 10110 | 1011 | 101001010 | 1000000 | 1000110 |
Color Harmonies of #E381B2
Complementary color
Monochromatic Colors of #E381B2
Black with #E381B2
Text Example
Text Example
White with #E381B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E381B2; }
p { color: rgb(227,129,178); }
H1.HeaderClassName
{
color: #E381B2;
}
.AnyTagClassName
{
color: #E381B2;
}
</style>
background-color css
<style>
a { background-color: #E381B2; }
a { background-color: rgb(227,129,178); }
div.DivClassName
{
background-color: #E381B2;
}
.BgClassName
{
background-color: #E381B2;
}
</style>
border-color css
<style>
span { border-color: #E381B2; }
span { border-color: rgb(227,129,178); }
td.TdClassName
{
border-color: #E381B2;
}
.TagClassName
{
border-color: #E381B2;
}
</style>