Shades of Dark Pink #E15384
Tints of Dark Pink #E15384
RGB
CMYK
RGB Variations
Color information
#E15384 (or 0xE15384) is known color: Dark Pink. HEX triplet: E1, 53 and 84. RGB value is (225,83,132). Sum of RGB (Red+Green+Blue) = 225+83+132=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E15384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15384 is #1EAC7B. Grayscale: #828282. Windows color (decimal): -2010236 or 8672225. OLE color: 8672225.
HSL color Cylindrical-coordinate representation of color #E15384: hue angle of 339.3º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E15384 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 132 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.12 |
| HSL | 339.3º | 0.7% | 0.6% | - |
| HSV(B) | 339.3º | 0.63% | 0.88% | - |
| XYZ | 38.31 | 23.86 | 24.42 | - |
| YUV | 131.04 | 128.54 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 132 | 0 | 0.63 | 0.41 | 0.12 | 339.3 | 0.7 | 0.6 |
| Hex | E1 | 53 | 84 | 0 | 3F | 29 | C | 153 | 46 | 3C |
| Octal | 341 | 123 | 204 | 0 | 77 | 51 | 14 | 523 | 106 | 74 |
| Binary | 11100001 | 1010011 | 10000100 | 0 | 111111 | 101001 | 1100 | 101010011 | 1000110 | 111100 |
Color Harmonies of #E15384
Complementary color
Monochromatic Colors of #E15384
Black with #E15384
Text Example
Text Example
White with #E15384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15384; }
p { color: rgb(225,83,132); }
H1.HeaderClassName
{
color: #E15384;
}
.AnyTagClassName
{
color: #E15384;
}
</style>
background-color css
<style>
a { background-color: #E15384; }
a { background-color: rgb(225,83,132); }
div.DivClassName
{
background-color: #E15384;
}
.BgClassName
{
background-color: #E15384;
}
</style>
border-color css
<style>
span { border-color: #E15384; }
span { border-color: rgb(225,83,132); }
td.TdClassName
{
border-color: #E15384;
}
.TagClassName
{
border-color: #E15384;
}
</style>