#E764B5

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

Shades of Hot Pink #E764B5

Tints of Hot Pink #E764B5

Color information

#E764B5 (or 0xE764B5) is unknown color: approx Hot Pink. HEX triplet: E7, 64 and B5. RGB value is (231,100,181). Sum of RGB (Red+Green+Blue) = 231+100+181=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E764B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764B5 is #189B4A. Grayscale: #949494. Windows color (decimal): -1612619 or 11887847. OLE color: 11887847.

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

Color convert

RGB231100181-
CMYK00.570.220.09
HSL322.9º73.18%64.9%-
HSV(B)322.9º56.71%90.59%-
XYZ45.8529.4446.98-
YUV148.4146.4186.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.12%
GREEN value IS 100 (39.45% from 255) = 19.53%
BLUE value IS 181 (71.09% from 255) = 35.35%
R=45.12%
G=19.53%
B=35.35%

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
Decimal23110018100.570.220.09322.973.1864.9
HexE764B50391691434941
Octal3471442650712611503111101
Binary11100111110010010110101011100110110100110100001110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E764B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E764B5; }

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

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

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

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

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

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

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

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