Shades of Hot Pink #E66BAB
Tints of Hot Pink #E66BAB
RGB
CMYK
RGB Variations
Color information
#E66BAB (or 0xE66BAB) is known color: Hot Pink. HEX triplet: E6, 6B and AB. RGB value is (230,107,171). Sum of RGB (Red+Green+Blue) = 230+107+171=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66BAB is #199454. Grayscale: #969696. Windows color (decimal): -1676373 or 11234278. OLE color: 11234278.
HSL color Cylindrical-coordinate representation of color #E66BAB: hue angle of 328.78º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66BAB is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 107 | 171 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.10 |
| HSL | 328.78º | 0.71% | 0.66% | - |
| HSV(B) | 328.78º | 0.53% | 0.9% | - |
| XYZ | 45.24 | 30.28 | 41.99 | - |
| YUV | 151.07 | 139.25 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 107 | 171 | 0 | 0.53 | 0.26 | 0.10 | 328.78 | 0.71 | 0.66 |
| Hex | E6 | 6B | AB | 0 | 35 | 1A | A | 149 | 47 | 42 |
| Octal | 346 | 153 | 253 | 0 | 65 | 32 | 12 | 511 | 107 | 102 |
| Binary | 11100110 | 1101011 | 10101011 | 0 | 110101 | 11010 | 1010 | 101001001 | 1000111 | 1000010 |
Color Harmonies of #E66BAB
Complementary color
Monochromatic Colors of #E66BAB
Black with #E66BAB
Text Example
Text Example
White with #E66BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66BAB; }
p { color: rgb(230,107,171); }
H1.HeaderClassName
{
color: #E66BAB;
}
.AnyTagClassName
{
color: #E66BAB;
}
</style>
background-color css
<style>
a { background-color: #E66BAB; }
a { background-color: rgb(230,107,171); }
div.DivClassName
{
background-color: #E66BAB;
}
.BgClassName
{
background-color: #E66BAB;
}
</style>
border-color css
<style>
span { border-color: #E66BAB; }
span { border-color: rgb(230,107,171); }
td.TdClassName
{
border-color: #E66BAB;
}
.TagClassName
{
border-color: #E66BAB;
}
</style>