Shades of Dark Pink #E35C75
Tints of Dark Pink #E35C75
RGB
CMYK
RGB Variations
Color information
#E35C75 (or 0xE35C75) is known color: Dark Pink. HEX triplet: E3, 5C and 75. RGB value is (227,92,117). Sum of RGB (Red+Green+Blue) = 227+92+117=436 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.06% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35C75 is #1CA38A. Grayscale: #878787. Windows color (decimal): -1876875 or 7691491. OLE color: 7691491.
HSL color Cylindrical-coordinate representation of color #E35C75: hue angle of 348.89º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35C75 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 117 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.11 |
| HSL | 348.89º | 0.71% | 0.63% | - |
| HSV(B) | 348.89º | 0.59% | 0.89% | - |
| XYZ | 38.72 | 25.27 | 19.67 | - |
| YUV | 135.22 | 117.73 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 117 | 0 | 0.59 | 0.48 | 0.11 | 348.89 | 0.71 | 0.63 |
| Hex | E3 | 5C | 75 | 0 | 3B | 30 | B | 15D | 47 | 3F |
| Octal | 343 | 134 | 165 | 0 | 73 | 60 | 13 | 535 | 107 | 77 |
| Binary | 11100011 | 1011100 | 1110101 | 0 | 111011 | 110000 | 1011 | 101011101 | 1000111 | 111111 |
Color Harmonies of #E35C75
Complementary color
Monochromatic Colors of #E35C75
Black with #E35C75
Text Example
Text Example
White with #E35C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35C75; }
p { color: rgb(227,92,117); }
H1.HeaderClassName
{
color: #E35C75;
}
.AnyTagClassName
{
color: #E35C75;
}
</style>
background-color css
<style>
a { background-color: #E35C75; }
a { background-color: rgb(227,92,117); }
div.DivClassName
{
background-color: #E35C75;
}
.BgClassName
{
background-color: #E35C75;
}
</style>
border-color css
<style>
span { border-color: #E35C75; }
span { border-color: rgb(227,92,117); }
td.TdClassName
{
border-color: #E35C75;
}
.TagClassName
{
border-color: #E35C75;
}
</style>