Shades of Hot Pink #EA6BAB
Tints of Hot Pink #EA6BAB
RGB
CMYK
RGB Variations
Color information
#EA6BAB (or 0xEA6BAB) is known color: Hot Pink. HEX triplet: EA, 6B and AB. RGB value is (234,107,171). Sum of RGB (Red+Green+Blue) = 234+107+171=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6BAB is #159454. Grayscale: #989898. Windows color (decimal): -1414229 or 11234282. OLE color: 11234282.
HSL color Cylindrical-coordinate representation of color #EA6BAB: hue angle of 329.76º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA6BAB is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 107 | 171 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.08 |
| HSL | 329.76º | 0.75% | 0.67% | - |
| HSV(B) | 329.76º | 0.54% | 0.92% | - |
| XYZ | 46.54 | 30.95 | 42.05 | - |
| YUV | 152.27 | 138.58 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 107 | 171 | 0 | 0.54 | 0.27 | 0.08 | 329.76 | 0.75 | 0.67 |
| Hex | EA | 6B | AB | 0 | 36 | 1B | 8 | 14A | 4B | 43 |
| Octal | 352 | 153 | 253 | 0 | 66 | 33 | 10 | 512 | 113 | 103 |
| Binary | 11101010 | 1101011 | 10101011 | 0 | 110110 | 11011 | 1000 | 101001010 | 1001011 | 1000011 |
Color Harmonies of #EA6BAB
Complementary color
Monochromatic Colors of #EA6BAB
Black with #EA6BAB
Text Example
Text Example
White with #EA6BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6BAB; }
p { color: rgb(234,107,171); }
H1.HeaderClassName
{
color: #EA6BAB;
}
.AnyTagClassName
{
color: #EA6BAB;
}
</style>
background-color css
<style>
a { background-color: #EA6BAB; }
a { background-color: rgb(234,107,171); }
div.DivClassName
{
background-color: #EA6BAB;
}
.BgClassName
{
background-color: #EA6BAB;
}
</style>
border-color css
<style>
span { border-color: #EA6BAB; }
span { border-color: rgb(234,107,171); }
td.TdClassName
{
border-color: #EA6BAB;
}
.TagClassName
{
border-color: #EA6BAB;
}
</style>