Shades of Hot Pink #E06BB3
Tints of Hot Pink #E06BB3
RGB
CMYK
RGB Variations
Color information
#E06BB3 (or 0xE06BB3) is known color: Hot Pink. HEX triplet: E0, 6B and B3. RGB value is (224,107,179). Sum of RGB (Red+Green+Blue) = 224+107+179=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06BB3 is #1F944C. Grayscale: #969696. Windows color (decimal): -2069581 or 11758560. OLE color: 11758560.
HSL color Cylindrical-coordinate representation of color #E06BB3: hue angle of 323.08º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06BB3 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 179 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.12 |
| HSL | 323.08º | 0.65% | 0.65% | - |
| HSV(B) | 323.08º | 0.52% | 0.88% | - |
| XYZ | 44.13 | 29.62 | 46.04 | - |
| YUV | 150.19 | 144.26 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 179 | 0 | 0.52 | 0.20 | 0.12 | 323.08 | 0.65 | 0.65 |
| Hex | E0 | 6B | B3 | 0 | 34 | 14 | C | 143 | 41 | 41 |
| Octal | 340 | 153 | 263 | 0 | 64 | 24 | 14 | 503 | 101 | 101 |
| Binary | 11100000 | 1101011 | 10110011 | 0 | 110100 | 10100 | 1100 | 101000011 | 1000001 | 1000001 |
Color Harmonies of #E06BB3
Complementary color
Monochromatic Colors of #E06BB3
Black with #E06BB3
Text Example
Text Example
White with #E06BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06BB3; }
p { color: rgb(224,107,179); }
H1.HeaderClassName
{
color: #E06BB3;
}
.AnyTagClassName
{
color: #E06BB3;
}
</style>
background-color css
<style>
a { background-color: #E06BB3; }
a { background-color: rgb(224,107,179); }
div.DivClassName
{
background-color: #E06BB3;
}
.BgClassName
{
background-color: #E06BB3;
}
</style>
border-color css
<style>
span { border-color: #E06BB3; }
span { border-color: rgb(224,107,179); }
td.TdClassName
{
border-color: #E06BB3;
}
.TagClassName
{
border-color: #E06BB3;
}
</style>