Shades of Deep Pink #EA1694
Tints of Deep Pink #EA1694
RGB
CMYK
RGB Variations
Color information
#EA1694 (or 0xEA1694) is known color: Deep Pink. HEX triplet: EA, 16 and 94. RGB value is (234,22,148). Sum of RGB (Red+Green+Blue) = 234+22+148=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1694 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1694 is #15E96B. Grayscale: #636363. Windows color (decimal): -1436012 or 9705194. OLE color: 9705194.
HSL color Cylindrical-coordinate representation of color #EA1694: hue angle of 324.34º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1694 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 22 | 148 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.08 |
| HSL | 324.34º | 0.83% | 0.5% | - |
| HSV(B) | 324.34º | 0.91% | 0.92% | - |
| XYZ | 39.56 | 20.2 | 29.83 | - |
| YUV | 99.75 | 155.24 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 148 | 0 | 0.91 | 0.37 | 0.08 | 324.34 | 0.83 | 0.5 |
| Hex | EA | 16 | 94 | 0 | 5B | 25 | 8 | 144 | 53 | 32 |
| Octal | 352 | 26 | 224 | 0 | 133 | 45 | 10 | 504 | 123 | 62 |
| Binary | 11101010 | 10110 | 10010100 | 0 | 1011011 | 100101 | 1000 | 101000100 | 1010011 | 110010 |
Color Harmonies of #EA1694
Complementary color
Monochromatic Colors of #EA1694
Black with #EA1694
Text Example
Text Example
White with #EA1694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1694; }
p { color: rgb(234,22,148); }
H1.HeaderClassName
{
color: #EA1694;
}
.AnyTagClassName
{
color: #EA1694;
}
</style>
background-color css
<style>
a { background-color: #EA1694; }
a { background-color: rgb(234,22,148); }
div.DivClassName
{
background-color: #EA1694;
}
.BgClassName
{
background-color: #EA1694;
}
</style>
border-color css
<style>
span { border-color: #EA1694; }
span { border-color: rgb(234,22,148); }
td.TdClassName
{
border-color: #EA1694;
}
.TagClassName
{
border-color: #EA1694;
}
</style>