Shades of Hot Pink #E265B9
Tints of Hot Pink #E265B9
RGB
CMYK
RGB Variations
Color information
#E265B9 (or 0xE265B9) is known color: Hot Pink. HEX triplet: E2, 65 and B9. RGB value is (226,101,185). Sum of RGB (Red+Green+Blue) = 226+101+185=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E265B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E265B9 is #1D9A46. Grayscale: #939393. Windows color (decimal): -1940039 or 12150242. OLE color: 12150242.
HSL color Cylindrical-coordinate representation of color #E265B9: hue angle of 319.68º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E265B9 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 185 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.11 |
| HSL | 319.68º | 0.68% | 0.64% | - |
| HSV(B) | 319.68º | 0.55% | 0.89% | - |
| XYZ | 44.77 | 28.98 | 49.13 | - |
| YUV | 147.95 | 148.91 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 185 | 0 | 0.55 | 0.18 | 0.11 | 319.68 | 0.68 | 0.64 |
| Hex | E2 | 65 | B9 | 0 | 37 | 12 | B | 140 | 44 | 40 |
| Octal | 342 | 145 | 271 | 0 | 67 | 22 | 13 | 500 | 104 | 100 |
| Binary | 11100010 | 1100101 | 10111001 | 0 | 110111 | 10010 | 1011 | 101000000 | 1000100 | 1000000 |
Color Harmonies of #E265B9
Complementary color
Monochromatic Colors of #E265B9
Black with #E265B9
Text Example
Text Example
White with #E265B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E265B9; }
p { color: rgb(226,101,185); }
H1.HeaderClassName
{
color: #E265B9;
}
.AnyTagClassName
{
color: #E265B9;
}
</style>
background-color css
<style>
a { background-color: #E265B9; }
a { background-color: rgb(226,101,185); }
div.DivClassName
{
background-color: #E265B9;
}
.BgClassName
{
background-color: #E265B9;
}
</style>
border-color css
<style>
span { border-color: #E265B9; }
span { border-color: rgb(226,101,185); }
td.TdClassName
{
border-color: #E265B9;
}
.TagClassName
{
border-color: #E265B9;
}
</style>