#EF65B2

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

Shades of Hot Pink #EF65B2

Tints of Hot Pink #EF65B2

Color information

#EF65B2 (or 0xEF65B2) is unknown color: approx Hot Pink. HEX triplet: EF, 65 and B2. RGB value is (239,101,178). Sum of RGB (Red+Green+Blue) = 239+101+178=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF65B2 is #109A4D. Grayscale: #969696. Windows color (decimal): -1088078 or 11691503. OLE color: 11691503.

HSL color Cylindrical-coordinate representation of color #EF65B2: hue angle of 326.52º 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 #EF65B2 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB239101178-
CMYK00.580.260.06
HSL326.52º81.18%66.67%-
HSV(B)326.52º57.74%93.73%-
XYZ48.2930.8745.53-
YUV151.04143.22190.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.14%
GREEN value IS 101 (39.84% from 255) = 19.50%
BLUE value IS 178 (69.92% from 255) = 34.36%
R=46.14%
G=19.50%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910117800.580.260.06326.5281.1866.67
HexEF65B203A1A61475143
Octal357145262072326507121103
Binary1110111111001011011001001110101101011010100011110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF65B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF65B2; }

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

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

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

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

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

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

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

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