Shades of Dark Pink #E75C8E
Tints of Dark Pink #E75C8E
RGB
CMYK
RGB Variations
Color information
#E75C8E (or 0xE75C8E) is known color: Dark Pink. HEX triplet: E7, 5C and 8E. RGB value is (231,92,142). Sum of RGB (Red+Green+Blue) = 231+92+142=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75C8E is #18A371. Grayscale: #8B8B8B. Windows color (decimal): -1614706 or 9329895. OLE color: 9329895.
HSL color Cylindrical-coordinate representation of color #E75C8E: hue angle of 338.42º 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 #E75C8E is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 92 | 142 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.09 |
| HSL | 338.42º | 0.74% | 0.63% | - |
| HSV(B) | 338.42º | 0.6% | 0.91% | - |
| XYZ | 41.66 | 26.6 | 28.53 | - |
| YUV | 139.26 | 129.55 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 142 | 0 | 0.60 | 0.39 | 0.09 | 338.42 | 0.74 | 0.63 |
| Hex | E7 | 5C | 8E | 0 | 3C | 27 | 9 | 152 | 4A | 3F |
| Octal | 347 | 134 | 216 | 0 | 74 | 47 | 11 | 522 | 112 | 77 |
| Binary | 11100111 | 1011100 | 10001110 | 0 | 111100 | 100111 | 1001 | 101010010 | 1001010 | 111111 |
Color Harmonies of #E75C8E
Complementary color
Monochromatic Colors of #E75C8E
Black with #E75C8E
Text Example
Text Example
White with #E75C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75C8E; }
p { color: rgb(231,92,142); }
H1.HeaderClassName
{
color: #E75C8E;
}
.AnyTagClassName
{
color: #E75C8E;
}
</style>
background-color css
<style>
a { background-color: #E75C8E; }
a { background-color: rgb(231,92,142); }
div.DivClassName
{
background-color: #E75C8E;
}
.BgClassName
{
background-color: #E75C8E;
}
</style>
border-color css
<style>
span { border-color: #E75C8E; }
span { border-color: rgb(231,92,142); }
td.TdClassName
{
border-color: #E75C8E;
}
.TagClassName
{
border-color: #E75C8E;
}
</style>