#EF4C6E

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

Shades of Dark Pink #EF4C6E

Tints of Dark Pink #EF4C6E

Color information

#EF4C6E (or 0xEF4C6E) is unknown color: approx Dark Pink. HEX triplet: EF, 4C and 6E. RGB value is (239,76,110). Sum of RGB (Red+Green+Blue) = 239+76+110=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4C6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4C6E is #10B391. Grayscale: #808080. Windows color (decimal): -1094546 or 7228655. OLE color: 7228655.

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

Color convert

RGB23976110-
CMYK00.680.540.06
HSL347.48º83.59%61.76%-
HSV(B)347.48º68.2%93.73%-
XYZ4124.6517.35-
YUV128.61117.5206.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.24%
GREEN value IS 76 (30.08% from 255) = 17.88%
BLUE value IS 110 (43.36% from 255) = 25.88%
R=56.24%
G=17.88%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397611000.680.540.06347.4883.5961.76
HexEF4C6E04436615b543e
Octal357114156010466653312476
Binary1110111110011001101110010001001101101101010110111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4C6E; }

 p { color: rgb(239,76,110); }

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

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

 a { background-color: rgb(239,76,110); }

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

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

 span { border-color: rgb(239,76,110); }

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