Shades of Dark Pink #E65774
Tints of Dark Pink #E65774
RGB
CMYK
RGB Variations
Color information
#E65774 (or 0xE65774) is known color: Dark Pink. HEX triplet: E6, 57 and 74. RGB value is (230,87,116). Sum of RGB (Red+Green+Blue) = 230+87+116=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E65774 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65774 is #19A88B. Grayscale: #858585. Windows color (decimal): -1681548 or 7624678. OLE color: 7624678.
HSL color Cylindrical-coordinate representation of color #E65774: hue angle of 347.83º 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 #E65774 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 87 | 116 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.10 |
| HSL | 347.83º | 0.74% | 0.62% | - |
| HSV(B) | 347.83º | 0.62% | 0.9% | - |
| XYZ | 39.19 | 24.9 | 19.26 | - |
| YUV | 133.06 | 118.38 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 87 | 116 | 0 | 0.62 | 0.50 | 0.10 | 347.83 | 0.74 | 0.62 |
| Hex | E6 | 57 | 74 | 0 | 3E | 32 | A | 15C | 4A | 3E |
| Octal | 346 | 127 | 164 | 0 | 76 | 62 | 12 | 534 | 112 | 76 |
| Binary | 11100110 | 1010111 | 1110100 | 0 | 111110 | 110010 | 1010 | 101011100 | 1001010 | 111110 |
Color Harmonies of #E65774
Complementary color
Monochromatic Colors of #E65774
Black with #E65774
Text Example
Text Example
White with #E65774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65774; }
p { color: rgb(230,87,116); }
H1.HeaderClassName
{
color: #E65774;
}
.AnyTagClassName
{
color: #E65774;
}
</style>
background-color css
<style>
a { background-color: #E65774; }
a { background-color: rgb(230,87,116); }
div.DivClassName
{
background-color: #E65774;
}
.BgClassName
{
background-color: #E65774;
}
</style>
border-color css
<style>
span { border-color: #E65774; }
span { border-color: rgb(230,87,116); }
td.TdClassName
{
border-color: #E65774;
}
.TagClassName
{
border-color: #E65774;
}
</style>