Shades of Persian Pink #E274BB
Tints of Persian Pink #E274BB
RGB
CMYK
RGB Variations
Color information
#E274BB (or 0xE274BB) is known color: Persian Pink. HEX triplet: E2, 74 and BB. RGB value is (226,116,187). Sum of RGB (Red+Green+Blue) = 226+116+187=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E274BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E274BB is #1D8B44. Grayscale: #9C9C9C. Windows color (decimal): -1936197 or 12285154. OLE color: 12285154.
HSL color Cylindrical-coordinate representation of color #E274BB: hue angle of 321.27º degrees, saturation: 0.65, 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 #E274BB is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 116 | 187 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.11 |
| HSL | 321.27º | 0.65% | 0.67% | - |
| HSV(B) | 321.27º | 0.49% | 0.89% | - |
| XYZ | 46.58 | 32.25 | 50.78 | - |
| YUV | 156.98 | 144.94 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 187 | 0 | 0.49 | 0.17 | 0.11 | 321.27 | 0.65 | 0.67 |
| Hex | E2 | 74 | BB | 0 | 31 | 11 | B | 141 | 41 | 43 |
| Octal | 342 | 164 | 273 | 0 | 61 | 21 | 13 | 501 | 101 | 103 |
| Binary | 11100010 | 1110100 | 10111011 | 0 | 110001 | 10001 | 1011 | 101000001 | 1000001 | 1000011 |
Color Harmonies of #E274BB
Complementary color
Monochromatic Colors of #E274BB
Black with #E274BB
Text Example
Text Example
White with #E274BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E274BB; }
p { color: rgb(226,116,187); }
H1.HeaderClassName
{
color: #E274BB;
}
.AnyTagClassName
{
color: #E274BB;
}
</style>
background-color css
<style>
a { background-color: #E274BB; }
a { background-color: rgb(226,116,187); }
div.DivClassName
{
background-color: #E274BB;
}
.BgClassName
{
background-color: #E274BB;
}
</style>
border-color css
<style>
span { border-color: #E274BB; }
span { border-color: rgb(226,116,187); }
td.TdClassName
{
border-color: #E274BB;
}
.TagClassName
{
border-color: #E274BB;
}
</style>