Shades of Hot Pink #E46CAA
Tints of Hot Pink #E46CAA
RGB
CMYK
RGB Variations
Color information
#E46CAA (or 0xE46CAA) is known color: Hot Pink. HEX triplet: E4, 6C and AA. RGB value is (228,108,170). Sum of RGB (Red+Green+Blue) = 228+108+170=506 (67% of max value = 765). Red value is 228 (89.45% from 255 or 45.06% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 228 - color contains mainly: red. Hex color #E46CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46CAA is #1B9355. Grayscale: #969696. Windows color (decimal): -1807190 or 11168996. OLE color: 11168996.
HSL color Cylindrical-coordinate representation of color #E46CAA: hue angle of 329º 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 #E46CAA is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 108 | 170 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.11 |
| HSL | 329º | 0.69% | 0.66% | - |
| HSV(B) | 329º | 0.53% | 0.89% | - |
| XYZ | 44.61 | 30.12 | 41.49 | - |
| YUV | 150.95 | 138.76 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 108 | 170 | 0 | 0.53 | 0.25 | 0.11 | 329 | 0.69 | 0.66 |
| Hex | E4 | 6C | AA | 0 | 35 | 19 | B | 149 | 45 | 42 |
| Octal | 344 | 154 | 252 | 0 | 65 | 31 | 13 | 511 | 105 | 102 |
| Binary | 11100100 | 1101100 | 10101010 | 0 | 110101 | 11001 | 1011 | 101001001 | 1000101 | 1000010 |
Color Harmonies of #E46CAA
Complementary color
Monochromatic Colors of #E46CAA
Black with #E46CAA
Text Example
Text Example
White with #E46CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46CAA; }
p { color: rgb(228,108,170); }
H1.HeaderClassName
{
color: #E46CAA;
}
.AnyTagClassName
{
color: #E46CAA;
}
</style>
background-color css
<style>
a { background-color: #E46CAA; }
a { background-color: rgb(228,108,170); }
div.DivClassName
{
background-color: #E46CAA;
}
.BgClassName
{
background-color: #E46CAA;
}
</style>
border-color css
<style>
span { border-color: #E46CAA; }
span { border-color: rgb(228,108,170); }
td.TdClassName
{
border-color: #E46CAA;
}
.TagClassName
{
border-color: #E46CAA;
}
</style>