Shades of Dark Pink #E6627D
Tints of Dark Pink #E6627D
RGB
CMYK
RGB Variations
Color information
#E6627D (or 0xE6627D) is known color: Dark Pink. HEX triplet: E6, 62 and 7D. RGB value is (230,98,125). Sum of RGB (Red+Green+Blue) = 230+98+125=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E6627D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6627D is #199D82. Grayscale: #8C8C8C. Windows color (decimal): -1678723 or 8217318. OLE color: 8217318.
HSL color Cylindrical-coordinate representation of color #E6627D: hue angle of 347.73º degrees, saturation: 0.73, 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 #E6627D is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 98 | 125 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.10 |
| HSL | 347.73º | 0.73% | 0.64% | - |
| HSV(B) | 347.73º | 0.57% | 0.9% | - |
| XYZ | 40.7 | 27.04 | 22.48 | - |
| YUV | 140.55 | 119.23 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 98 | 125 | 0 | 0.57 | 0.46 | 0.10 | 347.73 | 0.73 | 0.64 |
| Hex | E6 | 62 | 7D | 0 | 39 | 2E | A | 15C | 49 | 40 |
| Octal | 346 | 142 | 175 | 0 | 71 | 56 | 12 | 534 | 111 | 100 |
| Binary | 11100110 | 1100010 | 1111101 | 0 | 111001 | 101110 | 1010 | 101011100 | 1001001 | 1000000 |
Color Harmonies of #E6627D
Complementary color
Monochromatic Colors of #E6627D
Black with #E6627D
Text Example
Text Example
White with #E6627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6627D; }
p { color: rgb(230,98,125); }
H1.HeaderClassName
{
color: #E6627D;
}
.AnyTagClassName
{
color: #E6627D;
}
</style>
background-color css
<style>
a { background-color: #E6627D; }
a { background-color: rgb(230,98,125); }
div.DivClassName
{
background-color: #E6627D;
}
.BgClassName
{
background-color: #E6627D;
}
</style>
border-color css
<style>
span { border-color: #E6627D; }
span { border-color: rgb(230,98,125); }
td.TdClassName
{
border-color: #E6627D;
}
.TagClassName
{
border-color: #E6627D;
}
</style>