Shades of Persian Pink #E872B5
Tints of Persian Pink #E872B5
RGB
CMYK
RGB Variations
Color information
#E872B5 (or 0xE872B5) is known color: Persian Pink. HEX triplet: E8, 72 and B5. RGB value is (232,114,181). Sum of RGB (Red+Green+Blue) = 232+114+181=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E872B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E872B5 is #178D4A. Grayscale: #9C9C9C. Windows color (decimal): -1543499 or 11891432. OLE color: 11891432.
HSL color Cylindrical-coordinate representation of color #E872B5: hue angle of 325.93º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E872B5 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 114 | 181 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.09 |
| HSL | 325.93º | 0.72% | 0.68% | - |
| HSV(B) | 325.93º | 0.51% | 0.91% | - |
| XYZ | 47.64 | 32.53 | 47.48 | - |
| YUV | 156.92 | 141.59 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 114 | 181 | 0 | 0.51 | 0.22 | 0.09 | 325.93 | 0.72 | 0.68 |
| Hex | E8 | 72 | B5 | 0 | 33 | 16 | 9 | 146 | 48 | 44 |
| Octal | 350 | 162 | 265 | 0 | 63 | 26 | 11 | 506 | 110 | 104 |
| Binary | 11101000 | 1110010 | 10110101 | 0 | 110011 | 10110 | 1001 | 101000110 | 1001000 | 1000100 |
Color Harmonies of #E872B5
Complementary color
Monochromatic Colors of #E872B5
Black with #E872B5
Text Example
Text Example
White with #E872B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E872B5; }
p { color: rgb(232,114,181); }
H1.HeaderClassName
{
color: #E872B5;
}
.AnyTagClassName
{
color: #E872B5;
}
</style>
background-color css
<style>
a { background-color: #E872B5; }
a { background-color: rgb(232,114,181); }
div.DivClassName
{
background-color: #E872B5;
}
.BgClassName
{
background-color: #E872B5;
}
</style>
border-color css
<style>
span { border-color: #E872B5; }
span { border-color: rgb(232,114,181); }
td.TdClassName
{
border-color: #E872B5;
}
.TagClassName
{
border-color: #E872B5;
}
</style>