Shades of Hot Pink #EB67BA
Tints of Hot Pink #EB67BA
RGB
CMYK
RGB Variations
Color information
#EB67BA (or 0xEB67BA) is known color: Hot Pink. HEX triplet: EB, 67 and BA. RGB value is (235,103,186). Sum of RGB (Red+Green+Blue) = 235+103+186=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EB67BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB67BA is #149845. Grayscale: #979797. Windows color (decimal): -1349702 or 12216299. OLE color: 12216299.
HSL color Cylindrical-coordinate representation of color #EB67BA: hue angle of 322.27º 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 #EB67BA is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 103 | 186 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.08 |
| HSL | 322.27º | 0.77% | 0.66% | - |
| HSV(B) | 322.27º | 0.56% | 0.92% | - |
| XYZ | 47.97 | 30.91 | 49.89 | - |
| YUV | 151.93 | 147.23 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 103 | 186 | 0 | 0.56 | 0.21 | 0.08 | 322.27 | 0.77 | 0.66 |
| Hex | EB | 67 | BA | 0 | 38 | 15 | 8 | 142 | 4D | 42 |
| Octal | 353 | 147 | 272 | 0 | 70 | 25 | 10 | 502 | 115 | 102 |
| Binary | 11101011 | 1100111 | 10111010 | 0 | 111000 | 10101 | 1000 | 101000010 | 1001101 | 1000010 |
Color Harmonies of #EB67BA
Complementary color
Monochromatic Colors of #EB67BA
Black with #EB67BA
Text Example
Text Example
White with #EB67BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB67BA; }
p { color: rgb(235,103,186); }
H1.HeaderClassName
{
color: #EB67BA;
}
.AnyTagClassName
{
color: #EB67BA;
}
</style>
background-color css
<style>
a { background-color: #EB67BA; }
a { background-color: rgb(235,103,186); }
div.DivClassName
{
background-color: #EB67BA;
}
.BgClassName
{
background-color: #EB67BA;
}
</style>
border-color css
<style>
span { border-color: #EB67BA; }
span { border-color: rgb(235,103,186); }
td.TdClassName
{
border-color: #EB67BA;
}
.TagClassName
{
border-color: #EB67BA;
}
</style>