Shades of Dark Pink #E65D8E
Tints of Dark Pink #E65D8E
RGB
CMYK
RGB Variations
Color information
#E65D8E (or 0xE65D8E) is known color: Dark Pink. HEX triplet: E6, 5D and 8E. RGB value is (230,93,142). Sum of RGB (Red+Green+Blue) = 230+93+142=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65D8E is #19A271. Grayscale: #8B8B8B. Windows color (decimal): -1679986 or 9330150. OLE color: 9330150.
HSL color Cylindrical-coordinate representation of color #E65D8E: hue angle of 338.54º 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 #E65D8E is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 142 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.10 |
| HSL | 338.54º | 0.73% | 0.63% | - |
| HSV(B) | 338.54º | 0.6% | 0.9% | - |
| XYZ | 41.43 | 26.6 | 28.54 | - |
| YUV | 139.55 | 129.39 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 142 | 0 | 0.60 | 0.38 | 0.10 | 338.54 | 0.73 | 0.63 |
| Hex | E6 | 5D | 8E | 0 | 3C | 26 | A | 153 | 49 | 3F |
| Octal | 346 | 135 | 216 | 0 | 74 | 46 | 12 | 523 | 111 | 77 |
| Binary | 11100110 | 1011101 | 10001110 | 0 | 111100 | 100110 | 1010 | 101010011 | 1001001 | 111111 |
Color Harmonies of #E65D8E
Complementary color
Monochromatic Colors of #E65D8E
Black with #E65D8E
Text Example
Text Example
White with #E65D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65D8E; }
p { color: rgb(230,93,142); }
H1.HeaderClassName
{
color: #E65D8E;
}
.AnyTagClassName
{
color: #E65D8E;
}
</style>
background-color css
<style>
a { background-color: #E65D8E; }
a { background-color: rgb(230,93,142); }
div.DivClassName
{
background-color: #E65D8E;
}
.BgClassName
{
background-color: #E65D8E;
}
</style>
border-color css
<style>
span { border-color: #E65D8E; }
span { border-color: rgb(230,93,142); }
td.TdClassName
{
border-color: #E65D8E;
}
.TagClassName
{
border-color: #E65D8E;
}
</style>