Shades of Dark Pink #E65384
Tints of Dark Pink #E65384
RGB
CMYK
RGB Variations
Color information
#E65384 (or 0xE65384) is known color: Dark Pink. HEX triplet: E6, 53 and 84. RGB value is (230,83,132). Sum of RGB (Red+Green+Blue) = 230+83+132=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E65384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65384 is #19AC7B. Grayscale: #848484. Windows color (decimal): -1682556 or 8672230. OLE color: 8672230.
HSL color Cylindrical-coordinate representation of color #E65384: hue angle of 340º 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 #E65384 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 83 | 132 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.10 |
| HSL | 340º | 0.75% | 0.61% | - |
| HSV(B) | 340º | 0.64% | 0.9% | - |
| XYZ | 39.89 | 24.68 | 24.49 | - |
| YUV | 132.54 | 127.7 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 132 | 0 | 0.64 | 0.43 | 0.10 | 340 | 0.75 | 0.61 |
| Hex | E6 | 53 | 84 | 0 | 40 | 2B | A | 154 | 4B | 3D |
| Octal | 346 | 123 | 204 | 0 | 100 | 53 | 12 | 524 | 113 | 75 |
| Binary | 11100110 | 1010011 | 10000100 | 0 | 1000000 | 101011 | 1010 | 101010100 | 1001011 | 111101 |
Color Harmonies of #E65384
Complementary color
Monochromatic Colors of #E65384
Black with #E65384
Text Example
Text Example
White with #E65384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65384; }
p { color: rgb(230,83,132); }
H1.HeaderClassName
{
color: #E65384;
}
.AnyTagClassName
{
color: #E65384;
}
</style>
background-color css
<style>
a { background-color: #E65384; }
a { background-color: rgb(230,83,132); }
div.DivClassName
{
background-color: #E65384;
}
.BgClassName
{
background-color: #E65384;
}
</style>
border-color css
<style>
span { border-color: #E65384; }
span { border-color: rgb(230,83,132); }
td.TdClassName
{
border-color: #E65384;
}
.TagClassName
{
border-color: #E65384;
}
</style>