#E764B4

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

Shades of Hot Pink #E764B4

Tints of Hot Pink #E764B4

Color information

#E764B4 (or 0xE764B4) is unknown color: approx Hot Pink. HEX triplet: E7, 64 and B4. RGB value is (231,100,180). Sum of RGB (Red+Green+Blue) = 231+100+180=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E764B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764B4 is #189B4B. Grayscale: #949494. Windows color (decimal): -1612620 or 11822311. OLE color: 11822311.

HSL color Cylindrical-coordinate representation of color #E764B4: hue angle of 323.36º 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 #E764B4 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB231100180-
CMYK00.570.220.09
HSL323.36º73.18%64.9%-
HSV(B)323.36º56.71%90.59%-
XYZ45.7529.446.44-
YUV148.29145.9187-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.21%
GREEN value IS 100 (39.45% from 255) = 19.57%
BLUE value IS 180 (70.70% from 255) = 35.23%
R=45.21%
G=19.57%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110018000.570.220.09323.3673.1864.9
HexE764B40391691434941
Octal3471442640712611503111101
Binary11100111110010010110100011100110110100110100001110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E764B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E764B4; }

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

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

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

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

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

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

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

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