#ef68a7

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

Shades of Hot Pink #EF68A7

Tints of Hot Pink #EF68A7

Color information

#EF68A7 (or 0xEF68A7) is unknown color: approx Hot Pink. HEX triplet: EF, 68 and A7. RGB value is (239,104,167). Sum of RGB (Red+Green+Blue) = 239+104+167=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 167 (65.62% from 255 or 32.75% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF68A7 is #109758. Grayscale: #979797. Windows color (decimal): -1087321 or 10971375. OLE color: 10971375.

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

Color convert

RGB239104167-
CMYK00.560.300.06
HSL332º80.84%67.25%-
HSV(B)332º56.49%93.73%-
XYZ47.5231.0440.05-
YUV151.55136.73190.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.86%
GREEN value IS 104 (41.02% from 255) = 20.39%
BLUE value IS 167 (65.62% from 255) = 32.75%
R=46.86%
G=20.39%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910416700.560.300.0633280.8467.25
HexEF68A70381E614c5143
Octal357150247070366514121103
Binary1110111111010001010011101110001111011010100110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef68a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef68a7; }

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

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

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

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

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

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

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

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