Shades of Persian Pink #E27AB4
Tints of Persian Pink #E27AB4
RGB
CMYK
RGB Variations
Color information
#E27AB4 (or 0xE27AB4) is known color: Persian Pink. HEX triplet: E2, 7A and B4. RGB value is (226,122,180). Sum of RGB (Red+Green+Blue) = 226+122+180=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E27AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27AB4 is #1D854B. Grayscale: #9F9F9F. Windows color (decimal): -1934668 or 11827938. OLE color: 11827938.
HSL color Cylindrical-coordinate representation of color #E27AB4: hue angle of 326.54º 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 #E27AB4 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 180 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.11 |
| HSL | 326.54º | 0.64% | 0.68% | - |
| HSV(B) | 326.54º | 0.46% | 0.89% | - |
| XYZ | 46.56 | 33.38 | 47.17 | - |
| YUV | 159.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 180 | 0 | 0.46 | 0.20 | 0.11 | 326.54 | 0.64 | 0.68 |
| Hex | E2 | 7A | B4 | 0 | 2E | 14 | B | 147 | 40 | 44 |
| Octal | 342 | 172 | 264 | 0 | 56 | 24 | 13 | 507 | 100 | 104 |
| Binary | 11100010 | 1111010 | 10110100 | 0 | 101110 | 10100 | 1011 | 101000111 | 1000000 | 1000100 |
Color Harmonies of #E27AB4
Complementary color
Monochromatic Colors of #E27AB4
Black with #E27AB4
Text Example
Text Example
White with #E27AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27AB4; }
p { color: rgb(226,122,180); }
H1.HeaderClassName
{
color: #E27AB4;
}
.AnyTagClassName
{
color: #E27AB4;
}
</style>
background-color css
<style>
a { background-color: #E27AB4; }
a { background-color: rgb(226,122,180); }
div.DivClassName
{
background-color: #E27AB4;
}
.BgClassName
{
background-color: #E27AB4;
}
</style>
border-color css
<style>
span { border-color: #E27AB4; }
span { border-color: rgb(226,122,180); }
td.TdClassName
{
border-color: #E27AB4;
}
.TagClassName
{
border-color: #E27AB4;
}
</style>