Shades of Hot Pink #E264BA
Tints of Hot Pink #E264BA
RGB
CMYK
RGB Variations
Color information
#E264BA (or 0xE264BA) is known color: Hot Pink. HEX triplet: E2, 64 and BA. RGB value is (226,100,186). Sum of RGB (Red+Green+Blue) = 226+100+186=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E264BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E264BA is #1D9B45. Grayscale: #939393. Windows color (decimal): -1940294 or 12215522. OLE color: 12215522.
HSL color Cylindrical-coordinate representation of color #E264BA: hue angle of 319.05º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E264BA is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 186 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.11 |
| HSL | 319.05º | 0.68% | 0.64% | - |
| HSV(B) | 319.05º | 0.56% | 0.89% | - |
| XYZ | 44.78 | 28.83 | 49.66 | - |
| YUV | 147.48 | 149.74 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 186 | 0 | 0.56 | 0.18 | 0.11 | 319.05 | 0.68 | 0.64 |
| Hex | E2 | 64 | BA | 0 | 38 | 12 | B | 13F | 44 | 40 |
| Octal | 342 | 144 | 272 | 0 | 70 | 22 | 13 | 477 | 104 | 100 |
| Binary | 11100010 | 1100100 | 10111010 | 0 | 111000 | 10010 | 1011 | 100111111 | 1000100 | 1000000 |
Color Harmonies of #E264BA
Complementary color
Monochromatic Colors of #E264BA
Black with #E264BA
Text Example
Text Example
White with #E264BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E264BA; }
p { color: rgb(226,100,186); }
H1.HeaderClassName
{
color: #E264BA;
}
.AnyTagClassName
{
color: #E264BA;
}
</style>
background-color css
<style>
a { background-color: #E264BA; }
a { background-color: rgb(226,100,186); }
div.DivClassName
{
background-color: #E264BA;
}
.BgClassName
{
background-color: #E264BA;
}
</style>
border-color css
<style>
span { border-color: #E264BA; }
span { border-color: rgb(226,100,186); }
td.TdClassName
{
border-color: #E264BA;
}
.TagClassName
{
border-color: #E264BA;
}
</style>