Shades of Persian Pink #E27DBC
Tints of Persian Pink #E27DBC
RGB
CMYK
RGB Variations
Color information
#E27DBC (or 0xE27DBC) is known color: Persian Pink. HEX triplet: E2, 7D and BC. RGB value is (226,125,188). Sum of RGB (Red+Green+Blue) = 226+125+188=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27DBC is #1D8243. Grayscale: #A2A2A2. Windows color (decimal): -1933892 or 12352994. OLE color: 12352994.
HSL color Cylindrical-coordinate representation of color #E27DBC: hue angle of 322.57º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E27DBC is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 125 | 188 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.11 |
| HSL | 322.57º | 0.64% | 0.69% | - |
| HSV(B) | 322.57º | 0.45% | 0.89% | - |
| XYZ | 47.77 | 34.47 | 51.71 | - |
| YUV | 162.38 | 142.46 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 188 | 0 | 0.45 | 0.17 | 0.11 | 322.57 | 0.64 | 0.69 |
| Hex | E2 | 7D | BC | 0 | 2D | 11 | B | 143 | 40 | 45 |
| Octal | 342 | 175 | 274 | 0 | 55 | 21 | 13 | 503 | 100 | 105 |
| Binary | 11100010 | 1111101 | 10111100 | 0 | 101101 | 10001 | 1011 | 101000011 | 1000000 | 1000101 |
Color Harmonies of #E27DBC
Complementary color
Monochromatic Colors of #E27DBC
Black with #E27DBC
Text Example
Text Example
White with #E27DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27DBC; }
p { color: rgb(226,125,188); }
H1.HeaderClassName
{
color: #E27DBC;
}
.AnyTagClassName
{
color: #E27DBC;
}
</style>
background-color css
<style>
a { background-color: #E27DBC; }
a { background-color: rgb(226,125,188); }
div.DivClassName
{
background-color: #E27DBC;
}
.BgClassName
{
background-color: #E27DBC;
}
</style>
border-color css
<style>
span { border-color: #E27DBC; }
span { border-color: rgb(226,125,188); }
td.TdClassName
{
border-color: #E27DBC;
}
.TagClassName
{
border-color: #E27DBC;
}
</style>