#E764B6

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

Shades of Hot Pink #E764B6

Tints of Hot Pink #E764B6

Color information

#E764B6 (or 0xE764B6) is unknown color: approx Hot Pink. HEX triplet: E7, 64 and B6. RGB value is (231,100,182). Sum of RGB (Red+Green+Blue) = 231+100+182=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E764B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764B6 is #189B49. Grayscale: #949494. Windows color (decimal): -1612618 or 11953383. OLE color: 11953383.

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

Color convert

RGB231100182-
CMYK00.570.210.09
HSL322.44º73.18%64.9%-
HSV(B)322.44º56.71%90.59%-
XYZ45.9629.4847.52-
YUV148.52146.9186.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.03%
GREEN value IS 100 (39.45% from 255) = 19.49%
BLUE value IS 182 (71.48% from 255) = 35.48%
R=45.03%
G=19.49%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110018200.570.210.09322.4473.1864.9
HexE764B60391591424941
Octal3471442660712511502111101
Binary11100111110010010110110011100110101100110100001010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E764B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E764B6; }

 p { color: rgb(231,100,182); }

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

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

 a { background-color: rgb(231,100,182); }

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

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

 span { border-color: rgb(231,100,182); }

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