Shades of Persian Pink #E273AD
Tints of Persian Pink #E273AD
RGB
CMYK
RGB Variations
Color information
#E273AD (or 0xE273AD) is known color: Persian Pink. HEX triplet: E2, 73 and AD. RGB value is (226,115,173). Sum of RGB (Red+Green+Blue) = 226+115+173=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E273AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E273AD is #1D8C52. Grayscale: #9A9A9A. Windows color (decimal): -1936467 or 11367394. OLE color: 11367394.
HSL color Cylindrical-coordinate representation of color #E273AD: hue angle of 328.65º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E273AD is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 115 | 173 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.11 |
| HSL | 328.65º | 0.66% | 0.67% | - |
| HSV(B) | 328.65º | 0.49% | 0.89% | - |
| XYZ | 45.04 | 31.45 | 43.23 | - |
| YUV | 154.8 | 138.27 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 115 | 173 | 0 | 0.49 | 0.23 | 0.11 | 328.65 | 0.66 | 0.67 |
| Hex | E2 | 73 | AD | 0 | 31 | 17 | B | 149 | 42 | 43 |
| Octal | 342 | 163 | 255 | 0 | 61 | 27 | 13 | 511 | 102 | 103 |
| Binary | 11100010 | 1110011 | 10101101 | 0 | 110001 | 10111 | 1011 | 101001001 | 1000010 | 1000011 |
Color Harmonies of #E273AD
Complementary color
Monochromatic Colors of #E273AD
Black with #E273AD
Text Example
Text Example
White with #E273AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E273AD; }
p { color: rgb(226,115,173); }
H1.HeaderClassName
{
color: #E273AD;
}
.AnyTagClassName
{
color: #E273AD;
}
</style>
background-color css
<style>
a { background-color: #E273AD; }
a { background-color: rgb(226,115,173); }
div.DivClassName
{
background-color: #E273AD;
}
.BgClassName
{
background-color: #E273AD;
}
</style>
border-color css
<style>
span { border-color: #E273AD; }
span { border-color: rgb(226,115,173); }
td.TdClassName
{
border-color: #E273AD;
}
.TagClassName
{
border-color: #E273AD;
}
</style>