Shades of Persian Pink #E270BB
Tints of Persian Pink #E270BB
RGB
CMYK
RGB Variations
Color information
#E270BB (or 0xE270BB) is known color: Persian Pink. HEX triplet: E2, 70 and BB. RGB value is (226,112,187). Sum of RGB (Red+Green+Blue) = 226+112+187=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E270BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E270BB is #1D8F44. Grayscale: #9A9A9A. Windows color (decimal): -1937221 or 12284130. OLE color: 12284130.
HSL color Cylindrical-coordinate representation of color #E270BB: hue angle of 320.53º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E270BB is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 187 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.11 |
| HSL | 320.53º | 0.66% | 0.66% | - |
| HSV(B) | 320.53º | 0.5% | 0.89% | - |
| XYZ | 46.13 | 31.34 | 50.63 | - |
| YUV | 154.64 | 146.27 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 187 | 0 | 0.50 | 0.17 | 0.11 | 320.53 | 0.66 | 0.66 |
| Hex | E2 | 70 | BB | 0 | 32 | 11 | B | 141 | 42 | 42 |
| Octal | 342 | 160 | 273 | 0 | 62 | 21 | 13 | 501 | 102 | 102 |
| Binary | 11100010 | 1110000 | 10111011 | 0 | 110010 | 10001 | 1011 | 101000001 | 1000010 | 1000010 |
Color Harmonies of #E270BB
Complementary color
Monochromatic Colors of #E270BB
Black with #E270BB
Text Example
Text Example
White with #E270BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E270BB; }
p { color: rgb(226,112,187); }
H1.HeaderClassName
{
color: #E270BB;
}
.AnyTagClassName
{
color: #E270BB;
}
</style>
background-color css
<style>
a { background-color: #E270BB; }
a { background-color: rgb(226,112,187); }
div.DivClassName
{
background-color: #E270BB;
}
.BgClassName
{
background-color: #E270BB;
}
</style>
border-color css
<style>
span { border-color: #E270BB; }
span { border-color: rgb(226,112,187); }
td.TdClassName
{
border-color: #E270BB;
}
.TagClassName
{
border-color: #E270BB;
}
</style>