Shades of Persian Pink #E874AE
Tints of Persian Pink #E874AE
RGB
CMYK
RGB Variations
Color information
#E874AE (or 0xE874AE) is known color: Persian Pink. HEX triplet: E8, 74 and AE. RGB value is (232,116,174). Sum of RGB (Red+Green+Blue) = 232+116+174=522 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.44% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 232 - color contains mainly: red. Hex color #E874AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E874AE is #178B51. Grayscale: #9D9D9D. Windows color (decimal): -1542994 or 11433192. OLE color: 11433192.
HSL color Cylindrical-coordinate representation of color #E874AE: hue angle of 330º 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 #E874AE is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 174 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.09 |
| HSL | 330º | 0.72% | 0.68% | - |
| HSV(B) | 330º | 0.5% | 0.91% | - |
| XYZ | 47.16 | 32.7 | 43.87 | - |
| YUV | 157.3 | 137.43 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 174 | 0 | 0.50 | 0.25 | 0.09 | 330 | 0.72 | 0.68 |
| Hex | E8 | 74 | AE | 0 | 32 | 19 | 9 | 14A | 48 | 44 |
| Octal | 350 | 164 | 256 | 0 | 62 | 31 | 11 | 512 | 110 | 104 |
| Binary | 11101000 | 1110100 | 10101110 | 0 | 110010 | 11001 | 1001 | 101001010 | 1001000 | 1000100 |
Color Harmonies of #E874AE
Complementary color
Monochromatic Colors of #E874AE
Black with #E874AE
Text Example
Text Example
White with #E874AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E874AE; }
p { color: rgb(232,116,174); }
H1.HeaderClassName
{
color: #E874AE;
}
.AnyTagClassName
{
color: #E874AE;
}
</style>
background-color css
<style>
a { background-color: #E874AE; }
a { background-color: rgb(232,116,174); }
div.DivClassName
{
background-color: #E874AE;
}
.BgClassName
{
background-color: #E874AE;
}
</style>
border-color css
<style>
span { border-color: #E874AE; }
span { border-color: rgb(232,116,174); }
td.TdClassName
{
border-color: #E874AE;
}
.TagClassName
{
border-color: #E874AE;
}
</style>