#E964B1

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

Shades of Hot Pink #E964B1

Tints of Hot Pink #E964B1

Color information

#E964B1 (or 0xE964B1) is unknown color: approx Hot Pink. HEX triplet: E9, 64 and B1. RGB value is (233,100,177). Sum of RGB (Red+Green+Blue) = 233+100+177=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 233 - color contains mainly: red. Hex color #E964B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E964B1 is #169B4E. Grayscale: #949494. Windows color (decimal): -1481551 or 11625705. OLE color: 11625705.

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

Color convert

RGB233100177-
CMYK00.570.240.09
HSL325.26º75.14%65.29%-
HSV(B)325.26º57.08%91.37%-
XYZ46.129.6144.88-
YUV148.54144.06188.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.69%
GREEN value IS 100 (39.45% from 255) = 19.61%
BLUE value IS 177 (69.53% from 255) = 34.71%
R=45.69%
G=19.61%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310017700.570.240.09325.2675.1465.29
HexE964B10391891454b41
Octal3511442610713011505113101
Binary11101001110010010110001011100111000100110100010110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E964B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E964B1; }

 p { color: rgb(233,100,177); }

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

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

 a { background-color: rgb(233,100,177); }

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

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

 span { border-color: rgb(233,100,177); }

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