Shades of Dark Pink #E75C8C
Tints of Dark Pink #E75C8C
RGB
CMYK
RGB Variations
Color information
#E75C8C (or 0xE75C8C) is known color: Dark Pink. HEX triplet: E7, 5C and 8C. RGB value is (231,92,140). Sum of RGB (Red+Green+Blue) = 231+92+140=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75C8C is #18A373. Grayscale: #8A8A8A. Windows color (decimal): -1614708 or 9198823. OLE color: 9198823.
HSL color Cylindrical-coordinate representation of color #E75C8C: hue angle of 339.28º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75C8C is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 92 | 140 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.09 |
| HSL | 339.28º | 0.74% | 0.63% | - |
| HSV(B) | 339.28º | 0.6% | 0.91% | - |
| XYZ | 41.52 | 26.54 | 27.74 | - |
| YUV | 139.03 | 128.55 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 140 | 0 | 0.60 | 0.39 | 0.09 | 339.28 | 0.74 | 0.63 |
| Hex | E7 | 5C | 8C | 0 | 3C | 27 | 9 | 153 | 4A | 3F |
| Octal | 347 | 134 | 214 | 0 | 74 | 47 | 11 | 523 | 112 | 77 |
| Binary | 11100111 | 1011100 | 10001100 | 0 | 111100 | 100111 | 1001 | 101010011 | 1001010 | 111111 |
Color Harmonies of #E75C8C
Complementary color
Monochromatic Colors of #E75C8C
Black with #E75C8C
Text Example
Text Example
White with #E75C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75C8C; }
p { color: rgb(231,92,140); }
H1.HeaderClassName
{
color: #E75C8C;
}
.AnyTagClassName
{
color: #E75C8C;
}
</style>
background-color css
<style>
a { background-color: #E75C8C; }
a { background-color: rgb(231,92,140); }
div.DivClassName
{
background-color: #E75C8C;
}
.BgClassName
{
background-color: #E75C8C;
}
</style>
border-color css
<style>
span { border-color: #E75C8C; }
span { border-color: rgb(231,92,140); }
td.TdClassName
{
border-color: #E75C8C;
}
.TagClassName
{
border-color: #E75C8C;
}
</style>