Shades of Persian Pink #E875C2
Tints of Persian Pink #E875C2
RGB
CMYK
RGB Variations
Color information
#E875C2 (or 0xE875C2) is known color: Persian Pink. HEX triplet: E8, 75 and C2. RGB value is (232,117,194). Sum of RGB (Red+Green+Blue) = 232+117+194=543 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.73% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 232 - color contains mainly: red. Hex color #E875C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875C2 is #178A3D. Grayscale: #9F9F9F. Windows color (decimal): -1542718 or 12744168. OLE color: 12744168.
HSL color Cylindrical-coordinate representation of color #E875C2: hue angle of 319.83º 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 #E875C2 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 117 | 194 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.09 |
| HSL | 319.83º | 0.71% | 0.68% | - |
| HSV(B) | 319.83º | 0.5% | 0.91% | - |
| XYZ | 49.38 | 33.77 | 54.96 | - |
| YUV | 160.16 | 147.1 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 117 | 194 | 0 | 0.50 | 0.16 | 0.09 | 319.83 | 0.71 | 0.68 |
| Hex | E8 | 75 | C2 | 0 | 32 | 10 | 9 | 140 | 47 | 44 |
| Octal | 350 | 165 | 302 | 0 | 62 | 20 | 11 | 500 | 107 | 104 |
| Binary | 11101000 | 1110101 | 11000010 | 0 | 110010 | 10000 | 1001 | 101000000 | 1000111 | 1000100 |
Color Harmonies of #E875C2
Complementary color
Monochromatic Colors of #E875C2
Black with #E875C2
Text Example
Text Example
White with #E875C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E875C2; }
p { color: rgb(232,117,194); }
H1.HeaderClassName
{
color: #E875C2;
}
.AnyTagClassName
{
color: #E875C2;
}
</style>
background-color css
<style>
a { background-color: #E875C2; }
a { background-color: rgb(232,117,194); }
div.DivClassName
{
background-color: #E875C2;
}
.BgClassName
{
background-color: #E875C2;
}
</style>
border-color css
<style>
span { border-color: #E875C2; }
span { border-color: rgb(232,117,194); }
td.TdClassName
{
border-color: #E875C2;
}
.TagClassName
{
border-color: #E875C2;
}
</style>