Shades of Hot Pink #EB6CB8
Tints of Hot Pink #EB6CB8
RGB
CMYK
RGB Variations
Color information
#EB6CB8 (or 0xEB6CB8) is known color: Hot Pink. HEX triplet: EB, 6C and B8. RGB value is (235,108,184). Sum of RGB (Red+Green+Blue) = 235+108+184=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6CB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6CB8 is #149347. Grayscale: #9A9A9A. Windows color (decimal): -1348424 or 12086507. OLE color: 12086507.
HSL color Cylindrical-coordinate representation of color #EB6CB8: hue angle of 324.09º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB6CB8 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 108 | 184 | - |
CMYK | 0 | 0.54 | 0.22 | 0.08 |
HSL | 324.09º | 0.76% | 0.67% | - |
HSV(B) | 324.09º | 0.54% | 0.92% | - |
XYZ | 48.28 | 31.85 | 48.95 | - |
YUV | 154.64 | 144.58 | 185.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 108 | 184 | 0 | 0.54 | 0.22 | 0.08 | 324.09 | 0.76 | 0.67 |
Hex | EB | 6C | B8 | 0 | 36 | 16 | 8 | 144 | 4C | 43 |
Octal | 353 | 154 | 270 | 0 | 66 | 26 | 10 | 504 | 114 | 103 |
Binary | 11101011 | 1101100 | 10111000 | 0 | 110110 | 10110 | 1000 | 101000100 | 1001100 | 1000011 |
Color Harmonies of #EB6CB8
Complementary color
Monochromatic Colors of #EB6CB8
Black with #EB6CB8
Text Example
Text Example
White with #EB6CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6CB8; }
p { color: rgb(235,108,184); }
H1.HeaderClassName
{
color: #EB6CB8;
}
.AnyTagClassName
{
color: #EB6CB8;
}
</style>
background-color css
<style>
a { background-color: #EB6CB8; }
a { background-color: rgb(235,108,184); }
div.DivClassName
{
background-color: #EB6CB8;
}
.BgClassName
{
background-color: #EB6CB8;
}
</style>
border-color css
<style>
span { border-color: #EB6CB8; }
span { border-color: rgb(235,108,184); }
td.TdClassName
{
border-color: #EB6CB8;
}
.TagClassName
{
border-color: #EB6CB8;
}
</style>