Shades of Dark Pink #E15C7B
Tints of Dark Pink #E15C7B
RGB
CMYK
RGB Variations
Color information
#E15C7B (or 0xE15C7B) is known color: Dark Pink. HEX triplet: E1, 5C and 7B. RGB value is (225,92,123). Sum of RGB (Red+Green+Blue) = 225+92+123=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C7B is #1EA384. Grayscale: #878787. Windows color (decimal): -2007941 or 8084705. OLE color: 8084705.
HSL color Cylindrical-coordinate representation of color #E15C7B: hue angle of 346.02º 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 #E15C7B is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 123 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.12 |
| HSL | 346.02º | 0.69% | 0.62% | - |
| HSV(B) | 346.02º | 0.59% | 0.88% | - |
| XYZ | 38.45 | 25.09 | 21.56 | - |
| YUV | 135.3 | 121.06 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 123 | 0 | 0.59 | 0.45 | 0.12 | 346.02 | 0.69 | 0.62 |
| Hex | E1 | 5C | 7B | 0 | 3B | 2D | C | 15A | 45 | 3E |
| Octal | 341 | 134 | 173 | 0 | 73 | 55 | 14 | 532 | 105 | 76 |
| Binary | 11100001 | 1011100 | 1111011 | 0 | 111011 | 101101 | 1100 | 101011010 | 1000101 | 111110 |
Color Harmonies of #E15C7B
Complementary color
Monochromatic Colors of #E15C7B
Black with #E15C7B
Text Example
Text Example
White with #E15C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15C7B; }
p { color: rgb(225,92,123); }
H1.HeaderClassName
{
color: #E15C7B;
}
.AnyTagClassName
{
color: #E15C7B;
}
</style>
background-color css
<style>
a { background-color: #E15C7B; }
a { background-color: rgb(225,92,123); }
div.DivClassName
{
background-color: #E15C7B;
}
.BgClassName
{
background-color: #E15C7B;
}
</style>
border-color css
<style>
span { border-color: #E15C7B; }
span { border-color: rgb(225,92,123); }
td.TdClassName
{
border-color: #E15C7B;
}
.TagClassName
{
border-color: #E15C7B;
}
</style>