Shades of Hot Pink #E66BAA
Tints of Hot Pink #E66BAA
RGB
CMYK
RGB Variations
Color information
#E66BAA (or 0xE66BAA) is known color: Hot Pink. HEX triplet: E6, 6B and AA. RGB value is (230,107,170). Sum of RGB (Red+Green+Blue) = 230+107+170=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66BAA is #199455. Grayscale: #969696. Windows color (decimal): -1676374 or 11168742. OLE color: 11168742.
HSL color Cylindrical-coordinate representation of color #E66BAA: hue angle of 329.27º 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 #E66BAA is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 107 | 170 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.10 |
| HSL | 329.27º | 0.71% | 0.66% | - |
| HSV(B) | 329.27º | 0.53% | 0.9% | - |
| XYZ | 45.15 | 30.24 | 41.49 | - |
| YUV | 150.96 | 138.75 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 107 | 170 | 0 | 0.53 | 0.26 | 0.10 | 329.27 | 0.71 | 0.66 |
| Hex | E6 | 6B | AA | 0 | 35 | 1A | A | 149 | 47 | 42 |
| Octal | 346 | 153 | 252 | 0 | 65 | 32 | 12 | 511 | 107 | 102 |
| Binary | 11100110 | 1101011 | 10101010 | 0 | 110101 | 11010 | 1010 | 101001001 | 1000111 | 1000010 |
Color Harmonies of #E66BAA
Complementary color
Monochromatic Colors of #E66BAA
Black with #E66BAA
Text Example
Text Example
White with #E66BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66BAA; }
p { color: rgb(230,107,170); }
H1.HeaderClassName
{
color: #E66BAA;
}
.AnyTagClassName
{
color: #E66BAA;
}
</style>
background-color css
<style>
a { background-color: #E66BAA; }
a { background-color: rgb(230,107,170); }
div.DivClassName
{
background-color: #E66BAA;
}
.BgClassName
{
background-color: #E66BAA;
}
</style>
border-color css
<style>
span { border-color: #E66BAA; }
span { border-color: rgb(230,107,170); }
td.TdClassName
{
border-color: #E66BAA;
}
.TagClassName
{
border-color: #E66BAA;
}
</style>