Shades of Deep Pink #EB0D90
Tints of Deep Pink #EB0D90
RGB
CMYK
RGB Variations
Color information
#EB0D90 (or 0xEB0D90) is known color: Deep Pink. HEX triplet: EB, 0D and 90. RGB value is (235,13,144). Sum of RGB (Red+Green+Blue) = 235+13+144=392 (51% of max value = 765). Red value is 235 (92.19% from 255 or 59.95% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0D90 is #14F26F. Grayscale: #5E5E5E. Windows color (decimal): -1372784 or 9440747. OLE color: 9440747.
HSL color Cylindrical-coordinate representation of color #EB0D90: hue angle of 324.59º degrees, saturation: 0.9, 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 #EB0D90 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 13 | 144 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.08 |
| HSL | 324.59º | 0.9% | 0.49% | - |
| HSV(B) | 324.59º | 0.94% | 0.92% | - |
| XYZ | 39.44 | 19.96 | 28.16 | - |
| YUV | 94.31 | 156.05 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 13 | 144 | 0 | 0.94 | 0.39 | 0.08 | 324.59 | 0.9 | 0.49 |
| Hex | EB | D | 90 | 0 | 5E | 27 | 8 | 145 | 5A | 31 |
| Octal | 353 | 15 | 220 | 0 | 136 | 47 | 10 | 505 | 132 | 61 |
| Binary | 11101011 | 1101 | 10010000 | 0 | 1011110 | 100111 | 1000 | 101000101 | 1011010 | 110001 |
Color Harmonies of #EB0D90
Complementary color
Monochromatic Colors of #EB0D90
Black with #EB0D90
Text Example
Text Example
White with #EB0D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0D90; }
p { color: rgb(235,13,144); }
H1.HeaderClassName
{
color: #EB0D90;
}
.AnyTagClassName
{
color: #EB0D90;
}
</style>
background-color css
<style>
a { background-color: #EB0D90; }
a { background-color: rgb(235,13,144); }
div.DivClassName
{
background-color: #EB0D90;
}
.BgClassName
{
background-color: #EB0D90;
}
</style>
border-color css
<style>
span { border-color: #EB0D90; }
span { border-color: rgb(235,13,144); }
td.TdClassName
{
border-color: #EB0D90;
}
.TagClassName
{
border-color: #EB0D90;
}
</style>