Shades of Hot Pink #E766B4
Tints of Hot Pink #E766B4
RGB
CMYK
RGB Variations
Color information
#E766B4 (or 0xE766B4) is known color: Hot Pink. HEX triplet: E7, 66 and B4. RGB value is (231,102,180). Sum of RGB (Red+Green+Blue) = 231+102+180=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E766B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E766B4 is #18994B. Grayscale: #959595. Windows color (decimal): -1612108 or 11822823. OLE color: 11822823.
HSL color Cylindrical-coordinate representation of color #E766B4: hue angle of 323.72º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E766B4 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 180 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.09 |
| HSL | 323.72º | 0.73% | 0.65% | - |
| HSV(B) | 323.72º | 0.56% | 0.91% | - |
| XYZ | 45.94 | 29.79 | 46.51 | - |
| YUV | 149.46 | 145.24 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 180 | 0 | 0.56 | 0.22 | 0.09 | 323.72 | 0.73 | 0.65 |
| Hex | E7 | 66 | B4 | 0 | 38 | 16 | 9 | 144 | 49 | 41 |
| Octal | 347 | 146 | 264 | 0 | 70 | 26 | 11 | 504 | 111 | 101 |
| Binary | 11100111 | 1100110 | 10110100 | 0 | 111000 | 10110 | 1001 | 101000100 | 1001001 | 1000001 |
Color Harmonies of #E766B4
Complementary color
Monochromatic Colors of #E766B4
Black with #E766B4
Text Example
Text Example
White with #E766B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E766B4; }
p { color: rgb(231,102,180); }
H1.HeaderClassName
{
color: #E766B4;
}
.AnyTagClassName
{
color: #E766B4;
}
</style>
background-color css
<style>
a { background-color: #E766B4; }
a { background-color: rgb(231,102,180); }
div.DivClassName
{
background-color: #E766B4;
}
.BgClassName
{
background-color: #E766B4;
}
</style>
border-color css
<style>
span { border-color: #E766B4; }
span { border-color: rgb(231,102,180); }
td.TdClassName
{
border-color: #E766B4;
}
.TagClassName
{
border-color: #E766B4;
}
</style>