#EC64B8

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

Shades of Hot Pink #EC64B8

Tints of Hot Pink #EC64B8

Color information

#EC64B8 (or 0xEC64B8) is unknown color: approx Hot Pink. HEX triplet: EC, 64 and B8. RGB value is (236,100,184). Sum of RGB (Red+Green+Blue) = 236+100+184=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64B8 is #139B47. Grayscale: #969696. Windows color (decimal): -1284936 or 12084460. OLE color: 12084460.

HSL color Cylindrical-coordinate representation of color #EC64B8: hue angle of 322.94º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC64B8 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB236100184-
CMYK00.580.220.07
HSL322.94º78.16%65.88%-
HSV(B)322.94º57.63%92.55%-
XYZ47.830.4148.7-
YUV150.24147.06189.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.38%
GREEN value IS 100 (39.45% from 255) = 19.23%
BLUE value IS 184 (72.27% from 255) = 35.38%
R=45.38%
G=19.23%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610018400.580.220.07322.9478.1665.88
HexEC64B803A1671434e42
Octal354144270072267503116102
Binary1110110011001001011100001110101011011110100001110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC64B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC64B8; }

 p { color: rgb(236,100,184); }

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

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

 a { background-color: rgb(236,100,184); }

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

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

 span { border-color: rgb(236,100,184); }

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