#EF65BC

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

Shades of Hot Pink #EF65BC

Tints of Hot Pink #EF65BC

Color information

#EF65BC (or 0xEF65BC) is unknown color: approx Hot Pink. HEX triplet: EF, 65 and BC. RGB value is (239,101,188). Sum of RGB (Red+Green+Blue) = 239+101+188=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF65BC is #109A43. Grayscale: #979797. Windows color (decimal): -1088068 or 12346863. OLE color: 12346863.

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

Color convert

RGB239101188-
CMYK00.580.210.06
HSL322.17º81.18%66.67%-
HSV(B)322.17º57.74%93.73%-
XYZ49.3331.2951.02-
YUV152.18148.22189.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.27%
GREEN value IS 101 (39.84% from 255) = 19.13%
BLUE value IS 188 (73.83% from 255) = 35.61%
R=45.27%
G=19.13%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910118800.580.210.06322.1781.1866.67
HexEF65BC03A1561425143
Octal357145274072256502121103
Binary1110111111001011011110001110101010111010100001010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF65BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF65BC; }

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

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

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

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

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

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

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

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