Shades of Dark Pink #E65F8C
Tints of Dark Pink #E65F8C
RGB
CMYK
RGB Variations
Color information
#E65F8C (or 0xE65F8C) is known color: Dark Pink. HEX triplet: E6, 5F and 8C. RGB value is (230,95,140). Sum of RGB (Red+Green+Blue) = 230+95+140=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65F8C is #19A073. Grayscale: #8C8C8C. Windows color (decimal): -1679476 or 9199590. OLE color: 9199590.
HSL color Cylindrical-coordinate representation of color #E65F8C: hue angle of 340º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65F8C is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 140 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.10 |
| HSL | 340º | 0.73% | 0.64% | - |
| HSV(B) | 340º | 0.59% | 0.9% | - |
| XYZ | 41.46 | 26.9 | 27.82 | - |
| YUV | 140.5 | 127.73 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 140 | 0 | 0.59 | 0.39 | 0.10 | 340 | 0.73 | 0.64 |
| Hex | E6 | 5F | 8C | 0 | 3B | 27 | A | 154 | 49 | 40 |
| Octal | 346 | 137 | 214 | 0 | 73 | 47 | 12 | 524 | 111 | 100 |
| Binary | 11100110 | 1011111 | 10001100 | 0 | 111011 | 100111 | 1010 | 101010100 | 1001001 | 1000000 |
Color Harmonies of #E65F8C
Complementary color
Monochromatic Colors of #E65F8C
Black with #E65F8C
Text Example
Text Example
White with #E65F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65F8C; }
p { color: rgb(230,95,140); }
H1.HeaderClassName
{
color: #E65F8C;
}
.AnyTagClassName
{
color: #E65F8C;
}
</style>
background-color css
<style>
a { background-color: #E65F8C; }
a { background-color: rgb(230,95,140); }
div.DivClassName
{
background-color: #E65F8C;
}
.BgClassName
{
background-color: #E65F8C;
}
</style>
border-color css
<style>
span { border-color: #E65F8C; }
span { border-color: rgb(230,95,140); }
td.TdClassName
{
border-color: #E65F8C;
}
.TagClassName
{
border-color: #E65F8C;
}
</style>