Shades of Persian Pink #E874B4
Tints of Persian Pink #E874B4
RGB
CMYK
RGB Variations
Color information
#E874B4 (or 0xE874B4) is known color: Persian Pink. HEX triplet: E8, 74 and B4. RGB value is (232,116,180). Sum of RGB (Red+Green+Blue) = 232+116+180=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E874B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E874B4 is #178B4B. Grayscale: #9D9D9D. Windows color (decimal): -1542988 or 11826408. OLE color: 11826408.
HSL color Cylindrical-coordinate representation of color #E874B4: hue angle of 326.9º 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 #E874B4 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 180 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.09 |
| HSL | 326.9º | 0.72% | 0.68% | - |
| HSV(B) | 326.9º | 0.5% | 0.91% | - |
| XYZ | 47.76 | 32.94 | 47.02 | - |
| YUV | 157.98 | 140.43 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 180 | 0 | 0.50 | 0.22 | 0.09 | 326.9 | 0.72 | 0.68 |
| Hex | E8 | 74 | B4 | 0 | 32 | 16 | 9 | 147 | 48 | 44 |
| Octal | 350 | 164 | 264 | 0 | 62 | 26 | 11 | 507 | 110 | 104 |
| Binary | 11101000 | 1110100 | 10110100 | 0 | 110010 | 10110 | 1001 | 101000111 | 1001000 | 1000100 |
Color Harmonies of #E874B4
Complementary color
Monochromatic Colors of #E874B4
Black with #E874B4
Text Example
Text Example
White with #E874B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E874B4; }
p { color: rgb(232,116,180); }
H1.HeaderClassName
{
color: #E874B4;
}
.AnyTagClassName
{
color: #E874B4;
}
</style>
background-color css
<style>
a { background-color: #E874B4; }
a { background-color: rgb(232,116,180); }
div.DivClassName
{
background-color: #E874B4;
}
.BgClassName
{
background-color: #E874B4;
}
</style>
border-color css
<style>
span { border-color: #E874B4; }
span { border-color: rgb(232,116,180); }
td.TdClassName
{
border-color: #E874B4;
}
.TagClassName
{
border-color: #E874B4;
}
</style>