Shades of Deep Pink #EA067E
Tints of Deep Pink #EA067E
RGB
CMYK
RGB Variations
Color information
#EA067E (or 0xEA067E) is known color: Deep Pink. HEX triplet: EA, 06 and 7E. RGB value is (234,6,126). Sum of RGB (Red+Green+Blue) = 234+6+126=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 6 (2.73% from 255 or 1.64% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA067E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA067E is #15F981. Grayscale: #575757. Windows color (decimal): -1440130 or 8259306. OLE color: 8259306.
HSL color Cylindrical-coordinate representation of color #EA067E: hue angle of 328.42º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA067E is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 6 | 126 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.08 |
| HSL | 328.42º | 0.95% | 0.47% | - |
| HSV(B) | 328.42º | 0.97% | 0.92% | - |
| XYZ | 37.76 | 19.13 | 21.44 | - |
| YUV | 87.85 | 149.54 | 232.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 6 | 126 | 0 | 0.97 | 0.46 | 0.08 | 328.42 | 0.95 | 0.47 |
| Hex | EA | 6 | 7E | 0 | 61 | 2E | 8 | 148 | 5F | 2F |
| Octal | 352 | 6 | 176 | 0 | 141 | 56 | 10 | 510 | 137 | 57 |
| Binary | 11101010 | 110 | 1111110 | 0 | 1100001 | 101110 | 1000 | 101001000 | 1011111 | 101111 |
Color Harmonies of #EA067E
Complementary color
Monochromatic Colors of #EA067E
Black with #EA067E
Text Example
Text Example
White with #EA067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA067E; }
p { color: rgb(234,6,126); }
H1.HeaderClassName
{
color: #EA067E;
}
.AnyTagClassName
{
color: #EA067E;
}
</style>
background-color css
<style>
a { background-color: #EA067E; }
a { background-color: rgb(234,6,126); }
div.DivClassName
{
background-color: #EA067E;
}
.BgClassName
{
background-color: #EA067E;
}
</style>
border-color css
<style>
span { border-color: #EA067E; }
span { border-color: rgb(234,6,126); }
td.TdClassName
{
border-color: #EA067E;
}
.TagClassName
{
border-color: #EA067E;
}
</style>