Shades of Persian Pink #E37FB5
Tints of Persian Pink #E37FB5
RGB
CMYK
RGB Variations
Color information
#E37FB5 (or 0xE37FB5) is known color: Persian Pink. HEX triplet: E3, 7F and B5. RGB value is (227,127,181). Sum of RGB (Red+Green+Blue) = 227+127+181=535 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.43% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 227 - color contains mainly: red. Hex color #E37FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37FB5 is #1C804A. Grayscale: #A2A2A2. Windows color (decimal): -1867851 or 11894755. OLE color: 11894755.
HSL color Cylindrical-coordinate representation of color #E37FB5: hue angle of 327.6º 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 #E37FB5 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 127 | 181 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.11 |
| HSL | 327.6º | 0.64% | 0.69% | - |
| HSV(B) | 327.6º | 0.44% | 0.89% | - |
| XYZ | 47.61 | 34.85 | 47.93 | - |
| YUV | 163.06 | 138.13 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 127 | 181 | 0 | 0.44 | 0.20 | 0.11 | 327.6 | 0.64 | 0.69 |
| Hex | E3 | 7F | B5 | 0 | 2C | 14 | B | 148 | 40 | 45 |
| Octal | 343 | 177 | 265 | 0 | 54 | 24 | 13 | 510 | 100 | 105 |
| Binary | 11100011 | 1111111 | 10110101 | 0 | 101100 | 10100 | 1011 | 101001000 | 1000000 | 1000101 |
Color Harmonies of #E37FB5
Complementary color
Monochromatic Colors of #E37FB5
Black with #E37FB5
Text Example
Text Example
White with #E37FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37FB5; }
p { color: rgb(227,127,181); }
H1.HeaderClassName
{
color: #E37FB5;
}
.AnyTagClassName
{
color: #E37FB5;
}
</style>
background-color css
<style>
a { background-color: #E37FB5; }
a { background-color: rgb(227,127,181); }
div.DivClassName
{
background-color: #E37FB5;
}
.BgClassName
{
background-color: #E37FB5;
}
</style>
border-color css
<style>
span { border-color: #E37FB5; }
span { border-color: rgb(227,127,181); }
td.TdClassName
{
border-color: #E37FB5;
}
.TagClassName
{
border-color: #E37FB5;
}
</style>