Shades of Persian Pink #E272AD
Tints of Persian Pink #E272AD
RGB
CMYK
RGB Variations
Color information
#E272AD (or 0xE272AD) is known color: Persian Pink. HEX triplet: E2, 72 and AD. RGB value is (226,114,173). Sum of RGB (Red+Green+Blue) = 226+114+173=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E272AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E272AD is #1D8D52. Grayscale: #9A9A9A. Windows color (decimal): -1936723 or 11367138. OLE color: 11367138.
HSL color Cylindrical-coordinate representation of color #E272AD: hue angle of 328.39º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E272AD is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 173 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.11 |
| HSL | 328.39º | 0.66% | 0.67% | - |
| HSV(B) | 328.39º | 0.5% | 0.89% | - |
| XYZ | 44.92 | 31.22 | 43.19 | - |
| YUV | 154.21 | 138.61 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 173 | 0 | 0.50 | 0.23 | 0.11 | 328.39 | 0.66 | 0.67 |
| Hex | E2 | 72 | AD | 0 | 32 | 17 | B | 148 | 42 | 43 |
| Octal | 342 | 162 | 255 | 0 | 62 | 27 | 13 | 510 | 102 | 103 |
| Binary | 11100010 | 1110010 | 10101101 | 0 | 110010 | 10111 | 1011 | 101001000 | 1000010 | 1000011 |
Color Harmonies of #E272AD
Complementary color
Monochromatic Colors of #E272AD
Black with #E272AD
Text Example
Text Example
White with #E272AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E272AD; }
p { color: rgb(226,114,173); }
H1.HeaderClassName
{
color: #E272AD;
}
.AnyTagClassName
{
color: #E272AD;
}
</style>
background-color css
<style>
a { background-color: #E272AD; }
a { background-color: rgb(226,114,173); }
div.DivClassName
{
background-color: #E272AD;
}
.BgClassName
{
background-color: #E272AD;
}
</style>
border-color css
<style>
span { border-color: #E272AD; }
span { border-color: rgb(226,114,173); }
td.TdClassName
{
border-color: #E272AD;
}
.TagClassName
{
border-color: #E272AD;
}
</style>