Shades of Dark Pink #EB467B
Tints of Dark Pink #EB467B
RGB
CMYK
RGB Variations
Color information
#EB467B (or 0xEB467B) is known color: Dark Pink. HEX triplet: EB, 46 and 7B. RGB value is (235,70,123). Sum of RGB (Red+Green+Blue) = 235+70+123=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB467B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB467B is #14B984. Grayscale: #7D7D7D. Windows color (decimal): -1358213 or 8079083. OLE color: 8079083.
HSL color Cylindrical-coordinate representation of color #EB467B: hue angle of 340.73º 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 #EB467B is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 70 | 123 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.08 |
| HSL | 340.73º | 0.8% | 0.6% | - |
| HSV(B) | 340.73º | 0.7% | 0.92% | - |
| XYZ | 40.03 | 23.47 | 21.16 | - |
| YUV | 125.38 | 126.66 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 70 | 123 | 0 | 0.70 | 0.48 | 0.08 | 340.73 | 0.8 | 0.6 |
| Hex | EB | 46 | 7B | 0 | 46 | 30 | 8 | 155 | 50 | 3C |
| Octal | 353 | 106 | 173 | 0 | 106 | 60 | 10 | 525 | 120 | 74 |
| Binary | 11101011 | 1000110 | 1111011 | 0 | 1000110 | 110000 | 1000 | 101010101 | 1010000 | 111100 |
Color Harmonies of #EB467B
Complementary color
Monochromatic Colors of #EB467B
Black with #EB467B
Text Example
Text Example
White with #EB467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB467B; }
p { color: rgb(235,70,123); }
H1.HeaderClassName
{
color: #EB467B;
}
.AnyTagClassName
{
color: #EB467B;
}
</style>
background-color css
<style>
a { background-color: #EB467B; }
a { background-color: rgb(235,70,123); }
div.DivClassName
{
background-color: #EB467B;
}
.BgClassName
{
background-color: #EB467B;
}
</style>
border-color css
<style>
span { border-color: #EB467B; }
span { border-color: rgb(235,70,123); }
td.TdClassName
{
border-color: #EB467B;
}
.TagClassName
{
border-color: #EB467B;
}
</style>