Shades of Deep Pink #EB0F90
Tints of Deep Pink #EB0F90
RGB
CMYK
RGB Variations
Color information
#EB0F90 (or 0xEB0F90) is known color: Deep Pink. HEX triplet: EB, 0F and 90. RGB value is (235,15,144). Sum of RGB (Red+Green+Blue) = 235+15+144=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0F90 is #14F06F. Grayscale: #5F5F5F. Windows color (decimal): -1372272 or 9441259. OLE color: 9441259.
HSL color Cylindrical-coordinate representation of color #EB0F90: hue angle of 324.82º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0F90 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 15 | 144 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.08 |
| HSL | 324.82º | 0.88% | 0.49% | - |
| HSV(B) | 324.82º | 0.94% | 0.92% | - |
| XYZ | 39.47 | 20.02 | 28.17 | - |
| YUV | 95.49 | 155.39 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 15 | 144 | 0 | 0.94 | 0.39 | 0.08 | 324.82 | 0.88 | 0.49 |
| Hex | EB | F | 90 | 0 | 5E | 27 | 8 | 145 | 58 | 31 |
| Octal | 353 | 17 | 220 | 0 | 136 | 47 | 10 | 505 | 130 | 61 |
| Binary | 11101011 | 1111 | 10010000 | 0 | 1011110 | 100111 | 1000 | 101000101 | 1011000 | 110001 |
Color Harmonies of #EB0F90
Complementary color
Monochromatic Colors of #EB0F90
Black with #EB0F90
Text Example
Text Example
White with #EB0F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0F90; }
p { color: rgb(235,15,144); }
H1.HeaderClassName
{
color: #EB0F90;
}
.AnyTagClassName
{
color: #EB0F90;
}
</style>
background-color css
<style>
a { background-color: #EB0F90; }
a { background-color: rgb(235,15,144); }
div.DivClassName
{
background-color: #EB0F90;
}
.BgClassName
{
background-color: #EB0F90;
}
</style>
border-color css
<style>
span { border-color: #EB0F90; }
span { border-color: rgb(235,15,144); }
td.TdClassName
{
border-color: #EB0F90;
}
.TagClassName
{
border-color: #EB0F90;
}
</style>