Shades of Hot Pink #E664B0
Tints of Hot Pink #E664B0
RGB
CMYK
RGB Variations
Color information
#E664B0 (or 0xE664B0) is known color: Hot Pink. HEX triplet: E6, 64 and B0. RGB value is (230,100,176). Sum of RGB (Red+Green+Blue) = 230+100+176=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 100 (39.45% from 255 or 19.76% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E664B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E664B0 is #199B4F. Grayscale: #939393. Windows color (decimal): -1678160 or 11560166. OLE color: 11560166.
HSL color Cylindrical-coordinate representation of color #E664B0: hue angle of 324.92º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E664B0 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 100 | 176 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.10 |
| HSL | 324.92º | 0.72% | 0.65% | - |
| HSV(B) | 324.92º | 0.57% | 0.9% | - |
| XYZ | 45.03 | 29.07 | 44.31 | - |
| YUV | 147.53 | 144.07 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 100 | 176 | 0 | 0.57 | 0.23 | 0.10 | 324.92 | 0.72 | 0.65 |
| Hex | E6 | 64 | B0 | 0 | 39 | 17 | A | 145 | 48 | 41 |
| Octal | 346 | 144 | 260 | 0 | 71 | 27 | 12 | 505 | 110 | 101 |
| Binary | 11100110 | 1100100 | 10110000 | 0 | 111001 | 10111 | 1010 | 101000101 | 1001000 | 1000001 |
Color Harmonies of #E664B0
Complementary color
Monochromatic Colors of #E664B0
Black with #E664B0
Text Example
Text Example
White with #E664B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E664B0; }
p { color: rgb(230,100,176); }
H1.HeaderClassName
{
color: #E664B0;
}
.AnyTagClassName
{
color: #E664B0;
}
</style>
background-color css
<style>
a { background-color: #E664B0; }
a { background-color: rgb(230,100,176); }
div.DivClassName
{
background-color: #E664B0;
}
.BgClassName
{
background-color: #E664B0;
}
</style>
border-color css
<style>
span { border-color: #E664B0; }
span { border-color: rgb(230,100,176); }
td.TdClassName
{
border-color: #E664B0;
}
.TagClassName
{
border-color: #E664B0;
}
</style>