Shades of Hot Pink #E769B9
Tints of Hot Pink #E769B9
RGB
CMYK
RGB Variations
Color information
#E769B9 (or 0xE769B9) is known color: Hot Pink. HEX triplet: E7, 69 and B9. RGB value is (231,105,185). Sum of RGB (Red+Green+Blue) = 231+105+185=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E769B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E769B9 is #189646. Grayscale: #979797. Windows color (decimal): -1611335 or 12151271. OLE color: 12151271.
HSL color Cylindrical-coordinate representation of color #E769B9: hue angle of 321.9º 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 #E769B9 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 185 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.09 |
| HSL | 321.9º | 0.72% | 0.66% | - |
| HSV(B) | 321.9º | 0.55% | 0.91% | - |
| XYZ | 46.76 | 30.59 | 49.34 | - |
| YUV | 151.79 | 146.74 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 185 | 0 | 0.55 | 0.20 | 0.09 | 321.9 | 0.72 | 0.66 |
| Hex | E7 | 69 | B9 | 0 | 37 | 14 | 9 | 142 | 48 | 42 |
| Octal | 347 | 151 | 271 | 0 | 67 | 24 | 11 | 502 | 110 | 102 |
| Binary | 11100111 | 1101001 | 10111001 | 0 | 110111 | 10100 | 1001 | 101000010 | 1001000 | 1000010 |
Color Harmonies of #E769B9
Complementary color
Monochromatic Colors of #E769B9
Black with #E769B9
Text Example
Text Example
White with #E769B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E769B9; }
p { color: rgb(231,105,185); }
H1.HeaderClassName
{
color: #E769B9;
}
.AnyTagClassName
{
color: #E769B9;
}
</style>
background-color css
<style>
a { background-color: #E769B9; }
a { background-color: rgb(231,105,185); }
div.DivClassName
{
background-color: #E769B9;
}
.BgClassName
{
background-color: #E769B9;
}
</style>
border-color css
<style>
span { border-color: #E769B9; }
span { border-color: rgb(231,105,185); }
td.TdClassName
{
border-color: #E769B9;
}
.TagClassName
{
border-color: #E769B9;
}
</style>