Shades of Dark Pink #E65478
Tints of Dark Pink #E65478
RGB
CMYK
RGB Variations
Color information
#E65478 (or 0xE65478) is known color: Dark Pink. HEX triplet: E6, 54 and 78. RGB value is (230,84,120). Sum of RGB (Red+Green+Blue) = 230+84+120=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E65478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65478 is #19AB87. Grayscale: #838383. Windows color (decimal): -1682312 or 7886054. OLE color: 7886054.
HSL color Cylindrical-coordinate representation of color #E65478: hue angle of 345.21º 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 #E65478 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 120 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.10 |
| HSL | 345.21º | 0.74% | 0.62% | - |
| HSV(B) | 345.21º | 0.63% | 0.9% | - |
| XYZ | 39.19 | 24.52 | 20.44 | - |
| YUV | 131.76 | 121.37 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 120 | 0 | 0.63 | 0.48 | 0.10 | 345.21 | 0.74 | 0.62 |
| Hex | E6 | 54 | 78 | 0 | 3F | 30 | A | 159 | 4A | 3E |
| Octal | 346 | 124 | 170 | 0 | 77 | 60 | 12 | 531 | 112 | 76 |
| Binary | 11100110 | 1010100 | 1111000 | 0 | 111111 | 110000 | 1010 | 101011001 | 1001010 | 111110 |
Color Harmonies of #E65478
Complementary color
Monochromatic Colors of #E65478
Black with #E65478
Text Example
Text Example
White with #E65478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65478; }
p { color: rgb(230,84,120); }
H1.HeaderClassName
{
color: #E65478;
}
.AnyTagClassName
{
color: #E65478;
}
</style>
background-color css
<style>
a { background-color: #E65478; }
a { background-color: rgb(230,84,120); }
div.DivClassName
{
background-color: #E65478;
}
.BgClassName
{
background-color: #E65478;
}
</style>
border-color css
<style>
span { border-color: #E65478; }
span { border-color: rgb(230,84,120); }
td.TdClassName
{
border-color: #E65478;
}
.TagClassName
{
border-color: #E65478;
}
</style>