Shades of Dark Pink #E65C8A
Tints of Dark Pink #E65C8A
RGB
CMYK
RGB Variations
Color information
#E65C8A (or 0xE65C8A) is known color: Dark Pink. HEX triplet: E6, 5C and 8A. RGB value is (230,92,138). Sum of RGB (Red+Green+Blue) = 230+92+138=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65C8A is #19A375. Grayscale: #8A8A8A. Windows color (decimal): -1680246 or 9067750. OLE color: 9067750.
HSL color Cylindrical-coordinate representation of color #E65C8A: hue angle of 340º 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 #E65C8A is Cyan = 0, Magento = 0.60, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 138 | - |
| CMYK | 0 | 0.60 | 0.4 | 0.10 |
| HSL | 340º | 0.73% | 0.63% | - |
| HSV(B) | 340º | 0.6% | 0.9% | - |
| XYZ | 41.05 | 26.31 | 26.96 | - |
| YUV | 138.51 | 127.72 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 138 | 0 | 0.60 | 0.4 | 0.10 | 340 | 0.73 | 0.63 |
| Hex | E6 | 5C | 8A | 0 | 3C | 28 | A | 154 | 49 | 3F |
| Octal | 346 | 134 | 212 | 0 | 74 | 50 | 12 | 524 | 111 | 77 |
| Binary | 11100110 | 1011100 | 10001010 | 0 | 111100 | 101000 | 1010 | 101010100 | 1001001 | 111111 |
Color Harmonies of #E65C8A
Complementary color
Monochromatic Colors of #E65C8A
Black with #E65C8A
Text Example
Text Example
White with #E65C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65C8A; }
p { color: rgb(230,92,138); }
H1.HeaderClassName
{
color: #E65C8A;
}
.AnyTagClassName
{
color: #E65C8A;
}
</style>
background-color css
<style>
a { background-color: #E65C8A; }
a { background-color: rgb(230,92,138); }
div.DivClassName
{
background-color: #E65C8A;
}
.BgClassName
{
background-color: #E65C8A;
}
</style>
border-color css
<style>
span { border-color: #E65C8A; }
span { border-color: rgb(230,92,138); }
td.TdClassName
{
border-color: #E65C8A;
}
.TagClassName
{
border-color: #E65C8A;
}
</style>