Shades of Dark Pink #E65F83
Tints of Dark Pink #E65F83
RGB
CMYK
RGB Variations
Color information
#E65F83 (or 0xE65F83) is known color: Dark Pink. HEX triplet: E6, 5F and 83. RGB value is (230,95,131). Sum of RGB (Red+Green+Blue) = 230+95+131=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65F83 is #19A07C. Grayscale: #8B8B8B. Windows color (decimal): -1679485 or 8609766. OLE color: 8609766.
HSL color Cylindrical-coordinate representation of color #E65F83: hue angle of 344º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65F83 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 131 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.10 |
| HSL | 344º | 0.73% | 0.64% | - |
| HSV(B) | 344º | 0.59% | 0.9% | - |
| XYZ | 40.82 | 26.65 | 24.46 | - |
| YUV | 139.47 | 123.23 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 131 | 0 | 0.59 | 0.43 | 0.10 | 344 | 0.73 | 0.64 |
| Hex | E6 | 5F | 83 | 0 | 3B | 2B | A | 158 | 49 | 40 |
| Octal | 346 | 137 | 203 | 0 | 73 | 53 | 12 | 530 | 111 | 100 |
| Binary | 11100110 | 1011111 | 10000011 | 0 | 111011 | 101011 | 1010 | 101011000 | 1001001 | 1000000 |
Color Harmonies of #E65F83
Complementary color
Monochromatic Colors of #E65F83
Black with #E65F83
Text Example
Text Example
White with #E65F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65F83; }
p { color: rgb(230,95,131); }
H1.HeaderClassName
{
color: #E65F83;
}
.AnyTagClassName
{
color: #E65F83;
}
</style>
background-color css
<style>
a { background-color: #E65F83; }
a { background-color: rgb(230,95,131); }
div.DivClassName
{
background-color: #E65F83;
}
.BgClassName
{
background-color: #E65F83;
}
</style>
border-color css
<style>
span { border-color: #E65F83; }
span { border-color: rgb(230,95,131); }
td.TdClassName
{
border-color: #E65F83;
}
.TagClassName
{
border-color: #E65F83;
}
</style>