Shades of Dark Pink #E5627E
Tints of Dark Pink #E5627E
RGB
CMYK
RGB Variations
Color information
#E5627E (or 0xE5627E) is known color: Dark Pink. HEX triplet: E5, 62 and 7E. RGB value is (229,98,126). Sum of RGB (Red+Green+Blue) = 229+98+126=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E5627E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5627E is #1A9D81. Grayscale: #8C8C8C. Windows color (decimal): -1744258 or 8282853. OLE color: 8282853.
HSL color Cylindrical-coordinate representation of color #E5627E: hue angle of 347.18º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E5627E is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 98 | 126 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.10 |
| HSL | 347.18º | 0.72% | 0.64% | - |
| HSV(B) | 347.18º | 0.57% | 0.9% | - |
| XYZ | 40.45 | 26.9 | 22.8 | - |
| YUV | 140.36 | 119.9 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 98 | 126 | 0 | 0.57 | 0.45 | 0.10 | 347.18 | 0.72 | 0.64 |
| Hex | E5 | 62 | 7E | 0 | 39 | 2D | A | 15B | 48 | 40 |
| Octal | 345 | 142 | 176 | 0 | 71 | 55 | 12 | 533 | 110 | 100 |
| Binary | 11100101 | 1100010 | 1111110 | 0 | 111001 | 101101 | 1010 | 101011011 | 1001000 | 1000000 |
Color Harmonies of #E5627E
Complementary color
Monochromatic Colors of #E5627E
Black with #E5627E
Text Example
Text Example
White with #E5627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5627E; }
p { color: rgb(229,98,126); }
H1.HeaderClassName
{
color: #E5627E;
}
.AnyTagClassName
{
color: #E5627E;
}
</style>
background-color css
<style>
a { background-color: #E5627E; }
a { background-color: rgb(229,98,126); }
div.DivClassName
{
background-color: #E5627E;
}
.BgClassName
{
background-color: #E5627E;
}
</style>
border-color css
<style>
span { border-color: #E5627E; }
span { border-color: rgb(229,98,126); }
td.TdClassName
{
border-color: #E5627E;
}
.TagClassName
{
border-color: #E5627E;
}
</style>