Shades of Hot Pink #E268B7
Tints of Hot Pink #E268B7
RGB
CMYK
RGB Variations
Color information
#E268B7 (or 0xE268B7) is known color: Hot Pink. HEX triplet: E2, 68 and B7. RGB value is (226,104,183). Sum of RGB (Red+Green+Blue) = 226+104+183=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E268B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E268B7 is #1D9748. Grayscale: #959595. Windows color (decimal): -1939273 or 12019938. OLE color: 12019938.
HSL color Cylindrical-coordinate representation of color #E268B7: hue angle of 321.15º 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 #E268B7 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 183 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.11 |
| HSL | 321.15º | 0.68% | 0.65% | - |
| HSV(B) | 321.15º | 0.54% | 0.89% | - |
| XYZ | 44.86 | 29.49 | 48.13 | - |
| YUV | 149.48 | 146.92 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 183 | 0 | 0.54 | 0.19 | 0.11 | 321.15 | 0.68 | 0.65 |
| Hex | E2 | 68 | B7 | 0 | 36 | 13 | B | 141 | 44 | 41 |
| Octal | 342 | 150 | 267 | 0 | 66 | 23 | 13 | 501 | 104 | 101 |
| Binary | 11100010 | 1101000 | 10110111 | 0 | 110110 | 10011 | 1011 | 101000001 | 1000100 | 1000001 |
Color Harmonies of #E268B7
Complementary color
Monochromatic Colors of #E268B7
Black with #E268B7
Text Example
Text Example
White with #E268B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E268B7; }
p { color: rgb(226,104,183); }
H1.HeaderClassName
{
color: #E268B7;
}
.AnyTagClassName
{
color: #E268B7;
}
</style>
background-color css
<style>
a { background-color: #E268B7; }
a { background-color: rgb(226,104,183); }
div.DivClassName
{
background-color: #E268B7;
}
.BgClassName
{
background-color: #E268B7;
}
</style>
border-color css
<style>
span { border-color: #E268B7; }
span { border-color: rgb(226,104,183); }
td.TdClassName
{
border-color: #E268B7;
}
.TagClassName
{
border-color: #E268B7;
}
</style>