Shades of Hot Pink #E668B0
Tints of Hot Pink #E668B0
RGB
CMYK
RGB Variations
Color information
#E668B0 (or 0xE668B0) is known color: Hot Pink. HEX triplet: E6, 68 and B0. RGB value is (230,104,176). Sum of RGB (Red+Green+Blue) = 230+104+176=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E668B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E668B0 is #19974F. Grayscale: #959595. Windows color (decimal): -1677136 or 11561190. OLE color: 11561190.
HSL color Cylindrical-coordinate representation of color #E668B0: hue angle of 325.71º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E668B0 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 176 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.10 |
| HSL | 325.71º | 0.72% | 0.65% | - |
| HSV(B) | 325.71º | 0.55% | 0.9% | - |
| XYZ | 45.42 | 29.86 | 44.44 | - |
| YUV | 149.88 | 142.74 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 176 | 0 | 0.55 | 0.23 | 0.10 | 325.71 | 0.72 | 0.65 |
| Hex | E6 | 68 | B0 | 0 | 37 | 17 | A | 146 | 48 | 41 |
| Octal | 346 | 150 | 260 | 0 | 67 | 27 | 12 | 506 | 110 | 101 |
| Binary | 11100110 | 1101000 | 10110000 | 0 | 110111 | 10111 | 1010 | 101000110 | 1001000 | 1000001 |
Color Harmonies of #E668B0
Complementary color
Monochromatic Colors of #E668B0
Black with #E668B0
Text Example
Text Example
White with #E668B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E668B0; }
p { color: rgb(230,104,176); }
H1.HeaderClassName
{
color: #E668B0;
}
.AnyTagClassName
{
color: #E668B0;
}
</style>
background-color css
<style>
a { background-color: #E668B0; }
a { background-color: rgb(230,104,176); }
div.DivClassName
{
background-color: #E668B0;
}
.BgClassName
{
background-color: #E668B0;
}
</style>
border-color css
<style>
span { border-color: #E668B0; }
span { border-color: rgb(230,104,176); }
td.TdClassName
{
border-color: #E668B0;
}
.TagClassName
{
border-color: #E668B0;
}
</style>