Shades of Dark Pink #E15C8F
Tints of Dark Pink #E15C8F
RGB
CMYK
RGB Variations
Color information
#E15C8F (or 0xE15C8F) is known color: Dark Pink. HEX triplet: E1, 5C and 8F. RGB value is (225,92,143). Sum of RGB (Red+Green+Blue) = 225+92+143=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15C8F is #1EA370. Grayscale: #898989. Windows color (decimal): -2007921 or 9395425. OLE color: 9395425.
HSL color Cylindrical-coordinate representation of color #E15C8F: hue angle of 336.99º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15C8F is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 143 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.12 |
| HSL | 336.99º | 0.69% | 0.62% | - |
| HSV(B) | 336.99º | 0.59% | 0.88% | - |
| XYZ | 39.84 | 25.65 | 28.84 | - |
| YUV | 137.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 143 | 0 | 0.59 | 0.36 | 0.12 | 336.99 | 0.69 | 0.62 |
| Hex | E1 | 5C | 8F | 0 | 3B | 24 | C | 151 | 45 | 3E |
| Octal | 341 | 134 | 217 | 0 | 73 | 44 | 14 | 521 | 105 | 76 |
| Binary | 11100001 | 1011100 | 10001111 | 0 | 111011 | 100100 | 1100 | 101010001 | 1000101 | 111110 |
Color Harmonies of #E15C8F
Complementary color
Monochromatic Colors of #E15C8F
Black with #E15C8F
Text Example
Text Example
White with #E15C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15C8F; }
p { color: rgb(225,92,143); }
H1.HeaderClassName
{
color: #E15C8F;
}
.AnyTagClassName
{
color: #E15C8F;
}
</style>
background-color css
<style>
a { background-color: #E15C8F; }
a { background-color: rgb(225,92,143); }
div.DivClassName
{
background-color: #E15C8F;
}
.BgClassName
{
background-color: #E15C8F;
}
</style>
border-color css
<style>
span { border-color: #E15C8F; }
span { border-color: rgb(225,92,143); }
td.TdClassName
{
border-color: #E15C8F;
}
.TagClassName
{
border-color: #E15C8F;
}
</style>