Shades of Persian Pink #E883BE
Tints of Persian Pink #E883BE
RGB
CMYK
RGB Variations
Color information
#E883BE (or 0xE883BE) is known color: Persian Pink. HEX triplet: E8, 83 and BE. RGB value is (232,131,190). Sum of RGB (Red+Green+Blue) = 232+131+190=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E883BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E883BE is #177C41. Grayscale: #A7A7A7. Windows color (decimal): -1539138 or 12485608. OLE color: 12485608.
HSL color Cylindrical-coordinate representation of color #E883BE: hue angle of 324.95º 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 #E883BE is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 131 | 190 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.09 |
| HSL | 324.95º | 0.69% | 0.71% | - |
| HSV(B) | 324.95º | 0.44% | 0.91% | - |
| XYZ | 50.69 | 37.11 | 53.21 | - |
| YUV | 167.93 | 140.46 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 131 | 190 | 0 | 0.44 | 0.18 | 0.09 | 324.95 | 0.69 | 0.71 |
| Hex | E8 | 83 | BE | 0 | 2C | 12 | 9 | 145 | 45 | 47 |
| Octal | 350 | 203 | 276 | 0 | 54 | 22 | 11 | 505 | 105 | 107 |
| Binary | 11101000 | 10000011 | 10111110 | 0 | 101100 | 10010 | 1001 | 101000101 | 1000101 | 1000111 |
Color Harmonies of #E883BE
Complementary color
Monochromatic Colors of #E883BE
Black with #E883BE
Text Example
Text Example
White with #E883BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E883BE; }
p { color: rgb(232,131,190); }
H1.HeaderClassName
{
color: #E883BE;
}
.AnyTagClassName
{
color: #E883BE;
}
</style>
background-color css
<style>
a { background-color: #E883BE; }
a { background-color: rgb(232,131,190); }
div.DivClassName
{
background-color: #E883BE;
}
.BgClassName
{
background-color: #E883BE;
}
</style>
border-color css
<style>
span { border-color: #E883BE; }
span { border-color: rgb(232,131,190); }
td.TdClassName
{
border-color: #E883BE;
}
.TagClassName
{
border-color: #E883BE;
}
</style>