Shades of Dark Pink #E6627F
Tints of Dark Pink #E6627F
RGB
CMYK
RGB Variations
Color information
#E6627F (or 0xE6627F) is known color: Dark Pink. HEX triplet: E6, 62 and 7F. RGB value is (230,98,127). Sum of RGB (Red+Green+Blue) = 230+98+127=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E6627F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6627F is #199D80. Grayscale: #8C8C8C. Windows color (decimal): -1678721 or 8348390. OLE color: 8348390.
HSL color Cylindrical-coordinate representation of color #E6627F: hue angle of 346.82º 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 #E6627F is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 98 | 127 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.10 |
| HSL | 346.82º | 0.73% | 0.64% | - |
| HSV(B) | 346.82º | 0.57% | 0.9% | - |
| XYZ | 40.83 | 27.09 | 23.16 | - |
| YUV | 140.77 | 120.23 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 98 | 127 | 0 | 0.57 | 0.45 | 0.10 | 346.82 | 0.73 | 0.64 |
| Hex | E6 | 62 | 7F | 0 | 39 | 2D | A | 15B | 49 | 40 |
| Octal | 346 | 142 | 177 | 0 | 71 | 55 | 12 | 533 | 111 | 100 |
| Binary | 11100110 | 1100010 | 1111111 | 0 | 111001 | 101101 | 1010 | 101011011 | 1001001 | 1000000 |
Color Harmonies of #E6627F
Complementary color
Monochromatic Colors of #E6627F
Black with #E6627F
Text Example
Text Example
White with #E6627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6627F; }
p { color: rgb(230,98,127); }
H1.HeaderClassName
{
color: #E6627F;
}
.AnyTagClassName
{
color: #E6627F;
}
</style>
background-color css
<style>
a { background-color: #E6627F; }
a { background-color: rgb(230,98,127); }
div.DivClassName
{
background-color: #E6627F;
}
.BgClassName
{
background-color: #E6627F;
}
</style>
border-color css
<style>
span { border-color: #E6627F; }
span { border-color: rgb(230,98,127); }
td.TdClassName
{
border-color: #E6627F;
}
.TagClassName
{
border-color: #E6627F;
}
</style>