Shades of Hot Pink #E268AC
Tints of Hot Pink #E268AC
RGB
CMYK
RGB Variations
Color information
#E268AC (or 0xE268AC) is known color: Hot Pink. HEX triplet: E2, 68 and AC. RGB value is (226,104,172). Sum of RGB (Red+Green+Blue) = 226+104+172=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E268AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E268AC is #1D9753. Grayscale: #949494. Windows color (decimal): -1939284 or 11299042. OLE color: 11299042.
HSL color Cylindrical-coordinate representation of color #E268AC: hue angle of 326.56º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E268AC is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 172 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.11 |
| HSL | 326.56º | 0.68% | 0.65% | - |
| HSV(B) | 326.56º | 0.54% | 0.89% | - |
| XYZ | 43.76 | 29.05 | 42.33 | - |
| YUV | 148.23 | 141.42 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 172 | 0 | 0.54 | 0.24 | 0.11 | 326.56 | 0.68 | 0.65 |
| Hex | E2 | 68 | AC | 0 | 36 | 18 | B | 147 | 44 | 41 |
| Octal | 342 | 150 | 254 | 0 | 66 | 30 | 13 | 507 | 104 | 101 |
| Binary | 11100010 | 1101000 | 10101100 | 0 | 110110 | 11000 | 1011 | 101000111 | 1000100 | 1000001 |
Color Harmonies of #E268AC
Complementary color
Monochromatic Colors of #E268AC
Black with #E268AC
Text Example
Text Example
White with #E268AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E268AC; }
p { color: rgb(226,104,172); }
H1.HeaderClassName
{
color: #E268AC;
}
.AnyTagClassName
{
color: #E268AC;
}
</style>
background-color css
<style>
a { background-color: #E268AC; }
a { background-color: rgb(226,104,172); }
div.DivClassName
{
background-color: #E268AC;
}
.BgClassName
{
background-color: #E268AC;
}
</style>
border-color css
<style>
span { border-color: #E268AC; }
span { border-color: rgb(226,104,172); }
td.TdClassName
{
border-color: #E268AC;
}
.TagClassName
{
border-color: #E268AC;
}
</style>