Shades of Hot Pink #EB6EB4
Tints of Hot Pink #EB6EB4
RGB
CMYK
RGB Variations
Color information
#EB6EB4 (or 0xEB6EB4) is known color: Hot Pink. HEX triplet: EB, 6E and B4. RGB value is (235,110,180). Sum of RGB (Red+Green+Blue) = 235+110+180=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6EB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6EB4 is #14914B. Grayscale: #9B9B9B. Windows color (decimal): -1347916 or 11824875. OLE color: 11824875.
HSL color Cylindrical-coordinate representation of color #EB6EB4: hue angle of 326.4º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB6EB4 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 110 | 180 | - |
CMYK | 0 | 0.53 | 0.23 | 0.08 |
HSL | 326.4º | 0.76% | 0.68% | - |
HSV(B) | 326.4º | 0.53% | 0.92% | - |
XYZ | 48.08 | 32.11 | 46.84 | - |
YUV | 155.36 | 141.91 | 184.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 110 | 180 | 0 | 0.53 | 0.23 | 0.08 | 326.4 | 0.76 | 0.68 |
Hex | EB | 6E | B4 | 0 | 35 | 17 | 8 | 146 | 4C | 44 |
Octal | 353 | 156 | 264 | 0 | 65 | 27 | 10 | 506 | 114 | 104 |
Binary | 11101011 | 1101110 | 10110100 | 0 | 110101 | 10111 | 1000 | 101000110 | 1001100 | 1000100 |
Color Harmonies of #EB6EB4
Complementary color
Monochromatic Colors of #EB6EB4
Black with #EB6EB4
Text Example
Text Example
White with #EB6EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6EB4; }
p { color: rgb(235,110,180); }
H1.HeaderClassName
{
color: #EB6EB4;
}
.AnyTagClassName
{
color: #EB6EB4;
}
</style>
background-color css
<style>
a { background-color: #EB6EB4; }
a { background-color: rgb(235,110,180); }
div.DivClassName
{
background-color: #EB6EB4;
}
.BgClassName
{
background-color: #EB6EB4;
}
</style>
border-color css
<style>
span { border-color: #EB6EB4; }
span { border-color: rgb(235,110,180); }
td.TdClassName
{
border-color: #EB6EB4;
}
.TagClassName
{
border-color: #EB6EB4;
}
</style>