Shades of Hot Pink #E264B2
Tints of Hot Pink #E264B2
RGB
CMYK
RGB Variations
Color information
#E264B2 (or 0xE264B2) is known color: Hot Pink. HEX triplet: E2, 64 and B2. RGB value is (226,100,178). Sum of RGB (Red+Green+Blue) = 226+100+178=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E264B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E264B2 is #1D9B4D. Grayscale: #929292. Windows color (decimal): -1940302 or 11691234. OLE color: 11691234.
HSL color Cylindrical-coordinate representation of color #E264B2: hue angle of 322.86º 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 #E264B2 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 178 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.11 |
| HSL | 322.86º | 0.68% | 0.64% | - |
| HSV(B) | 322.86º | 0.56% | 0.89% | - |
| XYZ | 43.96 | 28.5 | 45.3 | - |
| YUV | 146.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 178 | 0 | 0.56 | 0.21 | 0.11 | 322.86 | 0.68 | 0.64 |
| Hex | E2 | 64 | B2 | 0 | 38 | 15 | B | 143 | 44 | 40 |
| Octal | 342 | 144 | 262 | 0 | 70 | 25 | 13 | 503 | 104 | 100 |
| Binary | 11100010 | 1100100 | 10110010 | 0 | 111000 | 10101 | 1011 | 101000011 | 1000100 | 1000000 |
Color Harmonies of #E264B2
Complementary color
Monochromatic Colors of #E264B2
Black with #E264B2
Text Example
Text Example
White with #E264B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E264B2; }
p { color: rgb(226,100,178); }
H1.HeaderClassName
{
color: #E264B2;
}
.AnyTagClassName
{
color: #E264B2;
}
</style>
background-color css
<style>
a { background-color: #E264B2; }
a { background-color: rgb(226,100,178); }
div.DivClassName
{
background-color: #E264B2;
}
.BgClassName
{
background-color: #E264B2;
}
</style>
border-color css
<style>
span { border-color: #E264B2; }
span { border-color: rgb(226,100,178); }
td.TdClassName
{
border-color: #E264B2;
}
.TagClassName
{
border-color: #E264B2;
}
</style>