Shades of Persian Pink #E27DB3
Tints of Persian Pink #E27DB3
RGB
CMYK
RGB Variations
Color information
#E27DB3 (or 0xE27DB3) is known color: Persian Pink. HEX triplet: E2, 7D and B3. RGB value is (226,125,179). Sum of RGB (Red+Green+Blue) = 226+125+179=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27DB3 is #1D824C. Grayscale: #A1A1A1. Windows color (decimal): -1933901 or 11763170. OLE color: 11763170.
HSL color Cylindrical-coordinate representation of color #E27DB3: hue angle of 327.92º 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 #E27DB3 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 125 | 179 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.11 |
| HSL | 327.92º | 0.64% | 0.69% | - |
| HSV(B) | 327.92º | 0.45% | 0.89% | - |
| XYZ | 46.83 | 34.09 | 46.76 | - |
| YUV | 161.36 | 137.96 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 179 | 0 | 0.45 | 0.21 | 0.11 | 327.92 | 0.64 | 0.69 |
| Hex | E2 | 7D | B3 | 0 | 2D | 15 | B | 148 | 40 | 45 |
| Octal | 342 | 175 | 263 | 0 | 55 | 25 | 13 | 510 | 100 | 105 |
| Binary | 11100010 | 1111101 | 10110011 | 0 | 101101 | 10101 | 1011 | 101001000 | 1000000 | 1000101 |
Color Harmonies of #E27DB3
Complementary color
Monochromatic Colors of #E27DB3
Black with #E27DB3
Text Example
Text Example
White with #E27DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27DB3; }
p { color: rgb(226,125,179); }
H1.HeaderClassName
{
color: #E27DB3;
}
.AnyTagClassName
{
color: #E27DB3;
}
</style>
background-color css
<style>
a { background-color: #E27DB3; }
a { background-color: rgb(226,125,179); }
div.DivClassName
{
background-color: #E27DB3;
}
.BgClassName
{
background-color: #E27DB3;
}
</style>
border-color css
<style>
span { border-color: #E27DB3; }
span { border-color: rgb(226,125,179); }
td.TdClassName
{
border-color: #E27DB3;
}
.TagClassName
{
border-color: #E27DB3;
}
</style>