Shades of Dark Pink #E65078
Tints of Dark Pink #E65078
RGB
CMYK
RGB Variations
Color information
#E65078 (or 0xE65078) is known color: Dark Pink. HEX triplet: E6, 50 and 78. RGB value is (230,80,120). Sum of RGB (Red+Green+Blue) = 230+80+120=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E65078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65078 is #19AF87. Grayscale: #818181. Windows color (decimal): -1683336 or 7885030. OLE color: 7885030.
HSL color Cylindrical-coordinate representation of color #E65078: hue angle of 344º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E65078 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 120 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.10 |
| HSL | 344º | 0.75% | 0.61% | - |
| HSV(B) | 344º | 0.65% | 0.9% | - |
| XYZ | 38.89 | 23.92 | 20.34 | - |
| YUV | 129.41 | 122.7 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 120 | 0 | 0.65 | 0.48 | 0.10 | 344 | 0.75 | 0.61 |
| Hex | E6 | 50 | 78 | 0 | 41 | 30 | A | 158 | 4B | 3D |
| Octal | 346 | 120 | 170 | 0 | 101 | 60 | 12 | 530 | 113 | 75 |
| Binary | 11100110 | 1010000 | 1111000 | 0 | 1000001 | 110000 | 1010 | 101011000 | 1001011 | 111101 |
Color Harmonies of #E65078
Complementary color
Monochromatic Colors of #E65078
Black with #E65078
Text Example
Text Example
White with #E65078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65078; }
p { color: rgb(230,80,120); }
H1.HeaderClassName
{
color: #E65078;
}
.AnyTagClassName
{
color: #E65078;
}
</style>
background-color css
<style>
a { background-color: #E65078; }
a { background-color: rgb(230,80,120); }
div.DivClassName
{
background-color: #E65078;
}
.BgClassName
{
background-color: #E65078;
}
</style>
border-color css
<style>
span { border-color: #E65078; }
span { border-color: rgb(230,80,120); }
td.TdClassName
{
border-color: #E65078;
}
.TagClassName
{
border-color: #E65078;
}
</style>