Shades of Persian Pink #E27EB6
Tints of Persian Pink #E27EB6
RGB
CMYK
RGB Variations
Color information
#E27EB6 (or 0xE27EB6) is known color: Persian Pink. HEX triplet: E2, 7E and B6. RGB value is (226,126,182). Sum of RGB (Red+Green+Blue) = 226+126+182=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 182 (71.48% from 255 or 34.08% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E27EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27EB6 is #1D8149. Grayscale: #A2A2A2. Windows color (decimal): -1933642 or 11960034. OLE color: 11960034.
HSL color Cylindrical-coordinate representation of color #E27EB6: hue angle of 326.4º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E27EB6 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 126 | 182 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.11 |
| HSL | 326.4º | 0.63% | 0.69% | - |
| HSV(B) | 326.4º | 0.44% | 0.89% | - |
| XYZ | 47.27 | 34.47 | 48.42 | - |
| YUV | 162.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 126 | 182 | 0 | 0.44 | 0.19 | 0.11 | 326.4 | 0.63 | 0.69 |
| Hex | E2 | 7E | B6 | 0 | 2C | 13 | B | 146 | 3F | 45 |
| Octal | 342 | 176 | 266 | 0 | 54 | 23 | 13 | 506 | 77 | 105 |
| Binary | 11100010 | 1111110 | 10110110 | 0 | 101100 | 10011 | 1011 | 101000110 | 111111 | 1000101 |
Color Harmonies of #E27EB6
Complementary color
Monochromatic Colors of #E27EB6
Black with #E27EB6
Text Example
Text Example
White with #E27EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27EB6; }
p { color: rgb(226,126,182); }
H1.HeaderClassName
{
color: #E27EB6;
}
.AnyTagClassName
{
color: #E27EB6;
}
</style>
background-color css
<style>
a { background-color: #E27EB6; }
a { background-color: rgb(226,126,182); }
div.DivClassName
{
background-color: #E27EB6;
}
.BgClassName
{
background-color: #E27EB6;
}
</style>
border-color css
<style>
span { border-color: #E27EB6; }
span { border-color: rgb(226,126,182); }
td.TdClassName
{
border-color: #E27EB6;
}
.TagClassName
{
border-color: #E27EB6;
}
</style>