Shades of Dark Pink #E6558A
Tints of Dark Pink #E6558A
RGB
CMYK
RGB Variations
Color information
#E6558A (or 0xE6558A) is known color: Dark Pink. HEX triplet: E6, 55 and 8A. RGB value is (230,85,138). Sum of RGB (Red+Green+Blue) = 230+85+138=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E6558A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6558A is #19AA75. Grayscale: #868686. Windows color (decimal): -1682038 or 9065958. OLE color: 9065958.
HSL color Cylindrical-coordinate representation of color #E6558A: hue angle of 338.07º 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 #E6558A is Cyan = 0, Magento = 0.63, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 138 | - |
| CMYK | 0 | 0.63 | 0.4 | 0.10 |
| HSL | 338.07º | 0.74% | 0.62% | - |
| HSV(B) | 338.07º | 0.63% | 0.9% | - |
| XYZ | 40.47 | 25.15 | 26.77 | - |
| YUV | 134.4 | 130.04 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 138 | 0 | 0.63 | 0.4 | 0.10 | 338.07 | 0.74 | 0.62 |
| Hex | E6 | 55 | 8A | 0 | 3F | 28 | A | 152 | 4A | 3E |
| Octal | 346 | 125 | 212 | 0 | 77 | 50 | 12 | 522 | 112 | 76 |
| Binary | 11100110 | 1010101 | 10001010 | 0 | 111111 | 101000 | 1010 | 101010010 | 1001010 | 111110 |
Color Harmonies of #E6558A
Complementary color
Monochromatic Colors of #E6558A
Black with #E6558A
Text Example
Text Example
White with #E6558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6558A; }
p { color: rgb(230,85,138); }
H1.HeaderClassName
{
color: #E6558A;
}
.AnyTagClassName
{
color: #E6558A;
}
</style>
background-color css
<style>
a { background-color: #E6558A; }
a { background-color: rgb(230,85,138); }
div.DivClassName
{
background-color: #E6558A;
}
.BgClassName
{
background-color: #E6558A;
}
</style>
border-color css
<style>
span { border-color: #E6558A; }
span { border-color: rgb(230,85,138); }
td.TdClassName
{
border-color: #E6558A;
}
.TagClassName
{
border-color: #E6558A;
}
</style>