Shades of Dark Pink #EC5C8A
Tints of Dark Pink #EC5C8A
RGB
CMYK
RGB Variations
Color information
#EC5C8A (or 0xEC5C8A) is known color: Dark Pink. HEX triplet: EC, 5C and 8A. RGB value is (236,92,138). Sum of RGB (Red+Green+Blue) = 236+92+138=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5C8A is #13A375. Grayscale: #8C8C8C. Windows color (decimal): -1287030 or 9067756. OLE color: 9067756.
HSL color Cylindrical-coordinate representation of color #EC5C8A: hue angle of 340.83º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5C8A is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 138 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.07 |
| HSL | 340.83º | 0.79% | 0.64% | - |
| HSV(B) | 340.83º | 0.61% | 0.93% | - |
| XYZ | 43.01 | 27.32 | 27.05 | - |
| YUV | 140.3 | 126.71 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 138 | 0 | 0.61 | 0.42 | 0.07 | 340.83 | 0.79 | 0.64 |
| Hex | EC | 5C | 8A | 0 | 3D | 2A | 7 | 155 | 4F | 40 |
| Octal | 354 | 134 | 212 | 0 | 75 | 52 | 7 | 525 | 117 | 100 |
| Binary | 11101100 | 1011100 | 10001010 | 0 | 111101 | 101010 | 111 | 101010101 | 1001111 | 1000000 |
Color Harmonies of #EC5C8A
Complementary color
Monochromatic Colors of #EC5C8A
Black with #EC5C8A
Text Example
Text Example
White with #EC5C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5C8A; }
p { color: rgb(236,92,138); }
H1.HeaderClassName
{
color: #EC5C8A;
}
.AnyTagClassName
{
color: #EC5C8A;
}
</style>
background-color css
<style>
a { background-color: #EC5C8A; }
a { background-color: rgb(236,92,138); }
div.DivClassName
{
background-color: #EC5C8A;
}
.BgClassName
{
background-color: #EC5C8A;
}
</style>
border-color css
<style>
span { border-color: #EC5C8A; }
span { border-color: rgb(236,92,138); }
td.TdClassName
{
border-color: #EC5C8A;
}
.TagClassName
{
border-color: #EC5C8A;
}
</style>