Shades of Persian Pink #E875C5
Tints of Persian Pink #E875C5
RGB
CMYK
RGB Variations
Color information
#E875C5 (or 0xE875C5) is known color: Persian Pink. HEX triplet: E8, 75 and C5. RGB value is (232,117,197). Sum of RGB (Red+Green+Blue) = 232+117+197=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E875C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875C5 is #178A3A. Grayscale: #A0A0A0. Windows color (decimal): -1542715 or 12940776. OLE color: 12940776.
HSL color Cylindrical-coordinate representation of color #E875C5: hue angle of 318.26º 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 #E875C5 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 117 | 197 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.09 |
| HSL | 318.26º | 0.71% | 0.68% | - |
| HSV(B) | 318.26º | 0.5% | 0.91% | - |
| XYZ | 49.72 | 33.91 | 56.75 | - |
| YUV | 160.51 | 148.6 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 117 | 197 | 0 | 0.50 | 0.15 | 0.09 | 318.26 | 0.71 | 0.68 |
| Hex | E8 | 75 | C5 | 0 | 32 | F | 9 | 13E | 47 | 44 |
| Octal | 350 | 165 | 305 | 0 | 62 | 17 | 11 | 476 | 107 | 104 |
| Binary | 11101000 | 1110101 | 11000101 | 0 | 110010 | 1111 | 1001 | 100111110 | 1000111 | 1000100 |
Color Harmonies of #E875C5
Complementary color
Monochromatic Colors of #E875C5
Black with #E875C5
Text Example
Text Example
White with #E875C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E875C5; }
p { color: rgb(232,117,197); }
H1.HeaderClassName
{
color: #E875C5;
}
.AnyTagClassName
{
color: #E875C5;
}
</style>
background-color css
<style>
a { background-color: #E875C5; }
a { background-color: rgb(232,117,197); }
div.DivClassName
{
background-color: #E875C5;
}
.BgClassName
{
background-color: #E875C5;
}
</style>
border-color css
<style>
span { border-color: #E875C5; }
span { border-color: rgb(232,117,197); }
td.TdClassName
{
border-color: #E875C5;
}
.TagClassName
{
border-color: #E875C5;
}
</style>