Shades of Hot Pink #E66FB2
Tints of Hot Pink #E66FB2
RGB
CMYK
RGB Variations
Color information
#E66FB2 (or 0xE66FB2) is known color: Hot Pink. HEX triplet: E6, 6F and B2. RGB value is (230,111,178). Sum of RGB (Red+Green+Blue) = 230+111+178=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66FB2 is #19904D. Grayscale: #9A9A9A. Windows color (decimal): -1675342 or 11694054. OLE color: 11694054.
HSL color Cylindrical-coordinate representation of color #E66FB2: hue angle of 326.22º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66FB2 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 178 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.10 |
| HSL | 326.22º | 0.7% | 0.67% | - |
| HSV(B) | 326.22º | 0.52% | 0.9% | - |
| XYZ | 46.35 | 31.41 | 45.74 | - |
| YUV | 154.22 | 141.42 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 178 | 0 | 0.52 | 0.23 | 0.10 | 326.22 | 0.7 | 0.67 |
| Hex | E6 | 6F | B2 | 0 | 34 | 17 | A | 146 | 46 | 43 |
| Octal | 346 | 157 | 262 | 0 | 64 | 27 | 12 | 506 | 106 | 103 |
| Binary | 11100110 | 1101111 | 10110010 | 0 | 110100 | 10111 | 1010 | 101000110 | 1000110 | 1000011 |
Color Harmonies of #E66FB2
Complementary color
Monochromatic Colors of #E66FB2
Black with #E66FB2
Text Example
Text Example
White with #E66FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66FB2; }
p { color: rgb(230,111,178); }
H1.HeaderClassName
{
color: #E66FB2;
}
.AnyTagClassName
{
color: #E66FB2;
}
</style>
background-color css
<style>
a { background-color: #E66FB2; }
a { background-color: rgb(230,111,178); }
div.DivClassName
{
background-color: #E66FB2;
}
.BgClassName
{
background-color: #E66FB2;
}
</style>
border-color css
<style>
span { border-color: #E66FB2; }
span { border-color: rgb(230,111,178); }
td.TdClassName
{
border-color: #E66FB2;
}
.TagClassName
{
border-color: #E66FB2;
}
</style>