Shades of Dark Pink #E65C74
Tints of Dark Pink #E65C74
RGB
CMYK
RGB Variations
Color information
#E65C74 (or 0xE65C74) is known color: Dark Pink. HEX triplet: E6, 5C and 74. RGB value is (230,92,116). Sum of RGB (Red+Green+Blue) = 230+92+116=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65C74 is #19A38B. Grayscale: #888888. Windows color (decimal): -1680268 or 7625958. OLE color: 7625958.
HSL color Cylindrical-coordinate representation of color #E65C74: hue angle of 349.57º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65C74 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 116 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.10 |
| HSL | 349.57º | 0.73% | 0.63% | - |
| HSV(B) | 349.57º | 0.6% | 0.9% | - |
| XYZ | 39.61 | 25.74 | 19.4 | - |
| YUV | 136 | 116.72 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 116 | 0 | 0.60 | 0.50 | 0.10 | 349.57 | 0.73 | 0.63 |
| Hex | E6 | 5C | 74 | 0 | 3C | 32 | A | 15E | 49 | 3F |
| Octal | 346 | 134 | 164 | 0 | 74 | 62 | 12 | 536 | 111 | 77 |
| Binary | 11100110 | 1011100 | 1110100 | 0 | 111100 | 110010 | 1010 | 101011110 | 1001001 | 111111 |
Color Harmonies of #E65C74
Complementary color
Monochromatic Colors of #E65C74
Black with #E65C74
Text Example
Text Example
White with #E65C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65C74; }
p { color: rgb(230,92,116); }
H1.HeaderClassName
{
color: #E65C74;
}
.AnyTagClassName
{
color: #E65C74;
}
</style>
background-color css
<style>
a { background-color: #E65C74; }
a { background-color: rgb(230,92,116); }
div.DivClassName
{
background-color: #E65C74;
}
.BgClassName
{
background-color: #E65C74;
}
</style>
border-color css
<style>
span { border-color: #E65C74; }
span { border-color: rgb(230,92,116); }
td.TdClassName
{
border-color: #E65C74;
}
.TagClassName
{
border-color: #E65C74;
}
</style>