Shades of Dark Pink #EB467D
Tints of Dark Pink #EB467D
RGB
CMYK
RGB Variations
Color information
#EB467D (or 0xEB467D) is known color: Dark Pink. HEX triplet: EB, 46 and 7D. RGB value is (235,70,125). Sum of RGB (Red+Green+Blue) = 235+70+125=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB467D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB467D is #14B982. Grayscale: #7D7D7D. Windows color (decimal): -1358211 or 8210155. OLE color: 8210155.
HSL color Cylindrical-coordinate representation of color #EB467D: hue angle of 340º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB467D is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 70 | 125 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.08 |
| HSL | 340º | 0.8% | 0.6% | - |
| HSV(B) | 340º | 0.7% | 0.92% | - |
| XYZ | 40.15 | 23.52 | 21.83 | - |
| YUV | 125.61 | 127.66 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 70 | 125 | 0 | 0.70 | 0.47 | 0.08 | 340 | 0.8 | 0.6 |
| Hex | EB | 46 | 7D | 0 | 46 | 2F | 8 | 154 | 50 | 3C |
| Octal | 353 | 106 | 175 | 0 | 106 | 57 | 10 | 524 | 120 | 74 |
| Binary | 11101011 | 1000110 | 1111101 | 0 | 1000110 | 101111 | 1000 | 101010100 | 1010000 | 111100 |
Color Harmonies of #EB467D
Complementary color
Monochromatic Colors of #EB467D
Black with #EB467D
Text Example
Text Example
White with #EB467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB467D; }
p { color: rgb(235,70,125); }
H1.HeaderClassName
{
color: #EB467D;
}
.AnyTagClassName
{
color: #EB467D;
}
</style>
background-color css
<style>
a { background-color: #EB467D; }
a { background-color: rgb(235,70,125); }
div.DivClassName
{
background-color: #EB467D;
}
.BgClassName
{
background-color: #EB467D;
}
</style>
border-color css
<style>
span { border-color: #EB467D; }
span { border-color: rgb(235,70,125); }
td.TdClassName
{
border-color: #EB467D;
}
.TagClassName
{
border-color: #EB467D;
}
</style>