Shades of Hot Pink #E66BAE
Tints of Hot Pink #E66BAE
RGB
CMYK
RGB Variations
Color information
#E66BAE (or 0xE66BAE) is known color: Hot Pink. HEX triplet: E6, 6B and AE. RGB value is (230,107,174). Sum of RGB (Red+Green+Blue) = 230+107+174=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66BAE is #199451. Grayscale: #979797. Windows color (decimal): -1676370 or 11430886. OLE color: 11430886.
HSL color Cylindrical-coordinate representation of color #E66BAE: hue angle of 327.32º 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 #E66BAE is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 107 | 174 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.10 |
| HSL | 327.32º | 0.71% | 0.66% | - |
| HSV(B) | 327.32º | 0.53% | 0.9% | - |
| XYZ | 45.53 | 30.39 | 43.51 | - |
| YUV | 151.42 | 140.75 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 107 | 174 | 0 | 0.53 | 0.24 | 0.10 | 327.32 | 0.71 | 0.66 |
| Hex | E6 | 6B | AE | 0 | 35 | 18 | A | 147 | 47 | 42 |
| Octal | 346 | 153 | 256 | 0 | 65 | 30 | 12 | 507 | 107 | 102 |
| Binary | 11100110 | 1101011 | 10101110 | 0 | 110101 | 11000 | 1010 | 101000111 | 1000111 | 1000010 |
Color Harmonies of #E66BAE
Complementary color
Monochromatic Colors of #E66BAE
Black with #E66BAE
Text Example
Text Example
White with #E66BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66BAE; }
p { color: rgb(230,107,174); }
H1.HeaderClassName
{
color: #E66BAE;
}
.AnyTagClassName
{
color: #E66BAE;
}
</style>
background-color css
<style>
a { background-color: #E66BAE; }
a { background-color: rgb(230,107,174); }
div.DivClassName
{
background-color: #E66BAE;
}
.BgClassName
{
background-color: #E66BAE;
}
</style>
border-color css
<style>
span { border-color: #E66BAE; }
span { border-color: rgb(230,107,174); }
td.TdClassName
{
border-color: #E66BAE;
}
.TagClassName
{
border-color: #E66BAE;
}
</style>