#EF6BAF

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

Shades of Hot Pink #EF6BAF

Tints of Hot Pink #EF6BAF

Color information

#EF6BAF (or 0xEF6BAF) is unknown color: approx Hot Pink. HEX triplet: EF, 6B and AF. RGB value is (239,107,175). Sum of RGB (Red+Green+Blue) = 239+107+175=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6BAF is #109450. Grayscale: #9A9A9A. Windows color (decimal): -1086545 or 11496431. OLE color: 11496431.

HSL color Cylindrical-coordinate representation of color #EF6BAF: hue angle of 329.09º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6BAF is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB239107175-
CMYK00.550.270.06
HSL329.09º80.49%67.84%-
HSV(B)329.09º55.23%93.73%-
XYZ48.5931.9644.17-
YUV154.22139.73188.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.87%
GREEN value IS 107 (42.19% from 255) = 20.54%
BLUE value IS 175 (68.75% from 255) = 33.59%
R=45.87%
G=20.54%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910717500.550.270.06329.0980.4967.84
HexEF6BAF0371B61495044
Octal357153257067336511120104
Binary1110111111010111010111101101111101111010100100110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6BAF; }

 p { color: rgb(239,107,175); }

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

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

 a { background-color: rgb(239,107,175); }

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

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

 span { border-color: rgb(239,107,175); }

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