Shades of Persian Pink #E875C1
Tints of Persian Pink #E875C1
RGB
CMYK
RGB Variations
Color information
#E875C1 (or 0xE875C1) is known color: Persian Pink. HEX triplet: E8, 75 and C1. RGB value is (232,117,193). Sum of RGB (Red+Green+Blue) = 232+117+193=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E875C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875C1 is #178A3E. Grayscale: #9F9F9F. Windows color (decimal): -1542719 or 12678632. OLE color: 12678632.
HSL color Cylindrical-coordinate representation of color #E875C1: hue angle of 320.35º degrees, saturation: 0.71, 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 #E875C1 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 117 | 193 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.09 |
| HSL | 320.35º | 0.71% | 0.68% | - |
| HSV(B) | 320.35º | 0.5% | 0.91% | - |
| XYZ | 49.27 | 33.73 | 54.37 | - |
| YUV | 160.05 | 146.6 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 117 | 193 | 0 | 0.50 | 0.17 | 0.09 | 320.35 | 0.71 | 0.68 |
| Hex | E8 | 75 | C1 | 0 | 32 | 11 | 9 | 140 | 47 | 44 |
| Octal | 350 | 165 | 301 | 0 | 62 | 21 | 11 | 500 | 107 | 104 |
| Binary | 11101000 | 1110101 | 11000001 | 0 | 110010 | 10001 | 1001 | 101000000 | 1000111 | 1000100 |
Color Harmonies of #E875C1
Complementary color
Monochromatic Colors of #E875C1
Black with #E875C1
Text Example
Text Example
White with #E875C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E875C1; }
p { color: rgb(232,117,193); }
H1.HeaderClassName
{
color: #E875C1;
}
.AnyTagClassName
{
color: #E875C1;
}
</style>
background-color css
<style>
a { background-color: #E875C1; }
a { background-color: rgb(232,117,193); }
div.DivClassName
{
background-color: #E875C1;
}
.BgClassName
{
background-color: #E875C1;
}
</style>
border-color css
<style>
span { border-color: #E875C1; }
span { border-color: rgb(232,117,193); }
td.TdClassName
{
border-color: #E875C1;
}
.TagClassName
{
border-color: #E875C1;
}
</style>