Shades of Hot Pink #E265B1
Tints of Hot Pink #E265B1
RGB
CMYK
RGB Variations
Color information
#E265B1 (or 0xE265B1) is known color: Hot Pink. HEX triplet: E2, 65 and B1. RGB value is (226,101,177). Sum of RGB (Red+Green+Blue) = 226+101+177=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E265B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E265B1 is #1D9A4E. Grayscale: #929292. Windows color (decimal): -1940047 or 11625954. OLE color: 11625954.
HSL color Cylindrical-coordinate representation of color #E265B1: hue angle of 323.52º 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 #E265B1 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 177 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.11 |
| HSL | 323.52º | 0.68% | 0.64% | - |
| HSV(B) | 323.52º | 0.55% | 0.89% | - |
| XYZ | 43.95 | 28.65 | 44.81 | - |
| YUV | 147.04 | 144.91 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 177 | 0 | 0.55 | 0.22 | 0.11 | 323.52 | 0.68 | 0.64 |
| Hex | E2 | 65 | B1 | 0 | 37 | 16 | B | 144 | 44 | 40 |
| Octal | 342 | 145 | 261 | 0 | 67 | 26 | 13 | 504 | 104 | 100 |
| Binary | 11100010 | 1100101 | 10110001 | 0 | 110111 | 10110 | 1011 | 101000100 | 1000100 | 1000000 |
Color Harmonies of #E265B1
Complementary color
Monochromatic Colors of #E265B1
Black with #E265B1
Text Example
Text Example
White with #E265B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E265B1; }
p { color: rgb(226,101,177); }
H1.HeaderClassName
{
color: #E265B1;
}
.AnyTagClassName
{
color: #E265B1;
}
</style>
background-color css
<style>
a { background-color: #E265B1; }
a { background-color: rgb(226,101,177); }
div.DivClassName
{
background-color: #E265B1;
}
.BgClassName
{
background-color: #E265B1;
}
</style>
border-color css
<style>
span { border-color: #E265B1; }
span { border-color: rgb(226,101,177); }
td.TdClassName
{
border-color: #E265B1;
}
.TagClassName
{
border-color: #E265B1;
}
</style>