Shades of Hot Pink #E46BAA
Tints of Hot Pink #E46BAA
RGB
CMYK
RGB Variations
Color information
#E46BAA (or 0xE46BAA) is known color: Hot Pink. HEX triplet: E4, 6B and AA. RGB value is (228,107,170). Sum of RGB (Red+Green+Blue) = 228+107+170=505 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.15% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 228 - color contains mainly: red. Hex color #E46BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46BAA is #1B9455. Grayscale: #969696. Windows color (decimal): -1807446 or 11168740. OLE color: 11168740.
HSL color Cylindrical-coordinate representation of color #E46BAA: hue angle of 328.76º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E46BAA is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 107 | 170 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.11 |
| HSL | 328.76º | 0.69% | 0.66% | - |
| HSV(B) | 328.76º | 0.53% | 0.89% | - |
| XYZ | 44.51 | 29.91 | 41.46 | - |
| YUV | 150.36 | 139.09 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 107 | 170 | 0 | 0.53 | 0.25 | 0.11 | 328.76 | 0.69 | 0.66 |
| Hex | E4 | 6B | AA | 0 | 35 | 19 | B | 149 | 45 | 42 |
| Octal | 344 | 153 | 252 | 0 | 65 | 31 | 13 | 511 | 105 | 102 |
| Binary | 11100100 | 1101011 | 10101010 | 0 | 110101 | 11001 | 1011 | 101001001 | 1000101 | 1000010 |
Color Harmonies of #E46BAA
Complementary color
Monochromatic Colors of #E46BAA
Black with #E46BAA
Text Example
Text Example
White with #E46BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46BAA; }
p { color: rgb(228,107,170); }
H1.HeaderClassName
{
color: #E46BAA;
}
.AnyTagClassName
{
color: #E46BAA;
}
</style>
background-color css
<style>
a { background-color: #E46BAA; }
a { background-color: rgb(228,107,170); }
div.DivClassName
{
background-color: #E46BAA;
}
.BgClassName
{
background-color: #E46BAA;
}
</style>
border-color css
<style>
span { border-color: #E46BAA; }
span { border-color: rgb(228,107,170); }
td.TdClassName
{
border-color: #E46BAA;
}
.TagClassName
{
border-color: #E46BAA;
}
</style>