Shades of Hot Pink #EB68AC
Tints of Hot Pink #EB68AC
RGB
CMYK
RGB Variations
Color information
#EB68AC (or 0xEB68AC) is known color: Hot Pink. HEX triplet: EB, 68 and AC. RGB value is (235,104,172). Sum of RGB (Red+Green+Blue) = 235+104+172=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB68AC is #149753. Grayscale: #969696. Windows color (decimal): -1349460 or 11299051. OLE color: 11299051.
HSL color Cylindrical-coordinate representation of color #EB68AC: hue angle of 328.85º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB68AC is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 104 | 172 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.08 |
| HSL | 328.85º | 0.77% | 0.66% | - |
| HSV(B) | 328.85º | 0.56% | 0.92% | - |
| XYZ | 46.66 | 30.54 | 42.47 | - |
| YUV | 150.92 | 139.9 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 104 | 172 | 0 | 0.56 | 0.27 | 0.08 | 328.85 | 0.77 | 0.66 |
| Hex | EB | 68 | AC | 0 | 38 | 1B | 8 | 149 | 4D | 42 |
| Octal | 353 | 150 | 254 | 0 | 70 | 33 | 10 | 511 | 115 | 102 |
| Binary | 11101011 | 1101000 | 10101100 | 0 | 111000 | 11011 | 1000 | 101001001 | 1001101 | 1000010 |
Color Harmonies of #EB68AC
Complementary color
Monochromatic Colors of #EB68AC
Black with #EB68AC
Text Example
Text Example
White with #EB68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB68AC; }
p { color: rgb(235,104,172); }
H1.HeaderClassName
{
color: #EB68AC;
}
.AnyTagClassName
{
color: #EB68AC;
}
</style>
background-color css
<style>
a { background-color: #EB68AC; }
a { background-color: rgb(235,104,172); }
div.DivClassName
{
background-color: #EB68AC;
}
.BgClassName
{
background-color: #EB68AC;
}
</style>
border-color css
<style>
span { border-color: #EB68AC; }
span { border-color: rgb(235,104,172); }
td.TdClassName
{
border-color: #EB68AC;
}
.TagClassName
{
border-color: #EB68AC;
}
</style>