Shades of Dark Pink #E75C95
Tints of Dark Pink #E75C95
RGB
CMYK
RGB Variations
Color information
#E75C95 (or 0xE75C95) is known color: Dark Pink. HEX triplet: E7, 5C and 95. RGB value is (231,92,149). Sum of RGB (Red+Green+Blue) = 231+92+149=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75C95 is #18A36A. Grayscale: #8B8B8B. Windows color (decimal): -1614699 or 9788647. OLE color: 9788647.
HSL color Cylindrical-coordinate representation of color #E75C95: hue angle of 335.4º 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 #E75C95 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 92 | 149 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.09 |
| HSL | 335.4º | 0.74% | 0.63% | - |
| HSV(B) | 335.4º | 0.6% | 0.91% | - |
| XYZ | 42.21 | 26.81 | 31.38 | - |
| YUV | 140.06 | 133.05 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 149 | 0 | 0.60 | 0.35 | 0.09 | 335.4 | 0.74 | 0.63 |
| Hex | E7 | 5C | 95 | 0 | 3C | 23 | 9 | 14F | 4A | 3F |
| Octal | 347 | 134 | 225 | 0 | 74 | 43 | 11 | 517 | 112 | 77 |
| Binary | 11100111 | 1011100 | 10010101 | 0 | 111100 | 100011 | 1001 | 101001111 | 1001010 | 111111 |
Color Harmonies of #E75C95
Complementary color
Monochromatic Colors of #E75C95
Black with #E75C95
Text Example
Text Example
White with #E75C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75C95; }
p { color: rgb(231,92,149); }
H1.HeaderClassName
{
color: #E75C95;
}
.AnyTagClassName
{
color: #E75C95;
}
</style>
background-color css
<style>
a { background-color: #E75C95; }
a { background-color: rgb(231,92,149); }
div.DivClassName
{
background-color: #E75C95;
}
.BgClassName
{
background-color: #E75C95;
}
</style>
border-color css
<style>
span { border-color: #E75C95; }
span { border-color: rgb(231,92,149); }
td.TdClassName
{
border-color: #E75C95;
}
.TagClassName
{
border-color: #E75C95;
}
</style>