Shades of Persian Pink #E36DB5
Tints of Persian Pink #E36DB5
RGB
CMYK
RGB Variations
Color information
#E36DB5 (or 0xE36DB5) is known color: Persian Pink. HEX triplet: E3, 6D and B5. RGB value is (227,109,181). Sum of RGB (Red+Green+Blue) = 227+109+181=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E36DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36DB5 is #1C924A. Grayscale: #989898. Windows color (decimal): -1872459 or 11890147. OLE color: 11890147.
HSL color Cylindrical-coordinate representation of color #E36DB5: hue angle of 323.39º 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 #E36DB5 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 109 | 181 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.11 |
| HSL | 323.39º | 0.68% | 0.66% | - |
| HSV(B) | 323.39º | 0.52% | 0.89% | - |
| XYZ | 45.49 | 30.6 | 47.23 | - |
| YUV | 152.49 | 144.09 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 109 | 181 | 0 | 0.52 | 0.20 | 0.11 | 323.39 | 0.68 | 0.66 |
| Hex | E3 | 6D | B5 | 0 | 34 | 14 | B | 143 | 44 | 42 |
| Octal | 343 | 155 | 265 | 0 | 64 | 24 | 13 | 503 | 104 | 102 |
| Binary | 11100011 | 1101101 | 10110101 | 0 | 110100 | 10100 | 1011 | 101000011 | 1000100 | 1000010 |
Color Harmonies of #E36DB5
Complementary color
Monochromatic Colors of #E36DB5
Black with #E36DB5
Text Example
Text Example
White with #E36DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36DB5; }
p { color: rgb(227,109,181); }
H1.HeaderClassName
{
color: #E36DB5;
}
.AnyTagClassName
{
color: #E36DB5;
}
</style>
background-color css
<style>
a { background-color: #E36DB5; }
a { background-color: rgb(227,109,181); }
div.DivClassName
{
background-color: #E36DB5;
}
.BgClassName
{
background-color: #E36DB5;
}
</style>
border-color css
<style>
span { border-color: #E36DB5; }
span { border-color: rgb(227,109,181); }
td.TdClassName
{
border-color: #E36DB5;
}
.TagClassName
{
border-color: #E36DB5;
}
</style>