Shades of Persian Pink #E27BBE
Tints of Persian Pink #E27BBE
RGB
CMYK
RGB Variations
Color information
#E27BBE (or 0xE27BBE) is known color: Persian Pink. HEX triplet: E2, 7B and BE. RGB value is (226,123,190). Sum of RGB (Red+Green+Blue) = 226+123+190=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E27BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27BBE is #1D8441. Grayscale: #A1A1A1. Windows color (decimal): -1934402 or 12483554. OLE color: 12483554.
HSL color Cylindrical-coordinate representation of color #E27BBE: hue angle of 320.97º 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 #E27BBE is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 123 | 190 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.11 |
| HSL | 320.97º | 0.64% | 0.68% | - |
| HSV(B) | 320.97º | 0.46% | 0.89% | - |
| XYZ | 47.74 | 34.05 | 52.77 | - |
| YUV | 161.44 | 144.12 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 123 | 190 | 0 | 0.46 | 0.16 | 0.11 | 320.97 | 0.64 | 0.68 |
| Hex | E2 | 7B | BE | 0 | 2E | 10 | B | 141 | 40 | 44 |
| Octal | 342 | 173 | 276 | 0 | 56 | 20 | 13 | 501 | 100 | 104 |
| Binary | 11100010 | 1111011 | 10111110 | 0 | 101110 | 10000 | 1011 | 101000001 | 1000000 | 1000100 |
Color Harmonies of #E27BBE
Complementary color
Monochromatic Colors of #E27BBE
Black with #E27BBE
Text Example
Text Example
White with #E27BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27BBE; }
p { color: rgb(226,123,190); }
H1.HeaderClassName
{
color: #E27BBE;
}
.AnyTagClassName
{
color: #E27BBE;
}
</style>
background-color css
<style>
a { background-color: #E27BBE; }
a { background-color: rgb(226,123,190); }
div.DivClassName
{
background-color: #E27BBE;
}
.BgClassName
{
background-color: #E27BBE;
}
</style>
border-color css
<style>
span { border-color: #E27BBE; }
span { border-color: rgb(226,123,190); }
td.TdClassName
{
border-color: #E27BBE;
}
.TagClassName
{
border-color: #E27BBE;
}
</style>