Shades of Hot Pink #EB68A8
Tints of Hot Pink #EB68A8
RGB
CMYK
RGB Variations
Color information
#EB68A8 (or 0xEB68A8) is known color: Hot Pink. HEX triplet: EB, 68 and A8. RGB value is (235,104,168). Sum of RGB (Red+Green+Blue) = 235+104+168=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB68A8 is #149757. Grayscale: #969696. Windows color (decimal): -1349464 or 11036907. OLE color: 11036907.
HSL color Cylindrical-coordinate representation of color #EB68A8: hue angle of 330.69º 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 #EB68A8 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 104 | 168 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.08 |
| HSL | 330.69º | 0.77% | 0.66% | - |
| HSV(B) | 330.69º | 0.56% | 0.92% | - |
| XYZ | 46.28 | 30.39 | 40.47 | - |
| YUV | 150.47 | 137.9 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 104 | 168 | 0 | 0.56 | 0.29 | 0.08 | 330.69 | 0.77 | 0.66 |
| Hex | EB | 68 | A8 | 0 | 38 | 1D | 8 | 14B | 4D | 42 |
| Octal | 353 | 150 | 250 | 0 | 70 | 35 | 10 | 513 | 115 | 102 |
| Binary | 11101011 | 1101000 | 10101000 | 0 | 111000 | 11101 | 1000 | 101001011 | 1001101 | 1000010 |
Color Harmonies of #EB68A8
Complementary color
Monochromatic Colors of #EB68A8
Black with #EB68A8
Text Example
Text Example
White with #EB68A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB68A8; }
p { color: rgb(235,104,168); }
H1.HeaderClassName
{
color: #EB68A8;
}
.AnyTagClassName
{
color: #EB68A8;
}
</style>
background-color css
<style>
a { background-color: #EB68A8; }
a { background-color: rgb(235,104,168); }
div.DivClassName
{
background-color: #EB68A8;
}
.BgClassName
{
background-color: #EB68A8;
}
</style>
border-color css
<style>
span { border-color: #EB68A8; }
span { border-color: rgb(235,104,168); }
td.TdClassName
{
border-color: #EB68A8;
}
.TagClassName
{
border-color: #EB68A8;
}
</style>