Shades of Dark Pink #E6557B
Tints of Dark Pink #E6557B
RGB
CMYK
RGB Variations
Color information
#E6557B (or 0xE6557B) is known color: Dark Pink. HEX triplet: E6, 55 and 7B. RGB value is (230,85,123). Sum of RGB (Red+Green+Blue) = 230+85+123=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6557B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6557B is #19AA84. Grayscale: #848484. Windows color (decimal): -1682053 or 8082918. OLE color: 8082918.
HSL color Cylindrical-coordinate representation of color #E6557B: hue angle of 344.28º 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 #E6557B is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 123 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.10 |
| HSL | 344.28º | 0.74% | 0.62% | - |
| HSV(B) | 344.28º | 0.63% | 0.9% | - |
| XYZ | 39.46 | 24.75 | 21.44 | - |
| YUV | 132.69 | 122.54 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 123 | 0 | 0.63 | 0.47 | 0.10 | 344.28 | 0.74 | 0.62 |
| Hex | E6 | 55 | 7B | 0 | 3F | 2F | A | 158 | 4A | 3E |
| Octal | 346 | 125 | 173 | 0 | 77 | 57 | 12 | 530 | 112 | 76 |
| Binary | 11100110 | 1010101 | 1111011 | 0 | 111111 | 101111 | 1010 | 101011000 | 1001010 | 111110 |
Color Harmonies of #E6557B
Complementary color
Monochromatic Colors of #E6557B
Black with #E6557B
Text Example
Text Example
White with #E6557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6557B; }
p { color: rgb(230,85,123); }
H1.HeaderClassName
{
color: #E6557B;
}
.AnyTagClassName
{
color: #E6557B;
}
</style>
background-color css
<style>
a { background-color: #E6557B; }
a { background-color: rgb(230,85,123); }
div.DivClassName
{
background-color: #E6557B;
}
.BgClassName
{
background-color: #E6557B;
}
</style>
border-color css
<style>
span { border-color: #E6557B; }
span { border-color: rgb(230,85,123); }
td.TdClassName
{
border-color: #E6557B;
}
.TagClassName
{
border-color: #E6557B;
}
</style>