Shades of Persian Pink #E37BC0
Tints of Persian Pink #E37BC0
RGB
CMYK
RGB Variations
Color information
#E37BC0 (or 0xE37BC0) is known color: Persian Pink. HEX triplet: E3, 7B and C0. RGB value is (227,123,192). Sum of RGB (Red+Green+Blue) = 227+123+192=542 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.88% from 542); Green value is 123 (48.44% from 255 or 22.69% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 227 - color contains mainly: red. Hex color #E37BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37BC0 is #1C843F. Grayscale: #A1A1A1. Windows color (decimal): -1868864 or 12614627. OLE color: 12614627.
HSL color Cylindrical-coordinate representation of color #E37BC0: hue angle of 320.19º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E37BC0 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 123 | 192 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.11 |
| HSL | 320.19º | 0.65% | 0.69% | - |
| HSV(B) | 320.19º | 0.46% | 0.89% | - |
| XYZ | 48.28 | 34.3 | 53.95 | - |
| YUV | 161.96 | 144.96 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 123 | 192 | 0 | 0.46 | 0.15 | 0.11 | 320.19 | 0.65 | 0.69 |
| Hex | E3 | 7B | C0 | 0 | 2E | F | B | 140 | 41 | 45 |
| Octal | 343 | 173 | 300 | 0 | 56 | 17 | 13 | 500 | 101 | 105 |
| Binary | 11100011 | 1111011 | 11000000 | 0 | 101110 | 1111 | 1011 | 101000000 | 1000001 | 1000101 |
Color Harmonies of #E37BC0
Complementary color
Monochromatic Colors of #E37BC0
Black with #E37BC0
Text Example
Text Example
White with #E37BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37BC0; }
p { color: rgb(227,123,192); }
H1.HeaderClassName
{
color: #E37BC0;
}
.AnyTagClassName
{
color: #E37BC0;
}
</style>
background-color css
<style>
a { background-color: #E37BC0; }
a { background-color: rgb(227,123,192); }
div.DivClassName
{
background-color: #E37BC0;
}
.BgClassName
{
background-color: #E37BC0;
}
</style>
border-color css
<style>
span { border-color: #E37BC0; }
span { border-color: rgb(227,123,192); }
td.TdClassName
{
border-color: #E37BC0;
}
.TagClassName
{
border-color: #E37BC0;
}
</style>