Shades of Dark Pink #E65C83
Tints of Dark Pink #E65C83
RGB
CMYK
RGB Variations
Color information
#E65C83 (or 0xE65C83) is known color: Dark Pink. HEX triplet: E6, 5C and 83. RGB value is (230,92,131). Sum of RGB (Red+Green+Blue) = 230+92+131=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65C83 is #19A37C. Grayscale: #898989. Windows color (decimal): -1680253 or 8608998. OLE color: 8608998.
HSL color Cylindrical-coordinate representation of color #E65C83: hue angle of 343.04º 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 #E65C83 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 131 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.10 |
| HSL | 343.04º | 0.73% | 0.63% | - |
| HSV(B) | 343.04º | 0.6% | 0.9% | - |
| XYZ | 40.56 | 26.12 | 24.38 | - |
| YUV | 137.71 | 124.22 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 131 | 0 | 0.60 | 0.43 | 0.10 | 343.04 | 0.73 | 0.63 |
| Hex | E6 | 5C | 83 | 0 | 3C | 2B | A | 157 | 49 | 3F |
| Octal | 346 | 134 | 203 | 0 | 74 | 53 | 12 | 527 | 111 | 77 |
| Binary | 11100110 | 1011100 | 10000011 | 0 | 111100 | 101011 | 1010 | 101010111 | 1001001 | 111111 |
Color Harmonies of #E65C83
Complementary color
Monochromatic Colors of #E65C83
Black with #E65C83
Text Example
Text Example
White with #E65C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65C83; }
p { color: rgb(230,92,131); }
H1.HeaderClassName
{
color: #E65C83;
}
.AnyTagClassName
{
color: #E65C83;
}
</style>
background-color css
<style>
a { background-color: #E65C83; }
a { background-color: rgb(230,92,131); }
div.DivClassName
{
background-color: #E65C83;
}
.BgClassName
{
background-color: #E65C83;
}
</style>
border-color css
<style>
span { border-color: #E65C83; }
span { border-color: rgb(230,92,131); }
td.TdClassName
{
border-color: #E65C83;
}
.TagClassName
{
border-color: #E65C83;
}
</style>