#EF65B4

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

Shades of Hot Pink #EF65B4

Tints of Hot Pink #EF65B4

Color information

#EF65B4 (or 0xEF65B4) is unknown color: approx Hot Pink. HEX triplet: EF, 65 and B4. RGB value is (239,101,180). Sum of RGB (Red+Green+Blue) = 239+101+180=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF65B4 is #109A4B. Grayscale: #979797. Windows color (decimal): -1088076 or 11822575. OLE color: 11822575.

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

Color convert

RGB239101180-
CMYK00.580.250.06
HSL325.65º81.18%66.67%-
HSV(B)325.65º57.74%93.73%-
XYZ48.4930.9546.6-
YUV151.27144.22190.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.96%
GREEN value IS 101 (39.84% from 255) = 19.42%
BLUE value IS 180 (70.70% from 255) = 34.62%
R=45.96%
G=19.42%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910118000.580.250.06325.6581.1866.67
HexEF65B403A1961465143
Octal357145264072316506121103
Binary1110111111001011011010001110101100111010100011010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF65B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF65B4; }

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

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

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

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

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

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

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

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