#EF6DAD

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

Shades of Hot Pink #EF6DAD

Tints of Hot Pink #EF6DAD

Color information

#EF6DAD (or 0xEF6DAD) is unknown color: approx Hot Pink. HEX triplet: EF, 6D and AD. RGB value is (239,109,173). Sum of RGB (Red+Green+Blue) = 239+109+173=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6DAD is #109252. Grayscale: #9B9B9B. Windows color (decimal): -1086035 or 11365871. OLE color: 11365871.

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

Color convert

RGB239109173-
CMYK00.540.280.06
HSL330.46º80.25%68.24%-
HSV(B)330.46º54.39%93.73%-
XYZ48.6132.3143.21-
YUV155.17138.07187.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.87%
GREEN value IS 109 (42.97% from 255) = 20.92%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=45.87%
G=20.92%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910917300.540.280.06330.4680.2568.24
HexEF6DAD0361C614a5044
Octal357155255066346512120104
Binary1110111111011011010110101101101110011010100101010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6DAD; }

 p { color: rgb(239,109,173); }

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

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

 a { background-color: rgb(239,109,173); }

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

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

 span { border-color: rgb(239,109,173); }

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