Shades of Dark Pink #E65C8B
Tints of Dark Pink #E65C8B
RGB
CMYK
RGB Variations
Color information
#E65C8B (or 0xE65C8B) is known color: Dark Pink. HEX triplet: E6, 5C and 8B. RGB value is (230,92,139). Sum of RGB (Red+Green+Blue) = 230+92+139=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65C8B is #19A374. Grayscale: #8A8A8A. Windows color (decimal): -1680245 or 9133286. OLE color: 9133286.
HSL color Cylindrical-coordinate representation of color #E65C8B: hue angle of 339.57º 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 #E65C8B is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 139 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.10 |
| HSL | 339.57º | 0.73% | 0.63% | - |
| HSV(B) | 339.57º | 0.6% | 0.9% | - |
| XYZ | 41.12 | 26.34 | 27.34 | - |
| YUV | 138.62 | 128.22 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 139 | 0 | 0.60 | 0.40 | 0.10 | 339.57 | 0.73 | 0.63 |
| Hex | E6 | 5C | 8B | 0 | 3C | 28 | A | 154 | 49 | 3F |
| Octal | 346 | 134 | 213 | 0 | 74 | 50 | 12 | 524 | 111 | 77 |
| Binary | 11100110 | 1011100 | 10001011 | 0 | 111100 | 101000 | 1010 | 101010100 | 1001001 | 111111 |
Color Harmonies of #E65C8B
Complementary color
Monochromatic Colors of #E65C8B
Black with #E65C8B
Text Example
Text Example
White with #E65C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65C8B; }
p { color: rgb(230,92,139); }
H1.HeaderClassName
{
color: #E65C8B;
}
.AnyTagClassName
{
color: #E65C8B;
}
</style>
background-color css
<style>
a { background-color: #E65C8B; }
a { background-color: rgb(230,92,139); }
div.DivClassName
{
background-color: #E65C8B;
}
.BgClassName
{
background-color: #E65C8B;
}
</style>
border-color css
<style>
span { border-color: #E65C8B; }
span { border-color: rgb(230,92,139); }
td.TdClassName
{
border-color: #E65C8B;
}
.TagClassName
{
border-color: #E65C8B;
}
</style>