Shades of Persian Pink #E273BC
Tints of Persian Pink #E273BC
RGB
CMYK
RGB Variations
Color information
#E273BC (or 0xE273BC) is known color: Persian Pink. HEX triplet: E2, 73 and BC. RGB value is (226,115,188). Sum of RGB (Red+Green+Blue) = 226+115+188=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E273BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E273BC is #1D8C43. Grayscale: #9C9C9C. Windows color (decimal): -1936452 or 12350434. OLE color: 12350434.
HSL color Cylindrical-coordinate representation of color #E273BC: hue angle of 320.54º 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 #E273BC is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 115 | 188 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.11 |
| HSL | 320.54º | 0.66% | 0.67% | - |
| HSV(B) | 320.54º | 0.49% | 0.89% | - |
| XYZ | 46.57 | 32.06 | 51.31 | - |
| YUV | 156.51 | 145.77 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 115 | 188 | 0 | 0.49 | 0.17 | 0.11 | 320.54 | 0.66 | 0.67 |
| Hex | E2 | 73 | BC | 0 | 31 | 11 | B | 141 | 42 | 43 |
| Octal | 342 | 163 | 274 | 0 | 61 | 21 | 13 | 501 | 102 | 103 |
| Binary | 11100010 | 1110011 | 10111100 | 0 | 110001 | 10001 | 1011 | 101000001 | 1000010 | 1000011 |
Color Harmonies of #E273BC
Complementary color
Monochromatic Colors of #E273BC
Black with #E273BC
Text Example
Text Example
White with #E273BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E273BC; }
p { color: rgb(226,115,188); }
H1.HeaderClassName
{
color: #E273BC;
}
.AnyTagClassName
{
color: #E273BC;
}
</style>
background-color css
<style>
a { background-color: #E273BC; }
a { background-color: rgb(226,115,188); }
div.DivClassName
{
background-color: #E273BC;
}
.BgClassName
{
background-color: #E273BC;
}
</style>
border-color css
<style>
span { border-color: #E273BC; }
span { border-color: rgb(226,115,188); }
td.TdClassName
{
border-color: #E273BC;
}
.TagClassName
{
border-color: #E273BC;
}
</style>