Shades of Dark Pink #E15C8A
Tints of Dark Pink #E15C8A
RGB
CMYK
RGB Variations
Color information
#E15C8A (or 0xE15C8A) is known color: Dark Pink. HEX triplet: E1, 5C and 8A. RGB value is (225,92,138). Sum of RGB (Red+Green+Blue) = 225+92+138=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15C8A is #1EA375. Grayscale: #888888. Windows color (decimal): -2007926 or 9067745. OLE color: 9067745.
HSL color Cylindrical-coordinate representation of color #E15C8A: hue angle of 339.25º 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 #E15C8A is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 138 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.12 |
| HSL | 339.25º | 0.69% | 0.62% | - |
| HSV(B) | 339.25º | 0.59% | 0.88% | - |
| XYZ | 39.47 | 25.5 | 26.89 | - |
| YUV | 137.01 | 128.56 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 138 | 0 | 0.59 | 0.39 | 0.12 | 339.25 | 0.69 | 0.62 |
| Hex | E1 | 5C | 8A | 0 | 3B | 27 | C | 153 | 45 | 3E |
| Octal | 341 | 134 | 212 | 0 | 73 | 47 | 14 | 523 | 105 | 76 |
| Binary | 11100001 | 1011100 | 10001010 | 0 | 111011 | 100111 | 1100 | 101010011 | 1000101 | 111110 |
Color Harmonies of #E15C8A
Complementary color
Monochromatic Colors of #E15C8A
Black with #E15C8A
Text Example
Text Example
White with #E15C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15C8A; }
p { color: rgb(225,92,138); }
H1.HeaderClassName
{
color: #E15C8A;
}
.AnyTagClassName
{
color: #E15C8A;
}
</style>
background-color css
<style>
a { background-color: #E15C8A; }
a { background-color: rgb(225,92,138); }
div.DivClassName
{
background-color: #E15C8A;
}
.BgClassName
{
background-color: #E15C8A;
}
</style>
border-color css
<style>
span { border-color: #E15C8A; }
span { border-color: rgb(225,92,138); }
td.TdClassName
{
border-color: #E15C8A;
}
.TagClassName
{
border-color: #E15C8A;
}
</style>