Shades of Deep Pink #EB0184
Tints of Deep Pink #EB0184
RGB
CMYK
RGB Variations
Color information
#EB0184 (or 0xEB0184) is known color: Deep Pink. HEX triplet: EB, 01 and 84. RGB value is (235,1,132). Sum of RGB (Red+Green+Blue) = 235+1+132=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0184 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0184 is #14FE7B. Grayscale: #555555. Windows color (decimal): -1375868 or 8651243. OLE color: 8651243.
HSL color Cylindrical-coordinate representation of color #EB0184: hue angle of 326.41º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB0184 is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 132 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.08 |
| HSL | 326.41º | 0.99% | 0.46% | - |
| HSV(B) | 326.41º | 1% | 0.92% | - |
| XYZ | 38.44 | 19.35 | 23.54 | - |
| YUV | 85.9 | 154.02 | 234.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 132 | 0 | 1.00 | 0.44 | 0.08 | 326.41 | 0.99 | 0.46 |
| Hex | EB | 1 | 84 | 0 | 64 | 2C | 8 | 146 | 63 | 2E |
| Octal | 353 | 1 | 204 | 0 | 144 | 54 | 10 | 506 | 143 | 56 |
| Binary | 11101011 | 1 | 10000100 | 0 | 1100100 | 101100 | 1000 | 101000110 | 1100011 | 101110 |
Color Harmonies of #EB0184
Complementary color
Monochromatic Colors of #EB0184
Black with #EB0184
Text Example
Text Example
White with #EB0184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0184; }
p { color: rgb(235,1,132); }
H1.HeaderClassName
{
color: #EB0184;
}
.AnyTagClassName
{
color: #EB0184;
}
</style>
background-color css
<style>
a { background-color: #EB0184; }
a { background-color: rgb(235,1,132); }
div.DivClassName
{
background-color: #EB0184;
}
.BgClassName
{
background-color: #EB0184;
}
</style>
border-color css
<style>
span { border-color: #EB0184; }
span { border-color: rgb(235,1,132); }
td.TdClassName
{
border-color: #EB0184;
}
.TagClassName
{
border-color: #EB0184;
}
</style>