Shades of Persian Pink #E37FB6
Tints of Persian Pink #E37FB6
RGB
CMYK
RGB Variations
Color information
#E37FB6 (or 0xE37FB6) is known color: Persian Pink. HEX triplet: E3, 7F and B6. RGB value is (227,127,182). Sum of RGB (Red+Green+Blue) = 227+127+182=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 227 - color contains mainly: red. Hex color #E37FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37FB6 is #1C8049. Grayscale: #A3A3A3. Windows color (decimal): -1867850 or 11960291. OLE color: 11960291.
HSL color Cylindrical-coordinate representation of color #E37FB6: hue angle of 327º 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 #E37FB6 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 127 | 182 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.11 |
| HSL | 327º | 0.64% | 0.69% | - |
| HSV(B) | 327º | 0.44% | 0.89% | - |
| XYZ | 47.71 | 34.89 | 48.48 | - |
| YUV | 163.17 | 138.63 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 127 | 182 | 0 | 0.44 | 0.20 | 0.11 | 327 | 0.64 | 0.69 |
| Hex | E3 | 7F | B6 | 0 | 2C | 14 | B | 147 | 40 | 45 |
| Octal | 343 | 177 | 266 | 0 | 54 | 24 | 13 | 507 | 100 | 105 |
| Binary | 11100011 | 1111111 | 10110110 | 0 | 101100 | 10100 | 1011 | 101000111 | 1000000 | 1000101 |
Color Harmonies of #E37FB6
Complementary color
Monochromatic Colors of #E37FB6
Black with #E37FB6
Text Example
Text Example
White with #E37FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37FB6; }
p { color: rgb(227,127,182); }
H1.HeaderClassName
{
color: #E37FB6;
}
.AnyTagClassName
{
color: #E37FB6;
}
</style>
background-color css
<style>
a { background-color: #E37FB6; }
a { background-color: rgb(227,127,182); }
div.DivClassName
{
background-color: #E37FB6;
}
.BgClassName
{
background-color: #E37FB6;
}
</style>
border-color css
<style>
span { border-color: #E37FB6; }
span { border-color: rgb(227,127,182); }
td.TdClassName
{
border-color: #E37FB6;
}
.TagClassName
{
border-color: #E37FB6;
}
</style>