#EF4C7D

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

Shades of Dark Pink #EF4C7D

Tints of Dark Pink #EF4C7D

Color information

#EF4C7D (or 0xEF4C7D) is unknown color: approx Dark Pink. HEX triplet: EF, 4C and 7D. RGB value is (239,76,125). Sum of RGB (Red+Green+Blue) = 239+76+125=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4C7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4C7D is #10B382. Grayscale: #828282. Windows color (decimal): -1094531 or 8211695. OLE color: 8211695.

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

Color convert

RGB23976125-
CMYK00.680.480.06
HSL341.96º83.59%61.76%-
HSV(B)341.96º68.2%93.73%-
XYZ41.882522.02-
YUV130.32125205.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.32%
GREEN value IS 76 (30.08% from 255) = 17.27%
BLUE value IS 125 (49.22% from 255) = 28.41%
R=54.32%
G=17.27%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397612500.680.480.06341.9683.5961.76
HexEF4C7D044306156543e
Octal357114175010460652612476
Binary1110111110011001111101010001001100001101010101101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4C7D; }

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

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

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

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

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

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

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

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