Shades of Hot Pink #E268B8
Tints of Hot Pink #E268B8
RGB
CMYK
RGB Variations
Color information
#E268B8 (or 0xE268B8) is known color: Hot Pink. HEX triplet: E2, 68 and B8. RGB value is (226,104,184). Sum of RGB (Red+Green+Blue) = 226+104+184=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 184 (72.27% from 255 or 35.80% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E268B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E268B8 is #1D9747. Grayscale: #959595. Windows color (decimal): -1939272 or 12085474. OLE color: 12085474.
HSL color Cylindrical-coordinate representation of color #E268B8: hue angle of 320.66º 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 #E268B8 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 184 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.11 |
| HSL | 320.66º | 0.68% | 0.65% | - |
| HSV(B) | 320.66º | 0.54% | 0.89% | - |
| XYZ | 44.97 | 29.53 | 48.68 | - |
| YUV | 149.6 | 147.42 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 184 | 0 | 0.54 | 0.19 | 0.11 | 320.66 | 0.68 | 0.65 |
| Hex | E2 | 68 | B8 | 0 | 36 | 13 | B | 141 | 44 | 41 |
| Octal | 342 | 150 | 270 | 0 | 66 | 23 | 13 | 501 | 104 | 101 |
| Binary | 11100010 | 1101000 | 10111000 | 0 | 110110 | 10011 | 1011 | 101000001 | 1000100 | 1000001 |
Color Harmonies of #E268B8
Complementary color
Monochromatic Colors of #E268B8
Black with #E268B8
Text Example
Text Example
White with #E268B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E268B8; }
p { color: rgb(226,104,184); }
H1.HeaderClassName
{
color: #E268B8;
}
.AnyTagClassName
{
color: #E268B8;
}
</style>
background-color css
<style>
a { background-color: #E268B8; }
a { background-color: rgb(226,104,184); }
div.DivClassName
{
background-color: #E268B8;
}
.BgClassName
{
background-color: #E268B8;
}
</style>
border-color css
<style>
span { border-color: #E268B8; }
span { border-color: rgb(226,104,184); }
td.TdClassName
{
border-color: #E268B8;
}
.TagClassName
{
border-color: #E268B8;
}
</style>