Shades of Persian Pink #E27AB5
Tints of Persian Pink #E27AB5
RGB
CMYK
RGB Variations
Color information
#E27AB5 (or 0xE27AB5) is known color: Persian Pink. HEX triplet: E2, 7A and B5. RGB value is (226,122,181). Sum of RGB (Red+Green+Blue) = 226+122+181=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E27AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27AB5 is #1D854A. Grayscale: #9F9F9F. Windows color (decimal): -1934667 or 11893474. OLE color: 11893474.
HSL color Cylindrical-coordinate representation of color #E27AB5: hue angle of 325.96º 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 #E27AB5 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 181 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.11 |
| HSL | 325.96º | 0.64% | 0.68% | - |
| HSV(B) | 325.96º | 0.46% | 0.89% | - |
| XYZ | 46.66 | 33.42 | 47.71 | - |
| YUV | 159.82 | 139.96 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 181 | 0 | 0.46 | 0.20 | 0.11 | 325.96 | 0.64 | 0.68 |
| Hex | E2 | 7A | B5 | 0 | 2E | 14 | B | 146 | 40 | 44 |
| Octal | 342 | 172 | 265 | 0 | 56 | 24 | 13 | 506 | 100 | 104 |
| Binary | 11100010 | 1111010 | 10110101 | 0 | 101110 | 10100 | 1011 | 101000110 | 1000000 | 1000100 |
Color Harmonies of #E27AB5
Complementary color
Monochromatic Colors of #E27AB5
Black with #E27AB5
Text Example
Text Example
White with #E27AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27AB5; }
p { color: rgb(226,122,181); }
H1.HeaderClassName
{
color: #E27AB5;
}
.AnyTagClassName
{
color: #E27AB5;
}
</style>
background-color css
<style>
a { background-color: #E27AB5; }
a { background-color: rgb(226,122,181); }
div.DivClassName
{
background-color: #E27AB5;
}
.BgClassName
{
background-color: #E27AB5;
}
</style>
border-color css
<style>
span { border-color: #E27AB5; }
span { border-color: rgb(226,122,181); }
td.TdClassName
{
border-color: #E27AB5;
}
.TagClassName
{
border-color: #E27AB5;
}
</style>