Shades of Deep Pink #EB147E
Tints of Deep Pink #EB147E
RGB
CMYK
RGB Variations
Color information
#EB147E (or 0xEB147E) is known color: Deep Pink. HEX triplet: EB, 14 and 7E. RGB value is (235,20,126). Sum of RGB (Red+Green+Blue) = 235+20+126=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB147E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB147E is #14EB81. Grayscale: #606060. Windows color (decimal): -1371010 or 8262891. OLE color: 8262891.
HSL color Cylindrical-coordinate representation of color #EB147E: hue angle of 330.42º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB147E is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 20 | 126 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.08 |
| HSL | 330.42º | 0.84% | 0.5% | - |
| HSV(B) | 330.42º | 0.91% | 0.92% | - |
| XYZ | 38.28 | 19.67 | 21.52 | - |
| YUV | 96.37 | 144.73 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 20 | 126 | 0 | 0.91 | 0.46 | 0.08 | 330.42 | 0.84 | 0.5 |
| Hex | EB | 14 | 7E | 0 | 5B | 2E | 8 | 14A | 54 | 32 |
| Octal | 353 | 24 | 176 | 0 | 133 | 56 | 10 | 512 | 124 | 62 |
| Binary | 11101011 | 10100 | 1111110 | 0 | 1011011 | 101110 | 1000 | 101001010 | 1010100 | 110010 |
Color Harmonies of #EB147E
Complementary color
Monochromatic Colors of #EB147E
Black with #EB147E
Text Example
Text Example
White with #EB147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB147E; }
p { color: rgb(235,20,126); }
H1.HeaderClassName
{
color: #EB147E;
}
.AnyTagClassName
{
color: #EB147E;
}
</style>
background-color css
<style>
a { background-color: #EB147E; }
a { background-color: rgb(235,20,126); }
div.DivClassName
{
background-color: #EB147E;
}
.BgClassName
{
background-color: #EB147E;
}
</style>
border-color css
<style>
span { border-color: #EB147E; }
span { border-color: rgb(235,20,126); }
td.TdClassName
{
border-color: #EB147E;
}
.TagClassName
{
border-color: #EB147E;
}
</style>