Shades of Deep Pink #EB2194
Tints of Deep Pink #EB2194
RGB
CMYK
RGB Variations
Color information
#EB2194 (or 0xEB2194) is known color: Deep Pink. HEX triplet: EB, 21 and 94. RGB value is (235,33,148). Sum of RGB (Red+Green+Blue) = 235+33+148=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2194 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2194 is #14DE6B. Grayscale: #6A6A6A. Windows color (decimal): -1367660 or 9708011. OLE color: 9708011.
HSL color Cylindrical-coordinate representation of color #EB2194: hue angle of 325.84º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2194 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 33 | 148 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.08 |
| HSL | 325.84º | 0.83% | 0.53% | - |
| HSV(B) | 325.84º | 0.86% | 0.92% | - |
| XYZ | 40.15 | 20.89 | 29.93 | - |
| YUV | 106.51 | 151.42 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 33 | 148 | 0 | 0.86 | 0.37 | 0.08 | 325.84 | 0.83 | 0.53 |
| Hex | EB | 21 | 94 | 0 | 56 | 25 | 8 | 146 | 53 | 35 |
| Octal | 353 | 41 | 224 | 0 | 126 | 45 | 10 | 506 | 123 | 65 |
| Binary | 11101011 | 100001 | 10010100 | 0 | 1010110 | 100101 | 1000 | 101000110 | 1010011 | 110101 |
Color Harmonies of #EB2194
Complementary color
Monochromatic Colors of #EB2194
Black with #EB2194
Text Example
Text Example
White with #EB2194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2194; }
p { color: rgb(235,33,148); }
H1.HeaderClassName
{
color: #EB2194;
}
.AnyTagClassName
{
color: #EB2194;
}
</style>
background-color css
<style>
a { background-color: #EB2194; }
a { background-color: rgb(235,33,148); }
div.DivClassName
{
background-color: #EB2194;
}
.BgClassName
{
background-color: #EB2194;
}
</style>
border-color css
<style>
span { border-color: #EB2194; }
span { border-color: rgb(235,33,148); }
td.TdClassName
{
border-color: #EB2194;
}
.TagClassName
{
border-color: #EB2194;
}
</style>