Shades of Dark Pink #E75C7E
Tints of Dark Pink #E75C7E
RGB
CMYK
RGB Variations
Color information
#E75C7E (or 0xE75C7E) is known color: Dark Pink. HEX triplet: E7, 5C and 7E. RGB value is (231,92,126). Sum of RGB (Red+Green+Blue) = 231+92+126=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75C7E is #18A381. Grayscale: #898989. Windows color (decimal): -1614722 or 8281319. OLE color: 8281319.
HSL color Cylindrical-coordinate representation of color #E75C7E: hue angle of 345.32º 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 #E75C7E is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 92 | 126 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.09 |
| HSL | 345.32º | 0.74% | 0.63% | - |
| HSV(B) | 345.32º | 0.6% | 0.91% | - |
| XYZ | 40.55 | 26.15 | 22.65 | - |
| YUV | 137.44 | 121.55 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 126 | 0 | 0.60 | 0.45 | 0.09 | 345.32 | 0.74 | 0.63 |
| Hex | E7 | 5C | 7E | 0 | 3C | 2D | 9 | 159 | 4A | 3F |
| Octal | 347 | 134 | 176 | 0 | 74 | 55 | 11 | 531 | 112 | 77 |
| Binary | 11100111 | 1011100 | 1111110 | 0 | 111100 | 101101 | 1001 | 101011001 | 1001010 | 111111 |
Color Harmonies of #E75C7E
Complementary color
Monochromatic Colors of #E75C7E
Black with #E75C7E
Text Example
Text Example
White with #E75C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75C7E; }
p { color: rgb(231,92,126); }
H1.HeaderClassName
{
color: #E75C7E;
}
.AnyTagClassName
{
color: #E75C7E;
}
</style>
background-color css
<style>
a { background-color: #E75C7E; }
a { background-color: rgb(231,92,126); }
div.DivClassName
{
background-color: #E75C7E;
}
.BgClassName
{
background-color: #E75C7E;
}
</style>
border-color css
<style>
span { border-color: #E75C7E; }
span { border-color: rgb(231,92,126); }
td.TdClassName
{
border-color: #E75C7E;
}
.TagClassName
{
border-color: #E75C7E;
}
</style>