#E86BB1

Color #E86BB1 Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #E86BB1

Tints of Hot Pink #E86BB1

Color information

#E86BB1 (or 0xE86BB1) is unknown color: approx Hot Pink. HEX triplet: E8, 6B and B1. RGB value is (232,107,177). Sum of RGB (Red+Green+Blue) = 232+107+177=516 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.96% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 232 - color contains mainly: red. Hex color #E86BB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86BB1 is #17944E. Grayscale: #989898. Windows color (decimal): -1545295 or 11627496. OLE color: 11627496.

HSL color Cylindrical-coordinate representation of color #E86BB1: hue angle of 326.4º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E86BB1 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB232107177-
CMYK00.540.240.09
HSL326.4º73.1%66.47%-
HSV(B)326.4º53.88%90.98%-
XYZ46.4730.8545.1-
YUV152.35141.91184.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 44.96%
GREEN value IS 107 (42.19% from 255) = 20.74%
BLUE value IS 177 (69.53% from 255) = 34.30%
R=44.96%
G=20.74%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210717700.540.240.09326.473.166.47
HexE86BB10361891464942
Octal3501532610663011506111102
Binary11101000110101110110001011011011000100110100011010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86BB1; }

 p { color: rgb(232,107,177); }

 H1.HeaderClassName
 {
   color: #E86BB1;
 }
 .AnyTagClassName
 {
   color: #E86BB1;
 }
</style>
background-color css

<style>
 a { background-color: #E86BB1; }

 a { background-color: rgb(232,107,177); }

 div.DivClassName
 {
   background-color: #E86BB1;
 }
 .BgClassName
 {
   background-color: #E86BB1;
 }
</style>
border-color css

<style>
 span { border-color: #E86BB1; }

 span { border-color: rgb(232,107,177); }

 td.TdClassName
 {
   border-color: #E86BB1;
 }
 .TagClassName
 {
   border-color: #E86BB1;
 }
</style>