Shades of Persian Pink #E27BBB
Tints of Persian Pink #E27BBB
RGB
CMYK
RGB Variations
Color information
#E27BBB (or 0xE27BBB) is known color: Persian Pink. HEX triplet: E2, 7B and BB. RGB value is (226,123,187). Sum of RGB (Red+Green+Blue) = 226+123+187=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E27BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27BBB is #1D8444. Grayscale: #A0A0A0. Windows color (decimal): -1934405 or 12286946. OLE color: 12286946.
HSL color Cylindrical-coordinate representation of color #E27BBB: hue angle of 322.72º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27BBB is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 123 | 187 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.11 |
| HSL | 322.72º | 0.64% | 0.68% | - |
| HSV(B) | 322.72º | 0.46% | 0.89% | - |
| XYZ | 47.42 | 33.92 | 51.06 | - |
| YUV | 161.09 | 142.62 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 123 | 187 | 0 | 0.46 | 0.17 | 0.11 | 322.72 | 0.64 | 0.68 |
| Hex | E2 | 7B | BB | 0 | 2E | 11 | B | 143 | 40 | 44 |
| Octal | 342 | 173 | 273 | 0 | 56 | 21 | 13 | 503 | 100 | 104 |
| Binary | 11100010 | 1111011 | 10111011 | 0 | 101110 | 10001 | 1011 | 101000011 | 1000000 | 1000100 |
Color Harmonies of #E27BBB
Complementary color
Monochromatic Colors of #E27BBB
Black with #E27BBB
Text Example
Text Example
White with #E27BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27BBB; }
p { color: rgb(226,123,187); }
H1.HeaderClassName
{
color: #E27BBB;
}
.AnyTagClassName
{
color: #E27BBB;
}
</style>
background-color css
<style>
a { background-color: #E27BBB; }
a { background-color: rgb(226,123,187); }
div.DivClassName
{
background-color: #E27BBB;
}
.BgClassName
{
background-color: #E27BBB;
}
</style>
border-color css
<style>
span { border-color: #E27BBB; }
span { border-color: rgb(226,123,187); }
td.TdClassName
{
border-color: #E27BBB;
}
.TagClassName
{
border-color: #E27BBB;
}
</style>