Shades of Dark Pink #E6538A
Tints of Dark Pink #E6538A
RGB
CMYK
RGB Variations
Color information
#E6538A (or 0xE6538A) is known color: Dark Pink. HEX triplet: E6, 53 and 8A. RGB value is (230,83,138). Sum of RGB (Red+Green+Blue) = 230+83+138=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E6538A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6538A is #19AC75. Grayscale: #858585. Windows color (decimal): -1682550 or 9065446. OLE color: 9065446.
HSL color Cylindrical-coordinate representation of color #E6538A: hue angle of 337.55º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E6538A is Cyan = 0, Magento = 0.64, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 83 | 138 | - |
| CMYK | 0 | 0.64 | 0.4 | 0.10 |
| HSL | 337.55º | 0.75% | 0.61% | - |
| HSV(B) | 337.55º | 0.64% | 0.9% | - |
| XYZ | 40.31 | 24.84 | 26.72 | - |
| YUV | 133.22 | 130.7 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 138 | 0 | 0.64 | 0.4 | 0.10 | 337.55 | 0.75 | 0.61 |
| Hex | E6 | 53 | 8A | 0 | 40 | 28 | A | 152 | 4B | 3D |
| Octal | 346 | 123 | 212 | 0 | 100 | 50 | 12 | 522 | 113 | 75 |
| Binary | 11100110 | 1010011 | 10001010 | 0 | 1000000 | 101000 | 1010 | 101010010 | 1001011 | 111101 |
Color Harmonies of #E6538A
Complementary color
Monochromatic Colors of #E6538A
Black with #E6538A
Text Example
Text Example
White with #E6538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6538A; }
p { color: rgb(230,83,138); }
H1.HeaderClassName
{
color: #E6538A;
}
.AnyTagClassName
{
color: #E6538A;
}
</style>
background-color css
<style>
a { background-color: #E6538A; }
a { background-color: rgb(230,83,138); }
div.DivClassName
{
background-color: #E6538A;
}
.BgClassName
{
background-color: #E6538A;
}
</style>
border-color css
<style>
span { border-color: #E6538A; }
span { border-color: rgb(230,83,138); }
td.TdClassName
{
border-color: #E6538A;
}
.TagClassName
{
border-color: #E6538A;
}
</style>