Shades of Persian Pink #E37EB1
Tints of Persian Pink #E37EB1
RGB
CMYK
RGB Variations
Color information
#E37EB1 (or 0xE37EB1) is known color: Persian Pink. HEX triplet: E3, 7E and B1. RGB value is (227,126,177). Sum of RGB (Red+Green+Blue) = 227+126+177=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E37EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E37EB1 is #1C814E. Grayscale: #A1A1A1. Windows color (decimal): -1868111 or 11632355. OLE color: 11632355.
HSL color Cylindrical-coordinate representation of color #E37EB1: hue angle of 329.7º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E37EB1 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 126 | 177 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.11 |
| HSL | 329.7º | 0.64% | 0.69% | - |
| HSV(B) | 329.7º | 0.44% | 0.89% | - |
| XYZ | 47.08 | 34.43 | 45.76 | - |
| YUV | 162.01 | 136.46 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 126 | 177 | 0 | 0.44 | 0.22 | 0.11 | 329.7 | 0.64 | 0.69 |
| Hex | E3 | 7E | B1 | 0 | 2C | 16 | B | 14A | 40 | 45 |
| Octal | 343 | 176 | 261 | 0 | 54 | 26 | 13 | 512 | 100 | 105 |
| Binary | 11100011 | 1111110 | 10110001 | 0 | 101100 | 10110 | 1011 | 101001010 | 1000000 | 1000101 |
Color Harmonies of #E37EB1
Complementary color
Monochromatic Colors of #E37EB1
Black with #E37EB1
Text Example
Text Example
White with #E37EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37EB1; }
p { color: rgb(227,126,177); }
H1.HeaderClassName
{
color: #E37EB1;
}
.AnyTagClassName
{
color: #E37EB1;
}
</style>
background-color css
<style>
a { background-color: #E37EB1; }
a { background-color: rgb(227,126,177); }
div.DivClassName
{
background-color: #E37EB1;
}
.BgClassName
{
background-color: #E37EB1;
}
</style>
border-color css
<style>
span { border-color: #E37EB1; }
span { border-color: rgb(227,126,177); }
td.TdClassName
{
border-color: #E37EB1;
}
.TagClassName
{
border-color: #E37EB1;
}
</style>