Shades of Deep Pink #EA167F
Tints of Deep Pink #EA167F
RGB
CMYK
RGB Variations
Color information
#EA167F (or 0xEA167F) is known color: Deep Pink. HEX triplet: EA, 16 and 7F. RGB value is (234,22,127). Sum of RGB (Red+Green+Blue) = 234+22+127=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA167F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA167F is #15E980. Grayscale: #616161. Windows color (decimal): -1436033 or 8328938. OLE color: 8328938.
HSL color Cylindrical-coordinate representation of color #EA167F: hue angle of 330.28º 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 #EA167F is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 22 | 127 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.08 |
| HSL | 330.28º | 0.83% | 0.5% | - |
| HSV(B) | 330.28º | 0.91% | 0.92% | - |
| XYZ | 38.05 | 19.6 | 21.86 | - |
| YUV | 97.36 | 144.74 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 127 | 0 | 0.91 | 0.46 | 0.08 | 330.28 | 0.83 | 0.5 |
| Hex | EA | 16 | 7F | 0 | 5B | 2E | 8 | 14A | 53 | 32 |
| Octal | 352 | 26 | 177 | 0 | 133 | 56 | 10 | 512 | 123 | 62 |
| Binary | 11101010 | 10110 | 1111111 | 0 | 1011011 | 101110 | 1000 | 101001010 | 1010011 | 110010 |
Color Harmonies of #EA167F
Complementary color
Monochromatic Colors of #EA167F
Black with #EA167F
Text Example
Text Example
White with #EA167F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA167F; }
p { color: rgb(234,22,127); }
H1.HeaderClassName
{
color: #EA167F;
}
.AnyTagClassName
{
color: #EA167F;
}
</style>
background-color css
<style>
a { background-color: #EA167F; }
a { background-color: rgb(234,22,127); }
div.DivClassName
{
background-color: #EA167F;
}
.BgClassName
{
background-color: #EA167F;
}
</style>
border-color css
<style>
span { border-color: #EA167F; }
span { border-color: rgb(234,22,127); }
td.TdClassName
{
border-color: #EA167F;
}
.TagClassName
{
border-color: #EA167F;
}
</style>