Shades of Hot Pink #E465B7
Tints of Hot Pink #E465B7
RGB
CMYK
RGB Variations
Color information
#E465B7 (or 0xE465B7) is known color: Hot Pink. HEX triplet: E4, 65 and B7. RGB value is (228,101,183). Sum of RGB (Red+Green+Blue) = 228+101+183=512 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.53% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 228 - color contains mainly: red. Hex color #E465B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E465B7 is #1B9A48. Grayscale: #949494. Windows color (decimal): -1808969 or 12019172. OLE color: 12019172.
HSL color Cylindrical-coordinate representation of color #E465B7: hue angle of 321.26º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E465B7 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 101 | 183 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.11 |
| HSL | 321.26º | 0.7% | 0.65% | - |
| HSV(B) | 321.26º | 0.56% | 0.89% | - |
| XYZ | 45.2 | 29.22 | 48.06 | - |
| YUV | 148.32 | 147.58 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 101 | 183 | 0 | 0.56 | 0.20 | 0.11 | 321.26 | 0.7 | 0.65 |
| Hex | E4 | 65 | B7 | 0 | 38 | 14 | B | 141 | 46 | 41 |
| Octal | 344 | 145 | 267 | 0 | 70 | 24 | 13 | 501 | 106 | 101 |
| Binary | 11100100 | 1100101 | 10110111 | 0 | 111000 | 10100 | 1011 | 101000001 | 1000110 | 1000001 |
Color Harmonies of #E465B7
Complementary color
Monochromatic Colors of #E465B7
Black with #E465B7
Text Example
Text Example
White with #E465B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E465B7; }
p { color: rgb(228,101,183); }
H1.HeaderClassName
{
color: #E465B7;
}
.AnyTagClassName
{
color: #E465B7;
}
</style>
background-color css
<style>
a { background-color: #E465B7; }
a { background-color: rgb(228,101,183); }
div.DivClassName
{
background-color: #E465B7;
}
.BgClassName
{
background-color: #E465B7;
}
</style>
border-color css
<style>
span { border-color: #E465B7; }
span { border-color: rgb(228,101,183); }
td.TdClassName
{
border-color: #E465B7;
}
.TagClassName
{
border-color: #E465B7;
}
</style>