Shades of Persian Pink #E37EB0
Tints of Persian Pink #E37EB0
RGB
CMYK
RGB Variations
Color information
#E37EB0 (or 0xE37EB0) is known color: Persian Pink. HEX triplet: E3, 7E and B0. RGB value is (227,126,176). Sum of RGB (Red+Green+Blue) = 227+126+176=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E37EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E37EB0 is #1C814F. Grayscale: #A1A1A1. Windows color (decimal): -1868112 or 11566819. OLE color: 11566819.
HSL color Cylindrical-coordinate representation of color #E37EB0: hue angle of 330.3º 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 #E37EB0 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 126 | 176 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.11 |
| HSL | 330.3º | 0.64% | 0.69% | - |
| HSV(B) | 330.3º | 0.44% | 0.89% | - |
| XYZ | 46.98 | 34.39 | 45.24 | - |
| YUV | 161.9 | 135.96 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 126 | 176 | 0 | 0.44 | 0.22 | 0.11 | 330.3 | 0.64 | 0.69 |
| Hex | E3 | 7E | B0 | 0 | 2C | 16 | B | 14A | 40 | 45 |
| Octal | 343 | 176 | 260 | 0 | 54 | 26 | 13 | 512 | 100 | 105 |
| Binary | 11100011 | 1111110 | 10110000 | 0 | 101100 | 10110 | 1011 | 101001010 | 1000000 | 1000101 |
Color Harmonies of #E37EB0
Complementary color
Monochromatic Colors of #E37EB0
Black with #E37EB0
Text Example
Text Example
White with #E37EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37EB0; }
p { color: rgb(227,126,176); }
H1.HeaderClassName
{
color: #E37EB0;
}
.AnyTagClassName
{
color: #E37EB0;
}
</style>
background-color css
<style>
a { background-color: #E37EB0; }
a { background-color: rgb(227,126,176); }
div.DivClassName
{
background-color: #E37EB0;
}
.BgClassName
{
background-color: #E37EB0;
}
</style>
border-color css
<style>
span { border-color: #E37EB0; }
span { border-color: rgb(227,126,176); }
td.TdClassName
{
border-color: #E37EB0;
}
.TagClassName
{
border-color: #E37EB0;
}
</style>