#EF4D73

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

Shades of Dark Pink #EF4D73

Tints of Dark Pink #EF4D73

Color information

#EF4D73 (or 0xEF4D73) is unknown color: approx Dark Pink. HEX triplet: EF, 4D and 73. RGB value is (239,77,115). Sum of RGB (Red+Green+Blue) = 239+77+115=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4D73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF4D73 is #10B28C. Grayscale: #818181. Windows color (decimal): -1094285 or 7556591. OLE color: 7556591.

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

Color convert

RGB23977115-
CMYK00.680.520.06
HSL345.93º83.51%61.96%-
HSV(B)345.93º67.78%93.73%-
XYZ41.3424.918.85-
YUV129.77119.67205.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.45%
GREEN value IS 77 (30.47% from 255) = 17.87%
BLUE value IS 115 (45.31% from 255) = 26.68%
R=55.45%
G=17.87%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397711500.680.520.06345.9383.5161.96
HexEF4D7304434615a543e
Octal357115163010464653212476
Binary1110111110011011110011010001001101001101010110101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4D73; }

 p { color: rgb(239,77,115); }

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

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

 a { background-color: rgb(239,77,115); }

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

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

 span { border-color: rgb(239,77,115); }

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