Shades of Dark Pink #E75C8F
Tints of Dark Pink #E75C8F
RGB
CMYK
RGB Variations
Color information
#E75C8F (or 0xE75C8F) is known color: Dark Pink. HEX triplet: E7, 5C and 8F. RGB value is (231,92,143). Sum of RGB (Red+Green+Blue) = 231+92+143=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75C8F is #18A370. Grayscale: #8B8B8B. Windows color (decimal): -1614705 or 9395431. OLE color: 9395431.
HSL color Cylindrical-coordinate representation of color #E75C8F: hue angle of 337.99º 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 #E75C8F is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 92 | 143 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.09 |
| HSL | 337.99º | 0.74% | 0.63% | - |
| HSV(B) | 337.99º | 0.6% | 0.91% | - |
| XYZ | 41.74 | 26.63 | 28.93 | - |
| YUV | 139.38 | 130.05 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 143 | 0 | 0.60 | 0.38 | 0.09 | 337.99 | 0.74 | 0.63 |
| Hex | E7 | 5C | 8F | 0 | 3C | 26 | 9 | 152 | 4A | 3F |
| Octal | 347 | 134 | 217 | 0 | 74 | 46 | 11 | 522 | 112 | 77 |
| Binary | 11100111 | 1011100 | 10001111 | 0 | 111100 | 100110 | 1001 | 101010010 | 1001010 | 111111 |
Color Harmonies of #E75C8F
Complementary color
Monochromatic Colors of #E75C8F
Black with #E75C8F
Text Example
Text Example
White with #E75C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75C8F; }
p { color: rgb(231,92,143); }
H1.HeaderClassName
{
color: #E75C8F;
}
.AnyTagClassName
{
color: #E75C8F;
}
</style>
background-color css
<style>
a { background-color: #E75C8F; }
a { background-color: rgb(231,92,143); }
div.DivClassName
{
background-color: #E75C8F;
}
.BgClassName
{
background-color: #E75C8F;
}
</style>
border-color css
<style>
span { border-color: #E75C8F; }
span { border-color: rgb(231,92,143); }
td.TdClassName
{
border-color: #E75C8F;
}
.TagClassName
{
border-color: #E75C8F;
}
</style>