Shades of Hot Pink #E767B0
Tints of Hot Pink #E767B0
RGB
CMYK
RGB Variations
Color information
#E767B0 (or 0xE767B0) is known color: Hot Pink. HEX triplet: E7, 67 and B0. RGB value is (231,103,176). Sum of RGB (Red+Green+Blue) = 231+103+176=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E767B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E767B0 is #18984F. Grayscale: #959595. Windows color (decimal): -1611856 or 11560935. OLE color: 11560935.
HSL color Cylindrical-coordinate representation of color #E767B0: hue angle of 325.78º 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 #E767B0 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 176 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.09 |
| HSL | 325.78º | 0.73% | 0.65% | - |
| HSV(B) | 325.78º | 0.55% | 0.91% | - |
| XYZ | 45.64 | 29.82 | 44.43 | - |
| YUV | 149.59 | 142.91 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 176 | 0 | 0.55 | 0.24 | 0.09 | 325.78 | 0.73 | 0.65 |
| Hex | E7 | 67 | B0 | 0 | 37 | 18 | 9 | 146 | 49 | 41 |
| Octal | 347 | 147 | 260 | 0 | 67 | 30 | 11 | 506 | 111 | 101 |
| Binary | 11100111 | 1100111 | 10110000 | 0 | 110111 | 11000 | 1001 | 101000110 | 1001001 | 1000001 |
Color Harmonies of #E767B0
Complementary color
Monochromatic Colors of #E767B0
Black with #E767B0
Text Example
Text Example
White with #E767B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E767B0; }
p { color: rgb(231,103,176); }
H1.HeaderClassName
{
color: #E767B0;
}
.AnyTagClassName
{
color: #E767B0;
}
</style>
background-color css
<style>
a { background-color: #E767B0; }
a { background-color: rgb(231,103,176); }
div.DivClassName
{
background-color: #E767B0;
}
.BgClassName
{
background-color: #E767B0;
}
</style>
border-color css
<style>
span { border-color: #E767B0; }
span { border-color: rgb(231,103,176); }
td.TdClassName
{
border-color: #E767B0;
}
.TagClassName
{
border-color: #E767B0;
}
</style>