Shades of Persian Pink #E882BC
Tints of Persian Pink #E882BC
RGB
CMYK
RGB Variations
Color information
#E882BC (or 0xE882BC) is known color: Persian Pink. HEX triplet: E8, 82 and BC. RGB value is (232,130,188). Sum of RGB (Red+Green+Blue) = 232+130+188=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E882BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E882BC is #177D43. Grayscale: #A6A6A6. Windows color (decimal): -1539396 or 12354280. OLE color: 12354280.
HSL color Cylindrical-coordinate representation of color #E882BC: hue angle of 325.88º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E882BC is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 130 | 188 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.09 |
| HSL | 325.88º | 0.69% | 0.71% | - |
| HSV(B) | 325.88º | 0.44% | 0.91% | - |
| XYZ | 50.34 | 36.75 | 52.02 | - |
| YUV | 167.11 | 139.79 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 130 | 188 | 0 | 0.44 | 0.19 | 0.09 | 325.88 | 0.69 | 0.71 |
| Hex | E8 | 82 | BC | 0 | 2C | 13 | 9 | 146 | 45 | 47 |
| Octal | 350 | 202 | 274 | 0 | 54 | 23 | 11 | 506 | 105 | 107 |
| Binary | 11101000 | 10000010 | 10111100 | 0 | 101100 | 10011 | 1001 | 101000110 | 1000101 | 1000111 |
Color Harmonies of #E882BC
Complementary color
Monochromatic Colors of #E882BC
Black with #E882BC
Text Example
Text Example
White with #E882BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E882BC; }
p { color: rgb(232,130,188); }
H1.HeaderClassName
{
color: #E882BC;
}
.AnyTagClassName
{
color: #E882BC;
}
</style>
background-color css
<style>
a { background-color: #E882BC; }
a { background-color: rgb(232,130,188); }
div.DivClassName
{
background-color: #E882BC;
}
.BgClassName
{
background-color: #E882BC;
}
</style>
border-color css
<style>
span { border-color: #E882BC; }
span { border-color: rgb(232,130,188); }
td.TdClassName
{
border-color: #E882BC;
}
.TagClassName
{
border-color: #E882BC;
}
</style>