Shades of Deep Pink #EB157F
Tints of Deep Pink #EB157F
RGB
CMYK
RGB Variations
Color information
#EB157F (or 0xEB157F) is known color: Deep Pink. HEX triplet: EB, 15 and 7F. RGB value is (235,21,127). Sum of RGB (Red+Green+Blue) = 235+21+127=383 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.36% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 235 - color contains mainly: red. Hex color #EB157F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB157F is #14EA80. Grayscale: #606060. Windows color (decimal): -1370753 or 8328683. OLE color: 8328683.
HSL color Cylindrical-coordinate representation of color #EB157F: hue angle of 330.28º 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 #EB157F is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 127 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.08 |
| HSL | 330.28º | 0.84% | 0.5% | - |
| HSV(B) | 330.28º | 0.91% | 0.92% | - |
| XYZ | 38.36 | 19.73 | 21.87 | - |
| YUV | 97.07 | 144.9 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 127 | 0 | 0.91 | 0.46 | 0.08 | 330.28 | 0.84 | 0.5 |
| Hex | EB | 15 | 7F | 0 | 5B | 2E | 8 | 14A | 54 | 32 |
| Octal | 353 | 25 | 177 | 0 | 133 | 56 | 10 | 512 | 124 | 62 |
| Binary | 11101011 | 10101 | 1111111 | 0 | 1011011 | 101110 | 1000 | 101001010 | 1010100 | 110010 |
Color Harmonies of #EB157F
Complementary color
Monochromatic Colors of #EB157F
Black with #EB157F
Text Example
Text Example
White with #EB157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB157F; }
p { color: rgb(235,21,127); }
H1.HeaderClassName
{
color: #EB157F;
}
.AnyTagClassName
{
color: #EB157F;
}
</style>
background-color css
<style>
a { background-color: #EB157F; }
a { background-color: rgb(235,21,127); }
div.DivClassName
{
background-color: #EB157F;
}
.BgClassName
{
background-color: #EB157F;
}
</style>
border-color css
<style>
span { border-color: #EB157F; }
span { border-color: rgb(235,21,127); }
td.TdClassName
{
border-color: #EB157F;
}
.TagClassName
{
border-color: #EB157F;
}
</style>