Shades of Deep Pink #EA169B
Tints of Deep Pink #EA169B
RGB
CMYK
RGB Variations
Color information
#EA169B (or 0xEA169B) is known color: Deep Pink. HEX triplet: EA, 16 and 9B. RGB value is (234,22,155). Sum of RGB (Red+Green+Blue) = 234+22+155=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA169B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA169B is #15E964. Grayscale: #646464. Windows color (decimal): -1436005 or 10163946. OLE color: 10163946.
HSL color Cylindrical-coordinate representation of color #EA169B: hue angle of 322.36º 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 #EA169B is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 22 | 155 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.08 |
| HSL | 322.36º | 0.83% | 0.5% | - |
| HSV(B) | 322.36º | 0.91% | 0.92% | - |
| XYZ | 40.13 | 20.43 | 32.84 | - |
| YUV | 100.55 | 158.74 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 155 | 0 | 0.91 | 0.34 | 0.08 | 322.36 | 0.83 | 0.5 |
| Hex | EA | 16 | 9B | 0 | 5B | 22 | 8 | 142 | 53 | 32 |
| Octal | 352 | 26 | 233 | 0 | 133 | 42 | 10 | 502 | 123 | 62 |
| Binary | 11101010 | 10110 | 10011011 | 0 | 1011011 | 100010 | 1000 | 101000010 | 1010011 | 110010 |
Color Harmonies of #EA169B
Complementary color
Monochromatic Colors of #EA169B
Black with #EA169B
Text Example
Text Example
White with #EA169B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA169B; }
p { color: rgb(234,22,155); }
H1.HeaderClassName
{
color: #EA169B;
}
.AnyTagClassName
{
color: #EA169B;
}
</style>
background-color css
<style>
a { background-color: #EA169B; }
a { background-color: rgb(234,22,155); }
div.DivClassName
{
background-color: #EA169B;
}
.BgClassName
{
background-color: #EA169B;
}
</style>
border-color css
<style>
span { border-color: #EA169B; }
span { border-color: rgb(234,22,155); }
td.TdClassName
{
border-color: #EA169B;
}
.TagClassName
{
border-color: #EA169B;
}
</style>