Shades of Persian Pink #E272BE
Tints of Persian Pink #E272BE
RGB
CMYK
RGB Variations
Color information
#E272BE (or 0xE272BE) is known color: Persian Pink. HEX triplet: E2, 72 and BE. RGB value is (226,114,190). Sum of RGB (Red+Green+Blue) = 226+114+190=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E272BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E272BE is #1D8D41. Grayscale: #9B9B9B. Windows color (decimal): -1936706 or 12481250. OLE color: 12481250.
HSL color Cylindrical-coordinate representation of color #E272BE: hue angle of 319.29º 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 #E272BE is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 190 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.11 |
| HSL | 319.29º | 0.66% | 0.67% | - |
| HSV(B) | 319.29º | 0.5% | 0.89% | - |
| XYZ | 46.68 | 31.92 | 52.42 | - |
| YUV | 156.15 | 147.11 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 190 | 0 | 0.50 | 0.16 | 0.11 | 319.29 | 0.66 | 0.67 |
| Hex | E2 | 72 | BE | 0 | 32 | 10 | B | 13F | 42 | 43 |
| Octal | 342 | 162 | 276 | 0 | 62 | 20 | 13 | 477 | 102 | 103 |
| Binary | 11100010 | 1110010 | 10111110 | 0 | 110010 | 10000 | 1011 | 100111111 | 1000010 | 1000011 |
Color Harmonies of #E272BE
Complementary color
Monochromatic Colors of #E272BE
Black with #E272BE
Text Example
Text Example
White with #E272BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E272BE; }
p { color: rgb(226,114,190); }
H1.HeaderClassName
{
color: #E272BE;
}
.AnyTagClassName
{
color: #E272BE;
}
</style>
background-color css
<style>
a { background-color: #E272BE; }
a { background-color: rgb(226,114,190); }
div.DivClassName
{
background-color: #E272BE;
}
.BgClassName
{
background-color: #E272BE;
}
</style>
border-color css
<style>
span { border-color: #E272BE; }
span { border-color: rgb(226,114,190); }
td.TdClassName
{
border-color: #E272BE;
}
.TagClassName
{
border-color: #E272BE;
}
</style>