Shades of Persian Pink #E27DBD
Tints of Persian Pink #E27DBD
RGB
CMYK
RGB Variations
Color information
#E27DBD (or 0xE27DBD) is known color: Persian Pink. HEX triplet: E2, 7D and BD. RGB value is (226,125,189). Sum of RGB (Red+Green+Blue) = 226+125+189=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27DBD is #1D8242. Grayscale: #A2A2A2. Windows color (decimal): -1933891 or 12418530. OLE color: 12418530.
HSL color Cylindrical-coordinate representation of color #E27DBD: hue angle of 321.98º 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 #E27DBD is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 125 | 189 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.11 |
| HSL | 321.98º | 0.64% | 0.69% | - |
| HSV(B) | 321.98º | 0.45% | 0.89% | - |
| XYZ | 47.88 | 34.51 | 52.28 | - |
| YUV | 162.5 | 142.96 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 189 | 0 | 0.45 | 0.16 | 0.11 | 321.98 | 0.64 | 0.69 |
| Hex | E2 | 7D | BD | 0 | 2D | 10 | B | 142 | 40 | 45 |
| Octal | 342 | 175 | 275 | 0 | 55 | 20 | 13 | 502 | 100 | 105 |
| Binary | 11100010 | 1111101 | 10111101 | 0 | 101101 | 10000 | 1011 | 101000010 | 1000000 | 1000101 |
Color Harmonies of #E27DBD
Complementary color
Monochromatic Colors of #E27DBD
Black with #E27DBD
Text Example
Text Example
White with #E27DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27DBD; }
p { color: rgb(226,125,189); }
H1.HeaderClassName
{
color: #E27DBD;
}
.AnyTagClassName
{
color: #E27DBD;
}
</style>
background-color css
<style>
a { background-color: #E27DBD; }
a { background-color: rgb(226,125,189); }
div.DivClassName
{
background-color: #E27DBD;
}
.BgClassName
{
background-color: #E27DBD;
}
</style>
border-color css
<style>
span { border-color: #E27DBD; }
span { border-color: rgb(226,125,189); }
td.TdClassName
{
border-color: #E27DBD;
}
.TagClassName
{
border-color: #E27DBD;
}
</style>