Shades of Dark Pink #E6557E
Tints of Dark Pink #E6557E
RGB
CMYK
RGB Variations
Color information
#E6557E (or 0xE6557E) is known color: Dark Pink. HEX triplet: E6, 55 and 7E. RGB value is (230,85,126). Sum of RGB (Red+Green+Blue) = 230+85+126=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E6557E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6557E is #19AA81. Grayscale: #858585. Windows color (decimal): -1682050 or 8279526. OLE color: 8279526.
HSL color Cylindrical-coordinate representation of color #E6557E: hue angle of 343.03º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6557E is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 126 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.10 |
| HSL | 343.03º | 0.74% | 0.62% | - |
| HSV(B) | 343.03º | 0.63% | 0.9% | - |
| XYZ | 39.65 | 24.83 | 22.44 | - |
| YUV | 133.03 | 124.04 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 126 | 0 | 0.63 | 0.45 | 0.10 | 343.03 | 0.74 | 0.62 |
| Hex | E6 | 55 | 7E | 0 | 3F | 2D | A | 157 | 4A | 3E |
| Octal | 346 | 125 | 176 | 0 | 77 | 55 | 12 | 527 | 112 | 76 |
| Binary | 11100110 | 1010101 | 1111110 | 0 | 111111 | 101101 | 1010 | 101010111 | 1001010 | 111110 |
Color Harmonies of #E6557E
Complementary color
Monochromatic Colors of #E6557E
Black with #E6557E
Text Example
Text Example
White with #E6557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6557E; }
p { color: rgb(230,85,126); }
H1.HeaderClassName
{
color: #E6557E;
}
.AnyTagClassName
{
color: #E6557E;
}
</style>
background-color css
<style>
a { background-color: #E6557E; }
a { background-color: rgb(230,85,126); }
div.DivClassName
{
background-color: #E6557E;
}
.BgClassName
{
background-color: #E6557E;
}
</style>
border-color css
<style>
span { border-color: #E6557E; }
span { border-color: rgb(230,85,126); }
td.TdClassName
{
border-color: #E6557E;
}
.TagClassName
{
border-color: #E6557E;
}
</style>