Shades of Persian Pink #E884B6
Tints of Persian Pink #E884B6
RGB
CMYK
RGB Variations
Color information
#E884B6 (or 0xE884B6) is known color: Persian Pink. HEX triplet: E8, 84 and B6. RGB value is (232,132,182). Sum of RGB (Red+Green+Blue) = 232+132+182=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E884B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E884B6 is #177B49. Grayscale: #A7A7A7. Windows color (decimal): -1538890 or 11961576. OLE color: 11961576.
HSL color Cylindrical-coordinate representation of color #E884B6: hue angle of 330º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E884B6 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 132 | 182 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.09 |
| HSL | 330º | 0.68% | 0.71% | - |
| HSV(B) | 330º | 0.43% | 0.91% | - |
| XYZ | 49.97 | 37.04 | 48.77 | - |
| YUV | 167.6 | 136.13 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 132 | 182 | 0 | 0.43 | 0.22 | 0.09 | 330 | 0.68 | 0.71 |
| Hex | E8 | 84 | B6 | 0 | 2B | 16 | 9 | 14A | 44 | 47 |
| Octal | 350 | 204 | 266 | 0 | 53 | 26 | 11 | 512 | 104 | 107 |
| Binary | 11101000 | 10000100 | 10110110 | 0 | 101011 | 10110 | 1001 | 101001010 | 1000100 | 1000111 |
Color Harmonies of #E884B6
Complementary color
Monochromatic Colors of #E884B6
Black with #E884B6
Text Example
Text Example
White with #E884B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E884B6; }
p { color: rgb(232,132,182); }
H1.HeaderClassName
{
color: #E884B6;
}
.AnyTagClassName
{
color: #E884B6;
}
</style>
background-color css
<style>
a { background-color: #E884B6; }
a { background-color: rgb(232,132,182); }
div.DivClassName
{
background-color: #E884B6;
}
.BgClassName
{
background-color: #E884B6;
}
</style>
border-color css
<style>
span { border-color: #E884B6; }
span { border-color: rgb(232,132,182); }
td.TdClassName
{
border-color: #E884B6;
}
.TagClassName
{
border-color: #E884B6;
}
</style>