Shades of Persian Pink #E27DB5
Tints of Persian Pink #E27DB5
RGB
CMYK
RGB Variations
Color information
#E27DB5 (or 0xE27DB5) is known color: Persian Pink. HEX triplet: E2, 7D and B5. RGB value is (226,125,181). Sum of RGB (Red+Green+Blue) = 226+125+181=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27DB5 is #1D824A. Grayscale: #A1A1A1. Windows color (decimal): -1933899 or 11894242. OLE color: 11894242.
HSL color Cylindrical-coordinate representation of color #E27DB5: hue angle of 326.73º 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 #E27DB5 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 125 | 181 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.11 |
| HSL | 326.73º | 0.64% | 0.69% | - |
| HSV(B) | 326.73º | 0.45% | 0.89% | - |
| XYZ | 47.04 | 34.17 | 47.83 | - |
| YUV | 161.58 | 138.96 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 181 | 0 | 0.45 | 0.20 | 0.11 | 326.73 | 0.64 | 0.69 |
| Hex | E2 | 7D | B5 | 0 | 2D | 14 | B | 147 | 40 | 45 |
| Octal | 342 | 175 | 265 | 0 | 55 | 24 | 13 | 507 | 100 | 105 |
| Binary | 11100010 | 1111101 | 10110101 | 0 | 101101 | 10100 | 1011 | 101000111 | 1000000 | 1000101 |
Color Harmonies of #E27DB5
Complementary color
Monochromatic Colors of #E27DB5
Black with #E27DB5
Text Example
Text Example
White with #E27DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27DB5; }
p { color: rgb(226,125,181); }
H1.HeaderClassName
{
color: #E27DB5;
}
.AnyTagClassName
{
color: #E27DB5;
}
</style>
background-color css
<style>
a { background-color: #E27DB5; }
a { background-color: rgb(226,125,181); }
div.DivClassName
{
background-color: #E27DB5;
}
.BgClassName
{
background-color: #E27DB5;
}
</style>
border-color css
<style>
span { border-color: #E27DB5; }
span { border-color: rgb(226,125,181); }
td.TdClassName
{
border-color: #E27DB5;
}
.TagClassName
{
border-color: #E27DB5;
}
</style>