Shades of Persian Pink #E875C4
Tints of Persian Pink #E875C4
RGB
CMYK
RGB Variations
Color information
#E875C4 (or 0xE875C4) is known color: Persian Pink. HEX triplet: E8, 75 and C4. RGB value is (232,117,196). Sum of RGB (Red+Green+Blue) = 232+117+196=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 117 (46.09% from 255 or 21.47% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E875C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875C4 is #178A3B. Grayscale: #A0A0A0. Windows color (decimal): -1542716 or 12875240. OLE color: 12875240.
HSL color Cylindrical-coordinate representation of color #E875C4: hue angle of 318.78º 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 #E875C4 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 117 | 196 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.09 |
| HSL | 318.78º | 0.71% | 0.68% | - |
| HSV(B) | 318.78º | 0.5% | 0.91% | - |
| XYZ | 49.6 | 33.86 | 56.15 | - |
| YUV | 160.39 | 148.1 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 117 | 196 | 0 | 0.50 | 0.16 | 0.09 | 318.78 | 0.71 | 0.68 |
| Hex | E8 | 75 | C4 | 0 | 32 | 10 | 9 | 13F | 47 | 44 |
| Octal | 350 | 165 | 304 | 0 | 62 | 20 | 11 | 477 | 107 | 104 |
| Binary | 11101000 | 1110101 | 11000100 | 0 | 110010 | 10000 | 1001 | 100111111 | 1000111 | 1000100 |
Color Harmonies of #E875C4
Complementary color
Monochromatic Colors of #E875C4
Black with #E875C4
Text Example
Text Example
White with #E875C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E875C4; }
p { color: rgb(232,117,196); }
H1.HeaderClassName
{
color: #E875C4;
}
.AnyTagClassName
{
color: #E875C4;
}
</style>
background-color css
<style>
a { background-color: #E875C4; }
a { background-color: rgb(232,117,196); }
div.DivClassName
{
background-color: #E875C4;
}
.BgClassName
{
background-color: #E875C4;
}
</style>
border-color css
<style>
span { border-color: #E875C4; }
span { border-color: rgb(232,117,196); }
td.TdClassName
{
border-color: #E875C4;
}
.TagClassName
{
border-color: #E875C4;
}
</style>