Shades of Dark Pink #E6538F
Tints of Dark Pink #E6538F
RGB
CMYK
RGB Variations
Color information
#E6538F (or 0xE6538F) is known color: Dark Pink. HEX triplet: E6, 53 and 8F. RGB value is (230,83,143). Sum of RGB (Red+Green+Blue) = 230+83+143=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6538F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6538F is #19AC70. Grayscale: #858585. Windows color (decimal): -1682545 or 9393126. OLE color: 9393126.
HSL color Cylindrical-coordinate representation of color #E6538F: hue angle of 335.51º 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 #E6538F is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 83 | 143 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.10 |
| HSL | 335.51º | 0.75% | 0.61% | - |
| HSV(B) | 335.51º | 0.64% | 0.9% | - |
| XYZ | 40.68 | 24.99 | 28.67 | - |
| YUV | 133.79 | 133.2 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 143 | 0 | 0.64 | 0.38 | 0.10 | 335.51 | 0.75 | 0.61 |
| Hex | E6 | 53 | 8F | 0 | 40 | 26 | A | 150 | 4B | 3D |
| Octal | 346 | 123 | 217 | 0 | 100 | 46 | 12 | 520 | 113 | 75 |
| Binary | 11100110 | 1010011 | 10001111 | 0 | 1000000 | 100110 | 1010 | 101010000 | 1001011 | 111101 |
Color Harmonies of #E6538F
Complementary color
Monochromatic Colors of #E6538F
Black with #E6538F
Text Example
Text Example
White with #E6538F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6538F; }
p { color: rgb(230,83,143); }
H1.HeaderClassName
{
color: #E6538F;
}
.AnyTagClassName
{
color: #E6538F;
}
</style>
background-color css
<style>
a { background-color: #E6538F; }
a { background-color: rgb(230,83,143); }
div.DivClassName
{
background-color: #E6538F;
}
.BgClassName
{
background-color: #E6538F;
}
</style>
border-color css
<style>
span { border-color: #E6538F; }
span { border-color: rgb(230,83,143); }
td.TdClassName
{
border-color: #E6538F;
}
.TagClassName
{
border-color: #E6538F;
}
</style>