Shades of Hot Pink #E767A8
Tints of Hot Pink #E767A8
RGB
CMYK
RGB Variations
Color information
#E767A8 (or 0xE767A8) is known color: Hot Pink. HEX triplet: E7, 67 and A8. RGB value is (231,103,168). Sum of RGB (Red+Green+Blue) = 231+103+168=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E767A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E767A8 is #189857. Grayscale: #949494. Windows color (decimal): -1611864 or 11036647. OLE color: 11036647.
HSL color Cylindrical-coordinate representation of color #E767A8: hue angle of 329.53º 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 #E767A8 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 168 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.09 |
| HSL | 329.53º | 0.73% | 0.65% | - |
| HSV(B) | 329.53º | 0.55% | 0.91% | - |
| XYZ | 44.87 | 29.52 | 40.38 | - |
| YUV | 148.68 | 138.91 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 168 | 0 | 0.55 | 0.27 | 0.09 | 329.53 | 0.73 | 0.65 |
| Hex | E7 | 67 | A8 | 0 | 37 | 1B | 9 | 14A | 49 | 41 |
| Octal | 347 | 147 | 250 | 0 | 67 | 33 | 11 | 512 | 111 | 101 |
| Binary | 11100111 | 1100111 | 10101000 | 0 | 110111 | 11011 | 1001 | 101001010 | 1001001 | 1000001 |
Color Harmonies of #E767A8
Complementary color
Monochromatic Colors of #E767A8
Black with #E767A8
Text Example
Text Example
White with #E767A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E767A8; }
p { color: rgb(231,103,168); }
H1.HeaderClassName
{
color: #E767A8;
}
.AnyTagClassName
{
color: #E767A8;
}
</style>
background-color css
<style>
a { background-color: #E767A8; }
a { background-color: rgb(231,103,168); }
div.DivClassName
{
background-color: #E767A8;
}
.BgClassName
{
background-color: #E767A8;
}
</style>
border-color css
<style>
span { border-color: #E767A8; }
span { border-color: rgb(231,103,168); }
td.TdClassName
{
border-color: #E767A8;
}
.TagClassName
{
border-color: #E767A8;
}
</style>