Shades of Persian Pink #E272BD
Tints of Persian Pink #E272BD
RGB
CMYK
RGB Variations
Color information
#E272BD (or 0xE272BD) is known color: Persian Pink. HEX triplet: E2, 72 and BD. RGB value is (226,114,189). Sum of RGB (Red+Green+Blue) = 226+114+189=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E272BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E272BD is #1D8D42. Grayscale: #9B9B9B. Windows color (decimal): -1936707 or 12415714. OLE color: 12415714.
HSL color Cylindrical-coordinate representation of color #E272BD: hue angle of 319.82º 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 #E272BD is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 189 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.11 |
| HSL | 319.82º | 0.66% | 0.67% | - |
| HSV(B) | 319.82º | 0.5% | 0.89% | - |
| XYZ | 46.57 | 31.88 | 51.84 | - |
| YUV | 156.04 | 146.61 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 189 | 0 | 0.50 | 0.16 | 0.11 | 319.82 | 0.66 | 0.67 |
| Hex | E2 | 72 | BD | 0 | 32 | 10 | B | 140 | 42 | 43 |
| Octal | 342 | 162 | 275 | 0 | 62 | 20 | 13 | 500 | 102 | 103 |
| Binary | 11100010 | 1110010 | 10111101 | 0 | 110010 | 10000 | 1011 | 101000000 | 1000010 | 1000011 |
Color Harmonies of #E272BD
Complementary color
Monochromatic Colors of #E272BD
Black with #E272BD
Text Example
Text Example
White with #E272BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E272BD; }
p { color: rgb(226,114,189); }
H1.HeaderClassName
{
color: #E272BD;
}
.AnyTagClassName
{
color: #E272BD;
}
</style>
background-color css
<style>
a { background-color: #E272BD; }
a { background-color: rgb(226,114,189); }
div.DivClassName
{
background-color: #E272BD;
}
.BgClassName
{
background-color: #E272BD;
}
</style>
border-color css
<style>
span { border-color: #E272BD; }
span { border-color: rgb(226,114,189); }
td.TdClassName
{
border-color: #E272BD;
}
.TagClassName
{
border-color: #E272BD;
}
</style>