Shades of Dark Pink #E65388
Tints of Dark Pink #E65388
RGB
CMYK
RGB Variations
Color information
#E65388 (or 0xE65388) is known color: Dark Pink. HEX triplet: E6, 53 and 88. RGB value is (230,83,136). Sum of RGB (Red+Green+Blue) = 230+83+136=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E65388 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65388 is #19AC77. Grayscale: #848484. Windows color (decimal): -1682552 or 8934374. OLE color: 8934374.
HSL color Cylindrical-coordinate representation of color #E65388: hue angle of 338.37º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E65388 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 83 | 136 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.10 |
| HSL | 338.37º | 0.75% | 0.61% | - |
| HSV(B) | 338.37º | 0.64% | 0.9% | - |
| XYZ | 40.17 | 24.79 | 25.96 | - |
| YUV | 133 | 129.7 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 136 | 0 | 0.64 | 0.41 | 0.10 | 338.37 | 0.75 | 0.61 |
| Hex | E6 | 53 | 88 | 0 | 40 | 29 | A | 152 | 4B | 3D |
| Octal | 346 | 123 | 210 | 0 | 100 | 51 | 12 | 522 | 113 | 75 |
| Binary | 11100110 | 1010011 | 10001000 | 0 | 1000000 | 101001 | 1010 | 101010010 | 1001011 | 111101 |
Color Harmonies of #E65388
Complementary color
Monochromatic Colors of #E65388
Black with #E65388
Text Example
Text Example
White with #E65388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65388; }
p { color: rgb(230,83,136); }
H1.HeaderClassName
{
color: #E65388;
}
.AnyTagClassName
{
color: #E65388;
}
</style>
background-color css
<style>
a { background-color: #E65388; }
a { background-color: rgb(230,83,136); }
div.DivClassName
{
background-color: #E65388;
}
.BgClassName
{
background-color: #E65388;
}
</style>
border-color css
<style>
span { border-color: #E65388; }
span { border-color: rgb(230,83,136); }
td.TdClassName
{
border-color: #E65388;
}
.TagClassName
{
border-color: #E65388;
}
</style>