Shades of Hot Pink #E265B5
Tints of Hot Pink #E265B5
RGB
CMYK
RGB Variations
Color information
#E265B5 (or 0xE265B5) is known color: Hot Pink. HEX triplet: E2, 65 and B5. RGB value is (226,101,181). Sum of RGB (Red+Green+Blue) = 226+101+181=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E265B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E265B5 is #1D9A4A. Grayscale: #939393. Windows color (decimal): -1940043 or 11888098. OLE color: 11888098.
HSL color Cylindrical-coordinate representation of color #E265B5: hue angle of 321.6º 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 #E265B5 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 181 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.11 |
| HSL | 321.6º | 0.68% | 0.64% | - |
| HSV(B) | 321.6º | 0.55% | 0.89% | - |
| XYZ | 44.36 | 28.81 | 46.94 | - |
| YUV | 147.5 | 146.91 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 181 | 0 | 0.55 | 0.20 | 0.11 | 321.6 | 0.68 | 0.64 |
| Hex | E2 | 65 | B5 | 0 | 37 | 14 | B | 142 | 44 | 40 |
| Octal | 342 | 145 | 265 | 0 | 67 | 24 | 13 | 502 | 104 | 100 |
| Binary | 11100010 | 1100101 | 10110101 | 0 | 110111 | 10100 | 1011 | 101000010 | 1000100 | 1000000 |
Color Harmonies of #E265B5
Complementary color
Monochromatic Colors of #E265B5
Black with #E265B5
Text Example
Text Example
White with #E265B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E265B5; }
p { color: rgb(226,101,181); }
H1.HeaderClassName
{
color: #E265B5;
}
.AnyTagClassName
{
color: #E265B5;
}
</style>
background-color css
<style>
a { background-color: #E265B5; }
a { background-color: rgb(226,101,181); }
div.DivClassName
{
background-color: #E265B5;
}
.BgClassName
{
background-color: #E265B5;
}
</style>
border-color css
<style>
span { border-color: #E265B5; }
span { border-color: rgb(226,101,181); }
td.TdClassName
{
border-color: #E265B5;
}
.TagClassName
{
border-color: #E265B5;
}
</style>