Shades of Hot Pink #E769BA
Tints of Hot Pink #E769BA
RGB
CMYK
RGB Variations
Color information
#E769BA (or 0xE769BA) is known color: Hot Pink. HEX triplet: E7, 69 and BA. RGB value is (231,105,186). Sum of RGB (Red+Green+Blue) = 231+105+186=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 231 - color contains mainly: red. Hex color #E769BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E769BA is #189645. Grayscale: #979797. Windows color (decimal): -1611334 or 12216807. OLE color: 12216807.
HSL color Cylindrical-coordinate representation of color #E769BA: hue angle of 321.43º 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 #E769BA is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 186 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.09 |
| HSL | 321.43º | 0.72% | 0.66% | - |
| HSV(B) | 321.43º | 0.55% | 0.91% | - |
| XYZ | 46.87 | 30.64 | 49.9 | - |
| YUV | 151.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 186 | 0 | 0.55 | 0.19 | 0.09 | 321.43 | 0.72 | 0.66 |
| Hex | E7 | 69 | BA | 0 | 37 | 13 | 9 | 141 | 48 | 42 |
| Octal | 347 | 151 | 272 | 0 | 67 | 23 | 11 | 501 | 110 | 102 |
| Binary | 11100111 | 1101001 | 10111010 | 0 | 110111 | 10011 | 1001 | 101000001 | 1001000 | 1000010 |
Color Harmonies of #E769BA
Complementary color
Monochromatic Colors of #E769BA
Black with #E769BA
Text Example
Text Example
White with #E769BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E769BA; }
p { color: rgb(231,105,186); }
H1.HeaderClassName
{
color: #E769BA;
}
.AnyTagClassName
{
color: #E769BA;
}
</style>
background-color css
<style>
a { background-color: #E769BA; }
a { background-color: rgb(231,105,186); }
div.DivClassName
{
background-color: #E769BA;
}
.BgClassName
{
background-color: #E769BA;
}
</style>
border-color css
<style>
span { border-color: #E769BA; }
span { border-color: rgb(231,105,186); }
td.TdClassName
{
border-color: #E769BA;
}
.TagClassName
{
border-color: #E769BA;
}
</style>