Shades of Hot Pink #E769B7
Tints of Hot Pink #E769B7
RGB
CMYK
RGB Variations
Color information
#E769B7 (or 0xE769B7) is known color: Hot Pink. HEX triplet: E7, 69 and B7. RGB value is (231,105,183). Sum of RGB (Red+Green+Blue) = 231+105+183=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E769B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E769B7 is #189648. Grayscale: #979797. Windows color (decimal): -1611337 or 12020199. OLE color: 12020199.
HSL color Cylindrical-coordinate representation of color #E769B7: hue angle of 322.86º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E769B7 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 183 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.09 |
| HSL | 322.86º | 0.72% | 0.66% | - |
| HSV(B) | 322.86º | 0.55% | 0.91% | - |
| XYZ | 46.55 | 30.51 | 48.24 | - |
| YUV | 151.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 183 | 0 | 0.55 | 0.21 | 0.09 | 322.86 | 0.72 | 0.66 |
| Hex | E7 | 69 | B7 | 0 | 37 | 15 | 9 | 143 | 48 | 42 |
| Octal | 347 | 151 | 267 | 0 | 67 | 25 | 11 | 503 | 110 | 102 |
| Binary | 11100111 | 1101001 | 10110111 | 0 | 110111 | 10101 | 1001 | 101000011 | 1001000 | 1000010 |
Color Harmonies of #E769B7
Complementary color
Monochromatic Colors of #E769B7
Black with #E769B7
Text Example
Text Example
White with #E769B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E769B7; }
p { color: rgb(231,105,183); }
H1.HeaderClassName
{
color: #E769B7;
}
.AnyTagClassName
{
color: #E769B7;
}
</style>
background-color css
<style>
a { background-color: #E769B7; }
a { background-color: rgb(231,105,183); }
div.DivClassName
{
background-color: #E769B7;
}
.BgClassName
{
background-color: #E769B7;
}
</style>
border-color css
<style>
span { border-color: #E769B7; }
span { border-color: rgb(231,105,183); }
td.TdClassName
{
border-color: #E769B7;
}
.TagClassName
{
border-color: #E769B7;
}
</style>