Shades of Hot Pink #EB67B2
Tints of Hot Pink #EB67B2
RGB
CMYK
RGB Variations
Color information
#EB67B2 (or 0xEB67B2) is known color: Hot Pink. HEX triplet: EB, 67 and B2. RGB value is (235,103,178). Sum of RGB (Red+Green+Blue) = 235+103+178=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EB67B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB67B2 is #14984D. Grayscale: #969696. Windows color (decimal): -1349710 or 11692011. OLE color: 11692011.
HSL color Cylindrical-coordinate representation of color #EB67B2: hue angle of 325.91º 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 #EB67B2 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 103 | 178 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.08 |
| HSL | 325.91º | 0.77% | 0.66% | - |
| HSV(B) | 325.91º | 0.56% | 0.92% | - |
| XYZ | 47.15 | 30.58 | 45.54 | - |
| YUV | 151.02 | 143.23 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 103 | 178 | 0 | 0.56 | 0.24 | 0.08 | 325.91 | 0.77 | 0.66 |
| Hex | EB | 67 | B2 | 0 | 38 | 18 | 8 | 146 | 4D | 42 |
| Octal | 353 | 147 | 262 | 0 | 70 | 30 | 10 | 506 | 115 | 102 |
| Binary | 11101011 | 1100111 | 10110010 | 0 | 111000 | 11000 | 1000 | 101000110 | 1001101 | 1000010 |
Color Harmonies of #EB67B2
Complementary color
Monochromatic Colors of #EB67B2
Black with #EB67B2
Text Example
Text Example
White with #EB67B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB67B2; }
p { color: rgb(235,103,178); }
H1.HeaderClassName
{
color: #EB67B2;
}
.AnyTagClassName
{
color: #EB67B2;
}
</style>
background-color css
<style>
a { background-color: #EB67B2; }
a { background-color: rgb(235,103,178); }
div.DivClassName
{
background-color: #EB67B2;
}
.BgClassName
{
background-color: #EB67B2;
}
</style>
border-color css
<style>
span { border-color: #EB67B2; }
span { border-color: rgb(235,103,178); }
td.TdClassName
{
border-color: #EB67B2;
}
.TagClassName
{
border-color: #EB67B2;
}
</style>