Shades of Dark Pink #E65390
Tints of Dark Pink #E65390
RGB
CMYK
RGB Variations
Color information
#E65390 (or 0xE65390) is known color: Dark Pink. HEX triplet: E6, 53 and 90. RGB value is (230,83,144). Sum of RGB (Red+Green+Blue) = 230+83+144=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E65390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65390 is #19AC6F. Grayscale: #858585. Windows color (decimal): -1682544 or 9458662. OLE color: 9458662.
HSL color Cylindrical-coordinate representation of color #E65390: hue angle of 335.1º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E65390 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 83 | 144 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.10 |
| HSL | 335.1º | 0.75% | 0.61% | - |
| HSV(B) | 335.1º | 0.64% | 0.9% | - |
| XYZ | 40.76 | 25.02 | 29.07 | - |
| YUV | 133.91 | 133.7 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 144 | 0 | 0.64 | 0.37 | 0.10 | 335.1 | 0.75 | 0.61 |
| Hex | E6 | 53 | 90 | 0 | 40 | 25 | A | 14F | 4B | 3D |
| Octal | 346 | 123 | 220 | 0 | 100 | 45 | 12 | 517 | 113 | 75 |
| Binary | 11100110 | 1010011 | 10010000 | 0 | 1000000 | 100101 | 1010 | 101001111 | 1001011 | 111101 |
Color Harmonies of #E65390
Complementary color
Monochromatic Colors of #E65390
Black with #E65390
Text Example
Text Example
White with #E65390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65390; }
p { color: rgb(230,83,144); }
H1.HeaderClassName
{
color: #E65390;
}
.AnyTagClassName
{
color: #E65390;
}
</style>
background-color css
<style>
a { background-color: #E65390; }
a { background-color: rgb(230,83,144); }
div.DivClassName
{
background-color: #E65390;
}
.BgClassName
{
background-color: #E65390;
}
</style>
border-color css
<style>
span { border-color: #E65390; }
span { border-color: rgb(230,83,144); }
td.TdClassName
{
border-color: #E65390;
}
.TagClassName
{
border-color: #E65390;
}
</style>