Shades of Dark Pink #EC5E8A
Tints of Dark Pink #EC5E8A
RGB
CMYK
RGB Variations
Color information
#EC5E8A (or 0xEC5E8A) is known color: Dark Pink. HEX triplet: EC, 5E and 8A. RGB value is (236,94,138). Sum of RGB (Red+Green+Blue) = 236+94+138=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5E8A is #13A175. Grayscale: #8D8D8D. Windows color (decimal): -1286518 or 9068268. OLE color: 9068268.
HSL color Cylindrical-coordinate representation of color #EC5E8A: hue angle of 341.41º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5E8A is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 94 | 138 | - |
CMYK | 0 | 0.60 | 0.42 | 0.07 |
HSL | 341.41º | 0.79% | 0.65% | - |
HSV(B) | 341.41º | 0.6% | 0.93% | - |
XYZ | 43.18 | 27.67 | 27.11 | - |
YUV | 141.47 | 126.04 | 195.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 94 | 138 | 0 | 0.60 | 0.42 | 0.07 | 341.41 | 0.79 | 0.65 |
Hex | EC | 5E | 8A | 0 | 3C | 2A | 7 | 155 | 4F | 41 |
Octal | 354 | 136 | 212 | 0 | 74 | 52 | 7 | 525 | 117 | 101 |
Binary | 11101100 | 1011110 | 10001010 | 0 | 111100 | 101010 | 111 | 101010101 | 1001111 | 1000001 |
Color Harmonies of #EC5E8A
Complementary color
Monochromatic Colors of #EC5E8A
Black with #EC5E8A
Text Example
Text Example
White with #EC5E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5E8A; }
p { color: rgb(236,94,138); }
H1.HeaderClassName
{
color: #EC5E8A;
}
.AnyTagClassName
{
color: #EC5E8A;
}
</style>
background-color css
<style>
a { background-color: #EC5E8A; }
a { background-color: rgb(236,94,138); }
div.DivClassName
{
background-color: #EC5E8A;
}
.BgClassName
{
background-color: #EC5E8A;
}
</style>
border-color css
<style>
span { border-color: #EC5E8A; }
span { border-color: rgb(236,94,138); }
td.TdClassName
{
border-color: #EC5E8A;
}
.TagClassName
{
border-color: #EC5E8A;
}
</style>