Shades of Hot Pink #EA6AAB
Tints of Hot Pink #EA6AAB
RGB
CMYK
RGB Variations
Color information
#EA6AAB (or 0xEA6AAB) is known color: Hot Pink. HEX triplet: EA, 6A and AB. RGB value is (234,106,171). Sum of RGB (Red+Green+Blue) = 234+106+171=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6AAB is #159554. Grayscale: #979797. Windows color (decimal): -1414485 or 11234026. OLE color: 11234026.
HSL color Cylindrical-coordinate representation of color #EA6AAB: hue angle of 329.53º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA6AAB is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 106 | 171 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.08 |
| HSL | 329.53º | 0.75% | 0.67% | - |
| HSV(B) | 329.53º | 0.55% | 0.92% | - |
| XYZ | 46.44 | 30.74 | 42.01 | - |
| YUV | 151.68 | 138.91 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 106 | 171 | 0 | 0.55 | 0.27 | 0.08 | 329.53 | 0.75 | 0.67 |
| Hex | EA | 6A | AB | 0 | 37 | 1B | 8 | 14A | 4B | 43 |
| Octal | 352 | 152 | 253 | 0 | 67 | 33 | 10 | 512 | 113 | 103 |
| Binary | 11101010 | 1101010 | 10101011 | 0 | 110111 | 11011 | 1000 | 101001010 | 1001011 | 1000011 |
Color Harmonies of #EA6AAB
Complementary color
Monochromatic Colors of #EA6AAB
Black with #EA6AAB
Text Example
Text Example
White with #EA6AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6AAB; }
p { color: rgb(234,106,171); }
H1.HeaderClassName
{
color: #EA6AAB;
}
.AnyTagClassName
{
color: #EA6AAB;
}
</style>
background-color css
<style>
a { background-color: #EA6AAB; }
a { background-color: rgb(234,106,171); }
div.DivClassName
{
background-color: #EA6AAB;
}
.BgClassName
{
background-color: #EA6AAB;
}
</style>
border-color css
<style>
span { border-color: #EA6AAB; }
span { border-color: rgb(234,106,171); }
td.TdClassName
{
border-color: #EA6AAB;
}
.TagClassName
{
border-color: #EA6AAB;
}
</style>