#EF6DBA

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

Shades of Hot Pink #EF6DBA

Tints of Hot Pink #EF6DBA

Color information

#EF6DBA (or 0xEF6DBA) is unknown color: approx Hot Pink. HEX triplet: EF, 6D and BA. RGB value is (239,109,186). Sum of RGB (Red+Green+Blue) = 239+109+186=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6DBA is #109245. Grayscale: #9C9C9C. Windows color (decimal): -1086022 or 12217839. OLE color: 12217839.

HSL color Cylindrical-coordinate representation of color #EF6DBA: hue angle of 324.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 #EF6DBA is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB239109186-
CMYK00.540.220.06
HSL324.46º80.25%68.24%-
HSV(B)324.46º54.39%93.73%-
XYZ49.9332.8350.16-
YUV156.65144.57186.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.76%
GREEN value IS 109 (42.97% from 255) = 20.41%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=44.76%
G=20.41%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910918600.540.220.06324.4680.2568.24
HexEF6DBA0361661445044
Octal357155272066266504120104
Binary1110111111011011011101001101101011011010100010010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6DBA; }

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

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

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

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

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

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

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

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