Shades of Dark Pink #EB518A
Tints of Dark Pink #EB518A
RGB
CMYK
RGB Variations
Color information
#EB518A (or 0xEB518A) is known color: Dark Pink. HEX triplet: EB, 51 and 8A. RGB value is (235,81,138). Sum of RGB (Red+Green+Blue) = 235+81+138=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EB518A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB518A is #14AE75. Grayscale: #858585. Windows color (decimal): -1355382 or 9064939. OLE color: 9064939.
HSL color Cylindrical-coordinate representation of color #EB518A: hue angle of 337.79º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EB518A is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 81 | 138 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.08 |
| HSL | 337.79º | 0.79% | 0.62% | - |
| HSV(B) | 337.79º | 0.66% | 0.92% | - |
| XYZ | 41.79 | 25.38 | 26.74 | - |
| YUV | 133.54 | 130.52 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 81 | 138 | 0 | 0.66 | 0.41 | 0.08 | 337.79 | 0.79 | 0.62 |
| Hex | EB | 51 | 8A | 0 | 42 | 29 | 8 | 152 | 4F | 3E |
| Octal | 353 | 121 | 212 | 0 | 102 | 51 | 10 | 522 | 117 | 76 |
| Binary | 11101011 | 1010001 | 10001010 | 0 | 1000010 | 101001 | 1000 | 101010010 | 1001111 | 111110 |
Color Harmonies of #EB518A
Complementary color
Monochromatic Colors of #EB518A
Black with #EB518A
Text Example
Text Example
White with #EB518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB518A; }
p { color: rgb(235,81,138); }
H1.HeaderClassName
{
color: #EB518A;
}
.AnyTagClassName
{
color: #EB518A;
}
</style>
background-color css
<style>
a { background-color: #EB518A; }
a { background-color: rgb(235,81,138); }
div.DivClassName
{
background-color: #EB518A;
}
.BgClassName
{
background-color: #EB518A;
}
</style>
border-color css
<style>
span { border-color: #EB518A; }
span { border-color: rgb(235,81,138); }
td.TdClassName
{
border-color: #EB518A;
}
.TagClassName
{
border-color: #EB518A;
}
</style>