Shades of Persian Pink #E36EBC
Tints of Persian Pink #E36EBC
RGB
CMYK
RGB Variations
Color information
#E36EBC (or 0xE36EBC) is known color: Persian Pink. HEX triplet: E3, 6E and BC. RGB value is (227,110,188). Sum of RGB (Red+Green+Blue) = 227+110+188=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 227 - color contains mainly: red. Hex color #E36EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36EBC is #1C9143. Grayscale: #999999. Windows color (decimal): -1872196 or 12349155. OLE color: 12349155.
HSL color Cylindrical-coordinate representation of color #E36EBC: hue angle of 320º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E36EBC is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 110 | 188 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.11 |
| HSL | 320º | 0.68% | 0.66% | - |
| HSV(B) | 320º | 0.52% | 0.89% | - |
| XYZ | 46.33 | 31.11 | 51.14 | - |
| YUV | 153.88 | 147.26 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 110 | 188 | 0 | 0.52 | 0.17 | 0.11 | 320 | 0.68 | 0.66 |
| Hex | E3 | 6E | BC | 0 | 34 | 11 | B | 140 | 44 | 42 |
| Octal | 343 | 156 | 274 | 0 | 64 | 21 | 13 | 500 | 104 | 102 |
| Binary | 11100011 | 1101110 | 10111100 | 0 | 110100 | 10001 | 1011 | 101000000 | 1000100 | 1000010 |
Color Harmonies of #E36EBC
Complementary color
Monochromatic Colors of #E36EBC
Black with #E36EBC
Text Example
Text Example
White with #E36EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36EBC; }
p { color: rgb(227,110,188); }
H1.HeaderClassName
{
color: #E36EBC;
}
.AnyTagClassName
{
color: #E36EBC;
}
</style>
background-color css
<style>
a { background-color: #E36EBC; }
a { background-color: rgb(227,110,188); }
div.DivClassName
{
background-color: #E36EBC;
}
.BgClassName
{
background-color: #E36EBC;
}
</style>
border-color css
<style>
span { border-color: #E36EBC; }
span { border-color: rgb(227,110,188); }
td.TdClassName
{
border-color: #E36EBC;
}
.TagClassName
{
border-color: #E36EBC;
}
</style>