Shades of Hot Pink #E767A6
Tints of Hot Pink #E767A6
RGB
CMYK
RGB Variations
Color information
#E767A6 (or 0xE767A6) is known color: Hot Pink. HEX triplet: E7, 67 and A6. RGB value is (231,103,166). Sum of RGB (Red+Green+Blue) = 231+103+166=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E767A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E767A6 is #189859. Grayscale: #949494. Windows color (decimal): -1611866 or 10905575. OLE color: 10905575.
HSL color Cylindrical-coordinate representation of color #E767A6: hue angle of 330.47º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E767A6 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 166 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.09 |
| HSL | 330.47º | 0.73% | 0.65% | - |
| HSV(B) | 330.47º | 0.55% | 0.91% | - |
| XYZ | 44.69 | 29.44 | 39.4 | - |
| YUV | 148.45 | 137.91 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 166 | 0 | 0.55 | 0.28 | 0.09 | 330.47 | 0.73 | 0.65 |
| Hex | E7 | 67 | A6 | 0 | 37 | 1C | 9 | 14A | 49 | 41 |
| Octal | 347 | 147 | 246 | 0 | 67 | 34 | 11 | 512 | 111 | 101 |
| Binary | 11100111 | 1100111 | 10100110 | 0 | 110111 | 11100 | 1001 | 101001010 | 1001001 | 1000001 |
Color Harmonies of #E767A6
Complementary color
Monochromatic Colors of #E767A6
Black with #E767A6
Text Example
Text Example
White with #E767A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E767A6; }
p { color: rgb(231,103,166); }
H1.HeaderClassName
{
color: #E767A6;
}
.AnyTagClassName
{
color: #E767A6;
}
</style>
background-color css
<style>
a { background-color: #E767A6; }
a { background-color: rgb(231,103,166); }
div.DivClassName
{
background-color: #E767A6;
}
.BgClassName
{
background-color: #E767A6;
}
</style>
border-color css
<style>
span { border-color: #E767A6; }
span { border-color: rgb(231,103,166); }
td.TdClassName
{
border-color: #E767A6;
}
.TagClassName
{
border-color: #E767A6;
}
</style>