Shades of Dark Pink #E65C8C
Tints of Dark Pink #E65C8C
RGB
CMYK
RGB Variations
Color information
#E65C8C (or 0xE65C8C) is known color: Dark Pink. HEX triplet: E6, 5C and 8C. RGB value is (230,92,140). Sum of RGB (Red+Green+Blue) = 230+92+140=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65C8C is #19A373. Grayscale: #8A8A8A. Windows color (decimal): -1680244 or 9198822. OLE color: 9198822.
HSL color Cylindrical-coordinate representation of color #E65C8C: hue angle of 339.13º 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 #E65C8C is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 140 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.10 |
| HSL | 339.13º | 0.73% | 0.63% | - |
| HSV(B) | 339.13º | 0.6% | 0.9% | - |
| XYZ | 41.19 | 26.37 | 27.73 | - |
| YUV | 138.73 | 128.72 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 140 | 0 | 0.60 | 0.39 | 0.10 | 339.13 | 0.73 | 0.63 |
| Hex | E6 | 5C | 8C | 0 | 3C | 27 | A | 153 | 49 | 3F |
| Octal | 346 | 134 | 214 | 0 | 74 | 47 | 12 | 523 | 111 | 77 |
| Binary | 11100110 | 1011100 | 10001100 | 0 | 111100 | 100111 | 1010 | 101010011 | 1001001 | 111111 |
Color Harmonies of #E65C8C
Complementary color
Monochromatic Colors of #E65C8C
Black with #E65C8C
Text Example
Text Example
White with #E65C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65C8C; }
p { color: rgb(230,92,140); }
H1.HeaderClassName
{
color: #E65C8C;
}
.AnyTagClassName
{
color: #E65C8C;
}
</style>
background-color css
<style>
a { background-color: #E65C8C; }
a { background-color: rgb(230,92,140); }
div.DivClassName
{
background-color: #E65C8C;
}
.BgClassName
{
background-color: #E65C8C;
}
</style>
border-color css
<style>
span { border-color: #E65C8C; }
span { border-color: rgb(230,92,140); }
td.TdClassName
{
border-color: #E65C8C;
}
.TagClassName
{
border-color: #E65C8C;
}
</style>