Shades of Dark Pink #E64B89
Tints of Dark Pink #E64B89
RGB
CMYK
RGB Variations
Color information
#E64B89 (or 0xE64B89) is known color: Dark Pink. HEX triplet: E6, 4B and 89. RGB value is (230,75,137). Sum of RGB (Red+Green+Blue) = 230+75+137=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64B89 is #19B476. Grayscale: #808080. Windows color (decimal): -1684599 or 8997862. OLE color: 8997862.
HSL color Cylindrical-coordinate representation of color #E64B89: hue angle of 336º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64B89 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 75 | 137 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.10 |
| HSL | 336º | 0.76% | 0.6% | - |
| HSV(B) | 336º | 0.67% | 0.9% | - |
| XYZ | 39.66 | 23.66 | 26.14 | - |
| YUV | 128.41 | 132.85 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 137 | 0 | 0.67 | 0.40 | 0.10 | 336 | 0.76 | 0.6 |
| Hex | E6 | 4B | 89 | 0 | 43 | 28 | A | 150 | 4C | 3C |
| Octal | 346 | 113 | 211 | 0 | 103 | 50 | 12 | 520 | 114 | 74 |
| Binary | 11100110 | 1001011 | 10001001 | 0 | 1000011 | 101000 | 1010 | 101010000 | 1001100 | 111100 |
Color Harmonies of #E64B89
Complementary color
Monochromatic Colors of #E64B89
Black with #E64B89
Text Example
Text Example
White with #E64B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64B89; }
p { color: rgb(230,75,137); }
H1.HeaderClassName
{
color: #E64B89;
}
.AnyTagClassName
{
color: #E64B89;
}
</style>
background-color css
<style>
a { background-color: #E64B89; }
a { background-color: rgb(230,75,137); }
div.DivClassName
{
background-color: #E64B89;
}
.BgClassName
{
background-color: #E64B89;
}
</style>
border-color css
<style>
span { border-color: #E64B89; }
span { border-color: rgb(230,75,137); }
td.TdClassName
{
border-color: #E64B89;
}
.TagClassName
{
border-color: #E64B89;
}
</style>