Shades of Persian Pink #E37FB4
Tints of Persian Pink #E37FB4
RGB
CMYK
RGB Variations
Color information
#E37FB4 (or 0xE37FB4) is known color: Persian Pink. HEX triplet: E3, 7F and B4. RGB value is (227,127,180). Sum of RGB (Red+Green+Blue) = 227+127+180=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E37FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37FB4 is #1C804B. Grayscale: #A2A2A2. Windows color (decimal): -1867852 or 11829219. OLE color: 11829219.
HSL color Cylindrical-coordinate representation of color #E37FB4: hue angle of 328.2º 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 #E37FB4 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 127 | 180 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.11 |
| HSL | 328.2º | 0.64% | 0.69% | - |
| HSV(B) | 328.2º | 0.44% | 0.89% | - |
| XYZ | 47.51 | 34.8 | 47.39 | - |
| YUV | 162.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 127 | 180 | 0 | 0.44 | 0.21 | 0.11 | 328.2 | 0.64 | 0.69 |
| Hex | E3 | 7F | B4 | 0 | 2C | 15 | B | 148 | 40 | 45 |
| Octal | 343 | 177 | 264 | 0 | 54 | 25 | 13 | 510 | 100 | 105 |
| Binary | 11100011 | 1111111 | 10110100 | 0 | 101100 | 10101 | 1011 | 101001000 | 1000000 | 1000101 |
Color Harmonies of #E37FB4
Complementary color
Monochromatic Colors of #E37FB4
Black with #E37FB4
Text Example
Text Example
White with #E37FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37FB4; }
p { color: rgb(227,127,180); }
H1.HeaderClassName
{
color: #E37FB4;
}
.AnyTagClassName
{
color: #E37FB4;
}
</style>
background-color css
<style>
a { background-color: #E37FB4; }
a { background-color: rgb(227,127,180); }
div.DivClassName
{
background-color: #E37FB4;
}
.BgClassName
{
background-color: #E37FB4;
}
</style>
border-color css
<style>
span { border-color: #E37FB4; }
span { border-color: rgb(227,127,180); }
td.TdClassName
{
border-color: #E37FB4;
}
.TagClassName
{
border-color: #E37FB4;
}
</style>