#ef68a9

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

Shades of Hot Pink #EF68A9

Tints of Hot Pink #EF68A9

Color information

#EF68A9 (or 0xEF68A9) is unknown color: approx Hot Pink. HEX triplet: EF, 68 and A9. RGB value is (239,104,169). Sum of RGB (Red+Green+Blue) = 239+104+169=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF68A9 is #109756. Grayscale: #979797. Windows color (decimal): -1087319 or 11102447. OLE color: 11102447.

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

Color convert

RGB239104169-
CMYK00.560.290.06
HSL331.11º80.84%67.25%-
HSV(B)331.11º56.49%93.73%-
XYZ47.7131.1241.03-
YUV151.77137.73190.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.68%
GREEN value IS 104 (41.02% from 255) = 20.31%
BLUE value IS 169 (66.41% from 255) = 33.01%
R=46.68%
G=20.31%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910416900.560.290.06331.1180.8467.25
HexEF68A90381D614b5143
Octal357150251070356513121103
Binary1110111111010001010100101110001110111010100101110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef68a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef68a9; }

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

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

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

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

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

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

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

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