Shades of Persian Pink #E36DBB
Tints of Persian Pink #E36DBB
RGB
CMYK
RGB Variations
Color information
#E36DBB (or 0xE36DBB) is known color: Persian Pink. HEX triplet: E3, 6D and BB. RGB value is (227,109,187). Sum of RGB (Red+Green+Blue) = 227+109+187=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 227 - color contains mainly: red. Hex color #E36DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36DBB is #1C9244. Grayscale: #989898. Windows color (decimal): -1872453 or 12283363. OLE color: 12283363.
HSL color Cylindrical-coordinate representation of color #E36DBB: hue angle of 320.34º 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 #E36DBB is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 109 | 187 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.11 |
| HSL | 320.34º | 0.68% | 0.66% | - |
| HSV(B) | 320.34º | 0.52% | 0.89% | - |
| XYZ | 46.12 | 30.86 | 50.54 | - |
| YUV | 153.17 | 147.09 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 109 | 187 | 0 | 0.52 | 0.18 | 0.11 | 320.34 | 0.68 | 0.66 |
| Hex | E3 | 6D | BB | 0 | 34 | 12 | B | 140 | 44 | 42 |
| Octal | 343 | 155 | 273 | 0 | 64 | 22 | 13 | 500 | 104 | 102 |
| Binary | 11100011 | 1101101 | 10111011 | 0 | 110100 | 10010 | 1011 | 101000000 | 1000100 | 1000010 |
Color Harmonies of #E36DBB
Complementary color
Monochromatic Colors of #E36DBB
Black with #E36DBB
Text Example
Text Example
White with #E36DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36DBB; }
p { color: rgb(227,109,187); }
H1.HeaderClassName
{
color: #E36DBB;
}
.AnyTagClassName
{
color: #E36DBB;
}
</style>
background-color css
<style>
a { background-color: #E36DBB; }
a { background-color: rgb(227,109,187); }
div.DivClassName
{
background-color: #E36DBB;
}
.BgClassName
{
background-color: #E36DBB;
}
</style>
border-color css
<style>
span { border-color: #E36DBB; }
span { border-color: rgb(227,109,187); }
td.TdClassName
{
border-color: #E36DBB;
}
.TagClassName
{
border-color: #E36DBB;
}
</style>