Shades of Hot Pink #E668B8
Tints of Hot Pink #E668B8
RGB
CMYK
RGB Variations
Color information
#E668B8 (or 0xE668B8) is known color: Hot Pink. HEX triplet: E6, 68 and B8. RGB value is (230,104,184). Sum of RGB (Red+Green+Blue) = 230+104+184=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E668B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E668B8 is #199747. Grayscale: #969696. Windows color (decimal): -1677128 or 12085478. OLE color: 12085478.
HSL color Cylindrical-coordinate representation of color #E668B8: hue angle of 321.9º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E668B8 is Cyan = 0, Magento = 0.55, Yellow = 0.2 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 184 | - |
| CMYK | 0 | 0.55 | 0.2 | 0.10 |
| HSL | 321.9º | 0.72% | 0.65% | - |
| HSV(B) | 321.9º | 0.55% | 0.9% | - |
| XYZ | 46.24 | 30.18 | 48.74 | - |
| YUV | 150.79 | 146.74 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 184 | 0 | 0.55 | 0.2 | 0.10 | 321.9 | 0.72 | 0.65 |
| Hex | E6 | 68 | B8 | 0 | 37 | 14 | A | 142 | 48 | 41 |
| Octal | 346 | 150 | 270 | 0 | 67 | 24 | 12 | 502 | 110 | 101 |
| Binary | 11100110 | 1101000 | 10111000 | 0 | 110111 | 10100 | 1010 | 101000010 | 1001000 | 1000001 |
Color Harmonies of #E668B8
Complementary color
Monochromatic Colors of #E668B8
Black with #E668B8
Text Example
Text Example
White with #E668B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E668B8; }
p { color: rgb(230,104,184); }
H1.HeaderClassName
{
color: #E668B8;
}
.AnyTagClassName
{
color: #E668B8;
}
</style>
background-color css
<style>
a { background-color: #E668B8; }
a { background-color: rgb(230,104,184); }
div.DivClassName
{
background-color: #E668B8;
}
.BgClassName
{
background-color: #E668B8;
}
</style>
border-color css
<style>
span { border-color: #E668B8; }
span { border-color: rgb(230,104,184); }
td.TdClassName
{
border-color: #E668B8;
}
.TagClassName
{
border-color: #E668B8;
}
</style>