Shades of Persian Pink #E874B0
Tints of Persian Pink #E874B0
RGB
CMYK
RGB Variations
Color information
#E874B0 (or 0xE874B0) is known color: Persian Pink. HEX triplet: E8, 74 and B0. RGB value is (232,116,176). Sum of RGB (Red+Green+Blue) = 232+116+176=524 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.27% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 232 - color contains mainly: red. Hex color #E874B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E874B0 is #178B4F. Grayscale: #9D9D9D. Windows color (decimal): -1542992 or 11564264. OLE color: 11564264.
HSL color Cylindrical-coordinate representation of color #E874B0: hue angle of 328.97º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E874B0 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 176 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.09 |
| HSL | 328.97º | 0.72% | 0.68% | - |
| HSV(B) | 328.97º | 0.5% | 0.91% | - |
| XYZ | 47.36 | 32.78 | 44.91 | - |
| YUV | 157.52 | 138.43 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 176 | 0 | 0.50 | 0.24 | 0.09 | 328.97 | 0.72 | 0.68 |
| Hex | E8 | 74 | B0 | 0 | 32 | 18 | 9 | 149 | 48 | 44 |
| Octal | 350 | 164 | 260 | 0 | 62 | 30 | 11 | 511 | 110 | 104 |
| Binary | 11101000 | 1110100 | 10110000 | 0 | 110010 | 11000 | 1001 | 101001001 | 1001000 | 1000100 |
Color Harmonies of #E874B0
Complementary color
Monochromatic Colors of #E874B0
Black with #E874B0
Text Example
Text Example
White with #E874B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E874B0; }
p { color: rgb(232,116,176); }
H1.HeaderClassName
{
color: #E874B0;
}
.AnyTagClassName
{
color: #E874B0;
}
</style>
background-color css
<style>
a { background-color: #E874B0; }
a { background-color: rgb(232,116,176); }
div.DivClassName
{
background-color: #E874B0;
}
.BgClassName
{
background-color: #E874B0;
}
</style>
border-color css
<style>
span { border-color: #E874B0; }
span { border-color: rgb(232,116,176); }
td.TdClassName
{
border-color: #E874B0;
}
.TagClassName
{
border-color: #E874B0;
}
</style>