Shades of Dark Pink #E65779
Tints of Dark Pink #E65779
RGB
CMYK
RGB Variations
Color information
#E65779 (or 0xE65779) is known color: Dark Pink. HEX triplet: E6, 57 and 79. RGB value is (230,87,121). Sum of RGB (Red+Green+Blue) = 230+87+121=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E65779 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65779 is #19A886. Grayscale: #858585. Windows color (decimal): -1681543 or 7952358. OLE color: 7952358.
HSL color Cylindrical-coordinate representation of color #E65779: hue angle of 345.73º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E65779 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 87 | 121 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.10 |
| HSL | 345.73º | 0.74% | 0.62% | - |
| HSV(B) | 345.73º | 0.62% | 0.9% | - |
| XYZ | 39.49 | 25.02 | 20.84 | - |
| YUV | 133.63 | 120.88 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 87 | 121 | 0 | 0.62 | 0.47 | 0.10 | 345.73 | 0.74 | 0.62 |
| Hex | E6 | 57 | 79 | 0 | 3E | 2F | A | 15A | 4A | 3E |
| Octal | 346 | 127 | 171 | 0 | 76 | 57 | 12 | 532 | 112 | 76 |
| Binary | 11100110 | 1010111 | 1111001 | 0 | 111110 | 101111 | 1010 | 101011010 | 1001010 | 111110 |
Color Harmonies of #E65779
Complementary color
Monochromatic Colors of #E65779
Black with #E65779
Text Example
Text Example
White with #E65779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65779; }
p { color: rgb(230,87,121); }
H1.HeaderClassName
{
color: #E65779;
}
.AnyTagClassName
{
color: #E65779;
}
</style>
background-color css
<style>
a { background-color: #E65779; }
a { background-color: rgb(230,87,121); }
div.DivClassName
{
background-color: #E65779;
}
.BgClassName
{
background-color: #E65779;
}
</style>
border-color css
<style>
span { border-color: #E65779; }
span { border-color: rgb(230,87,121); }
td.TdClassName
{
border-color: #E65779;
}
.TagClassName
{
border-color: #E65779;
}
</style>