#EF68BA

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

Shades of Hot Pink #EF68BA

Tints of Hot Pink #EF68BA

Color information

#EF68BA (or 0xEF68BA) is unknown color: approx Hot Pink. HEX triplet: EF, 68 and BA. RGB value is (239,104,186). Sum of RGB (Red+Green+Blue) = 239+104+186=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF68BA is #109745. Grayscale: #999999. Windows color (decimal): -1087302 or 12216559. OLE color: 12216559.

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

Color convert

RGB239104186-
CMYK00.560.220.06
HSL323.56º80.84%67.25%-
HSV(B)323.56º56.49%93.73%-
XYZ49.4131.849.99-
YUV153.71146.23188.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.18%
GREEN value IS 104 (41.02% from 255) = 19.66%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=45.18%
G=19.66%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910418600.560.220.06323.5680.8467.25
HexEF68BA0381661445143
Octal357150272070266504121103
Binary1110111111010001011101001110001011011010100010010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF68BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF68BA; }

 p { color: rgb(239,104,186); }

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

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

 a { background-color: rgb(239,104,186); }

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

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

 span { border-color: rgb(239,104,186); }

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