Shades of Persian Pink #E885B5
Tints of Persian Pink #E885B5
RGB
CMYK
RGB Variations
Color information
#E885B5 (or 0xE885B5) is known color: Persian Pink. HEX triplet: E8, 85 and B5. RGB value is (232,133,181). Sum of RGB (Red+Green+Blue) = 232+133+181=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E885B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885B5 is #177A4A. Grayscale: #A7A7A7. Windows color (decimal): -1538635 or 11896296. OLE color: 11896296.
HSL color Cylindrical-coordinate representation of color #E885B5: hue angle of 330.91º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E885B5 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 133 | 181 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.09 |
| HSL | 330.91º | 0.68% | 0.72% | - |
| HSV(B) | 330.91º | 0.43% | 0.91% | - |
| XYZ | 50.01 | 37.27 | 48.27 | - |
| YUV | 168.07 | 135.3 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 133 | 181 | 0 | 0.43 | 0.22 | 0.09 | 330.91 | 0.68 | 0.72 |
| Hex | E8 | 85 | B5 | 0 | 2B | 16 | 9 | 14B | 44 | 48 |
| Octal | 350 | 205 | 265 | 0 | 53 | 26 | 11 | 513 | 104 | 110 |
| Binary | 11101000 | 10000101 | 10110101 | 0 | 101011 | 10110 | 1001 | 101001011 | 1000100 | 1001000 |
Color Harmonies of #E885B5
Complementary color
Monochromatic Colors of #E885B5
Black with #E885B5
Text Example
Text Example
White with #E885B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E885B5; }
p { color: rgb(232,133,181); }
H1.HeaderClassName
{
color: #E885B5;
}
.AnyTagClassName
{
color: #E885B5;
}
</style>
background-color css
<style>
a { background-color: #E885B5; }
a { background-color: rgb(232,133,181); }
div.DivClassName
{
background-color: #E885B5;
}
.BgClassName
{
background-color: #E885B5;
}
</style>
border-color css
<style>
span { border-color: #E885B5; }
span { border-color: rgb(232,133,181); }
td.TdClassName
{
border-color: #E885B5;
}
.TagClassName
{
border-color: #E885B5;
}
</style>