Shades of Deep Pink #EA179B
Tints of Deep Pink #EA179B
RGB
CMYK
RGB Variations
Color information
#EA179B (or 0xEA179B) is known color: Deep Pink. HEX triplet: EA, 17 and 9B. RGB value is (234,23,155). Sum of RGB (Red+Green+Blue) = 234+23+155=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA179B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA179B is #15E864. Grayscale: #646464. Windows color (decimal): -1435749 or 10164202. OLE color: 10164202.
HSL color Cylindrical-coordinate representation of color #EA179B: hue angle of 322.46º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA179B is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 155 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.08 |
| HSL | 322.46º | 0.83% | 0.5% | - |
| HSV(B) | 322.46º | 0.9% | 0.92% | - |
| XYZ | 40.15 | 20.47 | 32.85 | - |
| YUV | 101.14 | 158.4 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 155 | 0 | 0.90 | 0.34 | 0.08 | 322.46 | 0.83 | 0.5 |
| Hex | EA | 17 | 9B | 0 | 5A | 22 | 8 | 142 | 53 | 32 |
| Octal | 352 | 27 | 233 | 0 | 132 | 42 | 10 | 502 | 123 | 62 |
| Binary | 11101010 | 10111 | 10011011 | 0 | 1011010 | 100010 | 1000 | 101000010 | 1010011 | 110010 |
Color Harmonies of #EA179B
Complementary color
Monochromatic Colors of #EA179B
Black with #EA179B
Text Example
Text Example
White with #EA179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA179B; }
p { color: rgb(234,23,155); }
H1.HeaderClassName
{
color: #EA179B;
}
.AnyTagClassName
{
color: #EA179B;
}
</style>
background-color css
<style>
a { background-color: #EA179B; }
a { background-color: rgb(234,23,155); }
div.DivClassName
{
background-color: #EA179B;
}
.BgClassName
{
background-color: #EA179B;
}
</style>
border-color css
<style>
span { border-color: #EA179B; }
span { border-color: rgb(234,23,155); }
td.TdClassName
{
border-color: #EA179B;
}
.TagClassName
{
border-color: #EA179B;
}
</style>