Shades of Hot Pink #E769B6
Tints of Hot Pink #E769B6
RGB
CMYK
RGB Variations
Color information
#E769B6 (or 0xE769B6) is known color: Hot Pink. HEX triplet: E7, 69 and B6. RGB value is (231,105,182). Sum of RGB (Red+Green+Blue) = 231+105+182=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E769B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E769B6 is #189649. Grayscale: #979797. Windows color (decimal): -1611338 or 11954663. OLE color: 11954663.
HSL color Cylindrical-coordinate representation of color #E769B6: hue angle of 323.33º 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 #E769B6 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 182 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.09 |
| HSL | 323.33º | 0.72% | 0.66% | - |
| HSV(B) | 323.33º | 0.55% | 0.91% | - |
| XYZ | 46.45 | 30.47 | 47.69 | - |
| YUV | 151.45 | 145.24 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 182 | 0 | 0.55 | 0.21 | 0.09 | 323.33 | 0.72 | 0.66 |
| Hex | E7 | 69 | B6 | 0 | 37 | 15 | 9 | 143 | 48 | 42 |
| Octal | 347 | 151 | 266 | 0 | 67 | 25 | 11 | 503 | 110 | 102 |
| Binary | 11100111 | 1101001 | 10110110 | 0 | 110111 | 10101 | 1001 | 101000011 | 1001000 | 1000010 |
Color Harmonies of #E769B6
Complementary color
Monochromatic Colors of #E769B6
Black with #E769B6
Text Example
Text Example
White with #E769B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E769B6; }
p { color: rgb(231,105,182); }
H1.HeaderClassName
{
color: #E769B6;
}
.AnyTagClassName
{
color: #E769B6;
}
</style>
background-color css
<style>
a { background-color: #E769B6; }
a { background-color: rgb(231,105,182); }
div.DivClassName
{
background-color: #E769B6;
}
.BgClassName
{
background-color: #E769B6;
}
</style>
border-color css
<style>
span { border-color: #E769B6; }
span { border-color: rgb(231,105,182); }
td.TdClassName
{
border-color: #E769B6;
}
.TagClassName
{
border-color: #E769B6;
}
</style>