Shades of Hot Pink #E768B5
Tints of Hot Pink #E768B5
RGB
CMYK
RGB Variations
Color information
#E768B5 (or 0xE768B5) is known color: Hot Pink. HEX triplet: E7, 68 and B5. RGB value is (231,104,181). Sum of RGB (Red+Green+Blue) = 231+104+181=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E768B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E768B5 is #18974A. Grayscale: #969696. Windows color (decimal): -1611595 or 11888871. OLE color: 11888871.
HSL color Cylindrical-coordinate representation of color #E768B5: hue angle of 323.62º degrees, saturation: 0.73, 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 #E768B5 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 181 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.09 |
| HSL | 323.62º | 0.73% | 0.66% | - |
| HSV(B) | 323.62º | 0.55% | 0.91% | - |
| XYZ | 46.25 | 30.23 | 47.11 | - |
| YUV | 150.75 | 145.08 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 181 | 0 | 0.55 | 0.22 | 0.09 | 323.62 | 0.73 | 0.66 |
| Hex | E7 | 68 | B5 | 0 | 37 | 16 | 9 | 144 | 49 | 42 |
| Octal | 347 | 150 | 265 | 0 | 67 | 26 | 11 | 504 | 111 | 102 |
| Binary | 11100111 | 1101000 | 10110101 | 0 | 110111 | 10110 | 1001 | 101000100 | 1001001 | 1000010 |
Color Harmonies of #E768B5
Complementary color
Monochromatic Colors of #E768B5
Black with #E768B5
Text Example
Text Example
White with #E768B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768B5; }
p { color: rgb(231,104,181); }
H1.HeaderClassName
{
color: #E768B5;
}
.AnyTagClassName
{
color: #E768B5;
}
</style>
background-color css
<style>
a { background-color: #E768B5; }
a { background-color: rgb(231,104,181); }
div.DivClassName
{
background-color: #E768B5;
}
.BgClassName
{
background-color: #E768B5;
}
</style>
border-color css
<style>
span { border-color: #E768B5; }
span { border-color: rgb(231,104,181); }
td.TdClassName
{
border-color: #E768B5;
}
.TagClassName
{
border-color: #E768B5;
}
</style>