Shades of Hot Pink #E46CB4
Tints of Hot Pink #E46CB4
RGB
CMYK
RGB Variations
Color information
#E46CB4 (or 0xE46CB4) is known color: Hot Pink. HEX triplet: E4, 6C and B4. RGB value is (228,108,180). Sum of RGB (Red+Green+Blue) = 228+108+180=516 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.19% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 228 - color contains mainly: red. Hex color #E46CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46CB4 is #1B934B. Grayscale: #979797. Windows color (decimal): -1807180 or 11824356. OLE color: 11824356.
HSL color Cylindrical-coordinate representation of color #E46CB4: hue angle of 324º 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 #E46CB4 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 108 | 180 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.11 |
| HSL | 324º | 0.69% | 0.66% | - |
| HSV(B) | 324º | 0.53% | 0.89% | - |
| XYZ | 45.6 | 30.51 | 46.67 | - |
| YUV | 152.09 | 143.76 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 108 | 180 | 0 | 0.53 | 0.21 | 0.11 | 324 | 0.69 | 0.66 |
| Hex | E4 | 6C | B4 | 0 | 35 | 15 | B | 144 | 45 | 42 |
| Octal | 344 | 154 | 264 | 0 | 65 | 25 | 13 | 504 | 105 | 102 |
| Binary | 11100100 | 1101100 | 10110100 | 0 | 110101 | 10101 | 1011 | 101000100 | 1000101 | 1000010 |
Color Harmonies of #E46CB4
Complementary color
Monochromatic Colors of #E46CB4
Black with #E46CB4
Text Example
Text Example
White with #E46CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46CB4; }
p { color: rgb(228,108,180); }
H1.HeaderClassName
{
color: #E46CB4;
}
.AnyTagClassName
{
color: #E46CB4;
}
</style>
background-color css
<style>
a { background-color: #E46CB4; }
a { background-color: rgb(228,108,180); }
div.DivClassName
{
background-color: #E46CB4;
}
.BgClassName
{
background-color: #E46CB4;
}
</style>
border-color css
<style>
span { border-color: #E46CB4; }
span { border-color: rgb(228,108,180); }
td.TdClassName
{
border-color: #E46CB4;
}
.TagClassName
{
border-color: #E46CB4;
}
</style>