Shades of Persian Pink #E272BF
Tints of Persian Pink #E272BF
RGB
CMYK
RGB Variations
Color information
#E272BF (or 0xE272BF) is known color: Persian Pink. HEX triplet: E2, 72 and BF. RGB value is (226,114,191). Sum of RGB (Red+Green+Blue) = 226+114+191=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E272BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E272BF is #1D8D40. Grayscale: #9C9C9C. Windows color (decimal): -1936705 or 12546786. OLE color: 12546786.
HSL color Cylindrical-coordinate representation of color #E272BF: hue angle of 318.75º 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 #E272BF is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 191 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.11 |
| HSL | 318.75º | 0.66% | 0.67% | - |
| HSV(B) | 318.75º | 0.5% | 0.89% | - |
| XYZ | 46.79 | 31.96 | 52.99 | - |
| YUV | 156.27 | 147.61 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 191 | 0 | 0.50 | 0.15 | 0.11 | 318.75 | 0.66 | 0.67 |
| Hex | E2 | 72 | BF | 0 | 32 | F | B | 13F | 42 | 43 |
| Octal | 342 | 162 | 277 | 0 | 62 | 17 | 13 | 477 | 102 | 103 |
| Binary | 11100010 | 1110010 | 10111111 | 0 | 110010 | 1111 | 1011 | 100111111 | 1000010 | 1000011 |
Color Harmonies of #E272BF
Complementary color
Monochromatic Colors of #E272BF
Black with #E272BF
Text Example
Text Example
White with #E272BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E272BF; }
p { color: rgb(226,114,191); }
H1.HeaderClassName
{
color: #E272BF;
}
.AnyTagClassName
{
color: #E272BF;
}
</style>
background-color css
<style>
a { background-color: #E272BF; }
a { background-color: rgb(226,114,191); }
div.DivClassName
{
background-color: #E272BF;
}
.BgClassName
{
background-color: #E272BF;
}
</style>
border-color css
<style>
span { border-color: #E272BF; }
span { border-color: rgb(226,114,191); }
td.TdClassName
{
border-color: #E272BF;
}
.TagClassName
{
border-color: #E272BF;
}
</style>