Shades of Dark Pink #E65674
Tints of Dark Pink #E65674
RGB
CMYK
RGB Variations
Color information
#E65674 (or 0xE65674) is known color: Dark Pink. HEX triplet: E6, 56 and 74. RGB value is (230,86,116). Sum of RGB (Red+Green+Blue) = 230+86+116=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E65674 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65674 is #19A98B. Grayscale: #848484. Windows color (decimal): -1681804 or 7624422. OLE color: 7624422.
HSL color Cylindrical-coordinate representation of color #E65674: hue angle of 347.5º 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 #E65674 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 116 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.10 |
| HSL | 347.5º | 0.74% | 0.62% | - |
| HSV(B) | 347.5º | 0.63% | 0.9% | - |
| XYZ | 39.11 | 24.74 | 19.24 | - |
| YUV | 132.48 | 118.71 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 116 | 0 | 0.63 | 0.50 | 0.10 | 347.5 | 0.74 | 0.62 |
| Hex | E6 | 56 | 74 | 0 | 3F | 32 | A | 15C | 4A | 3E |
| Octal | 346 | 126 | 164 | 0 | 77 | 62 | 12 | 534 | 112 | 76 |
| Binary | 11100110 | 1010110 | 1110100 | 0 | 111111 | 110010 | 1010 | 101011100 | 1001010 | 111110 |
Color Harmonies of #E65674
Complementary color
Monochromatic Colors of #E65674
Black with #E65674
Text Example
Text Example
White with #E65674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65674; }
p { color: rgb(230,86,116); }
H1.HeaderClassName
{
color: #E65674;
}
.AnyTagClassName
{
color: #E65674;
}
</style>
background-color css
<style>
a { background-color: #E65674; }
a { background-color: rgb(230,86,116); }
div.DivClassName
{
background-color: #E65674;
}
.BgClassName
{
background-color: #E65674;
}
</style>
border-color css
<style>
span { border-color: #E65674; }
span { border-color: rgb(230,86,116); }
td.TdClassName
{
border-color: #E65674;
}
.TagClassName
{
border-color: #E65674;
}
</style>