Shades of Hot Pink #E265B7
Tints of Hot Pink #E265B7
RGB
CMYK
RGB Variations
Color information
#E265B7 (or 0xE265B7) is known color: Hot Pink. HEX triplet: E2, 65 and B7. RGB value is (226,101,183). Sum of RGB (Red+Green+Blue) = 226+101+183=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E265B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E265B7 is #1D9A48. Grayscale: #939393. Windows color (decimal): -1940041 or 12019170. OLE color: 12019170.
HSL color Cylindrical-coordinate representation of color #E265B7: hue angle of 320.64º 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 #E265B7 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 183 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.11 |
| HSL | 320.64º | 0.68% | 0.64% | - |
| HSV(B) | 320.64º | 0.55% | 0.89% | - |
| XYZ | 44.56 | 28.9 | 48.03 | - |
| YUV | 147.72 | 147.91 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 183 | 0 | 0.55 | 0.19 | 0.11 | 320.64 | 0.68 | 0.64 |
| Hex | E2 | 65 | B7 | 0 | 37 | 13 | B | 141 | 44 | 40 |
| Octal | 342 | 145 | 267 | 0 | 67 | 23 | 13 | 501 | 104 | 100 |
| Binary | 11100010 | 1100101 | 10110111 | 0 | 110111 | 10011 | 1011 | 101000001 | 1000100 | 1000000 |
Color Harmonies of #E265B7
Complementary color
Monochromatic Colors of #E265B7
Black with #E265B7
Text Example
Text Example
White with #E265B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E265B7; }
p { color: rgb(226,101,183); }
H1.HeaderClassName
{
color: #E265B7;
}
.AnyTagClassName
{
color: #E265B7;
}
</style>
background-color css
<style>
a { background-color: #E265B7; }
a { background-color: rgb(226,101,183); }
div.DivClassName
{
background-color: #E265B7;
}
.BgClassName
{
background-color: #E265B7;
}
</style>
border-color css
<style>
span { border-color: #E265B7; }
span { border-color: rgb(226,101,183); }
td.TdClassName
{
border-color: #E265B7;
}
.TagClassName
{
border-color: #E265B7;
}
</style>