Shades of Dark Pink #E65488
Tints of Dark Pink #E65488
RGB
CMYK
RGB Variations
Color information
#E65488 (or 0xE65488) is known color: Dark Pink. HEX triplet: E6, 54 and 88. RGB value is (230,84,136). Sum of RGB (Red+Green+Blue) = 230+84+136=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E65488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65488 is #19AB77. Grayscale: #858585. Windows color (decimal): -1682296 or 8934630. OLE color: 8934630.
HSL color Cylindrical-coordinate representation of color #E65488: hue angle of 338.63º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65488 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 136 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.10 |
| HSL | 338.63º | 0.74% | 0.62% | - |
| HSV(B) | 338.63º | 0.63% | 0.9% | - |
| XYZ | 40.25 | 24.94 | 25.99 | - |
| YUV | 133.58 | 129.37 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 136 | 0 | 0.63 | 0.41 | 0.10 | 338.63 | 0.74 | 0.62 |
| Hex | E6 | 54 | 88 | 0 | 3F | 29 | A | 153 | 4A | 3E |
| Octal | 346 | 124 | 210 | 0 | 77 | 51 | 12 | 523 | 112 | 76 |
| Binary | 11100110 | 1010100 | 10001000 | 0 | 111111 | 101001 | 1010 | 101010011 | 1001010 | 111110 |
Color Harmonies of #E65488
Complementary color
Monochromatic Colors of #E65488
Black with #E65488
Text Example
Text Example
White with #E65488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65488; }
p { color: rgb(230,84,136); }
H1.HeaderClassName
{
color: #E65488;
}
.AnyTagClassName
{
color: #E65488;
}
</style>
background-color css
<style>
a { background-color: #E65488; }
a { background-color: rgb(230,84,136); }
div.DivClassName
{
background-color: #E65488;
}
.BgClassName
{
background-color: #E65488;
}
</style>
border-color css
<style>
span { border-color: #E65488; }
span { border-color: rgb(230,84,136); }
td.TdClassName
{
border-color: #E65488;
}
.TagClassName
{
border-color: #E65488;
}
</style>