Shades of Deep Pink #EB0B90
Tints of Deep Pink #EB0B90
RGB
CMYK
RGB Variations
Color information
#EB0B90 (or 0xEB0B90) is known color: Deep Pink. HEX triplet: EB, 0B and 90. RGB value is (235,11,144). Sum of RGB (Red+Green+Blue) = 235+11+144=390 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.26% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0B90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0B90 is #14F46F. Grayscale: #5C5C5C. Windows color (decimal): -1373296 or 9440235. OLE color: 9440235.
HSL color Cylindrical-coordinate representation of color #EB0B90: hue angle of 324.38º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB0B90 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 11 | 144 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.08 |
| HSL | 324.38º | 0.91% | 0.48% | - |
| HSV(B) | 324.38º | 0.95% | 0.92% | - |
| XYZ | 39.41 | 19.92 | 28.15 | - |
| YUV | 93.14 | 156.71 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 11 | 144 | 0 | 0.95 | 0.39 | 0.08 | 324.38 | 0.91 | 0.48 |
| Hex | EB | B | 90 | 0 | 5F | 27 | 8 | 144 | 5B | 30 |
| Octal | 353 | 13 | 220 | 0 | 137 | 47 | 10 | 504 | 133 | 60 |
| Binary | 11101011 | 1011 | 10010000 | 0 | 1011111 | 100111 | 1000 | 101000100 | 1011011 | 110000 |
Color Harmonies of #EB0B90
Complementary color
Monochromatic Colors of #EB0B90
Black with #EB0B90
Text Example
Text Example
White with #EB0B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0B90; }
p { color: rgb(235,11,144); }
H1.HeaderClassName
{
color: #EB0B90;
}
.AnyTagClassName
{
color: #EB0B90;
}
</style>
background-color css
<style>
a { background-color: #EB0B90; }
a { background-color: rgb(235,11,144); }
div.DivClassName
{
background-color: #EB0B90;
}
.BgClassName
{
background-color: #EB0B90;
}
</style>
border-color css
<style>
span { border-color: #EB0B90; }
span { border-color: rgb(235,11,144); }
td.TdClassName
{
border-color: #EB0B90;
}
.TagClassName
{
border-color: #EB0B90;
}
</style>