Shades of Dark Pink #E65C80
Tints of Dark Pink #E65C80
RGB
CMYK
RGB Variations
Color information
#E65C80 (or 0xE65C80) is known color: Dark Pink. HEX triplet: E6, 5C and 80. RGB value is (230,92,128). Sum of RGB (Red+Green+Blue) = 230+92+128=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65C80 is #19A37F. Grayscale: #898989. Windows color (decimal): -1680256 or 8412390. OLE color: 8412390.
HSL color Cylindrical-coordinate representation of color #E65C80: hue angle of 344.35º 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 #E65C80 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 128 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.10 |
| HSL | 344.35º | 0.73% | 0.63% | - |
| HSV(B) | 344.35º | 0.6% | 0.9% | - |
| XYZ | 40.36 | 26.04 | 23.32 | - |
| YUV | 137.37 | 122.72 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 128 | 0 | 0.60 | 0.44 | 0.10 | 344.35 | 0.73 | 0.63 |
| Hex | E6 | 5C | 80 | 0 | 3C | 2C | A | 158 | 49 | 3F |
| Octal | 346 | 134 | 200 | 0 | 74 | 54 | 12 | 530 | 111 | 77 |
| Binary | 11100110 | 1011100 | 10000000 | 0 | 111100 | 101100 | 1010 | 101011000 | 1001001 | 111111 |
Color Harmonies of #E65C80
Complementary color
Monochromatic Colors of #E65C80
Black with #E65C80
Text Example
Text Example
White with #E65C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65C80; }
p { color: rgb(230,92,128); }
H1.HeaderClassName
{
color: #E65C80;
}
.AnyTagClassName
{
color: #E65C80;
}
</style>
background-color css
<style>
a { background-color: #E65C80; }
a { background-color: rgb(230,92,128); }
div.DivClassName
{
background-color: #E65C80;
}
.BgClassName
{
background-color: #E65C80;
}
</style>
border-color css
<style>
span { border-color: #E65C80; }
span { border-color: rgb(230,92,128); }
td.TdClassName
{
border-color: #E65C80;
}
.TagClassName
{
border-color: #E65C80;
}
</style>