#EF65AC

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

Shades of Hot Pink #EF65AC

Tints of Hot Pink #EF65AC

Color information

#EF65AC (or 0xEF65AC) is unknown color: approx Hot Pink. HEX triplet: EF, 65 and AC. RGB value is (239,101,172). Sum of RGB (Red+Green+Blue) = 239+101+172=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF65AC is #109A53. Grayscale: #969696. Windows color (decimal): -1088084 or 11298287. OLE color: 11298287.

HSL color Cylindrical-coordinate representation of color #EF65AC: hue angle of 329.13º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF65AC is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB239101172-
CMYK00.580.280.06
HSL329.13º81.18%66.67%-
HSV(B)329.13º57.74%93.73%-
XYZ47.730.6442.43-
YUV150.36140.22191.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.68%
GREEN value IS 101 (39.84% from 255) = 19.73%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=46.68%
G=19.73%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910117200.580.280.06329.1381.1866.67
HexEF65AC03A1C61495143
Octal357145254072346511121103
Binary1110111111001011010110001110101110011010100100110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF65AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF65AC; }

 p { color: rgb(239,101,172); }

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

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

 a { background-color: rgb(239,101,172); }

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

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

 span { border-color: rgb(239,101,172); }

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