Shades of Dark Pink #E65A8D
Tints of Dark Pink #E65A8D
RGB
CMYK
RGB Variations
Color information
#E65A8D (or 0xE65A8D) is known color: Dark Pink. HEX triplet: E6, 5A and 8D. RGB value is (230,90,141). Sum of RGB (Red+Green+Blue) = 230+90+141=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65A8D is #19A572. Grayscale: #898989. Windows color (decimal): -1680755 or 9263846. OLE color: 9263846.
HSL color Cylindrical-coordinate representation of color #E65A8D: hue angle of 338.14º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65A8D is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 141 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.10 |
| HSL | 338.14º | 0.74% | 0.63% | - |
| HSV(B) | 338.14º | 0.61% | 0.9% | - |
| XYZ | 41.1 | 26.06 | 28.06 | - |
| YUV | 137.67 | 129.88 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 141 | 0 | 0.61 | 0.39 | 0.10 | 338.14 | 0.74 | 0.63 |
| Hex | E6 | 5A | 8D | 0 | 3D | 27 | A | 152 | 4A | 3F |
| Octal | 346 | 132 | 215 | 0 | 75 | 47 | 12 | 522 | 112 | 77 |
| Binary | 11100110 | 1011010 | 10001101 | 0 | 111101 | 100111 | 1010 | 101010010 | 1001010 | 111111 |
Color Harmonies of #E65A8D
Complementary color
Monochromatic Colors of #E65A8D
Black with #E65A8D
Text Example
Text Example
White with #E65A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65A8D; }
p { color: rgb(230,90,141); }
H1.HeaderClassName
{
color: #E65A8D;
}
.AnyTagClassName
{
color: #E65A8D;
}
</style>
background-color css
<style>
a { background-color: #E65A8D; }
a { background-color: rgb(230,90,141); }
div.DivClassName
{
background-color: #E65A8D;
}
.BgClassName
{
background-color: #E65A8D;
}
</style>
border-color css
<style>
span { border-color: #E65A8D; }
span { border-color: rgb(230,90,141); }
td.TdClassName
{
border-color: #E65A8D;
}
.TagClassName
{
border-color: #E65A8D;
}
</style>