#EF487C

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

Shades of Dark Pink #EF487C

Tints of Dark Pink #EF487C

Color information

#EF487C (or 0xEF487C) is unknown color: approx Dark Pink. HEX triplet: EF, 48 and 7C. RGB value is (239,72,124). Sum of RGB (Red+Green+Blue) = 239+72+124=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF487C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF487C is #10B783. Grayscale: #7F7F7F. Windows color (decimal): -1095556 or 8145135. OLE color: 8145135.

HSL color Cylindrical-coordinate representation of color #EF487C: hue angle of 341.32º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF487C is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB23972124-
CMYK00.700.480.06
HSL341.32º83.92%60.98%-
HSV(B)341.32º69.87%93.73%-
XYZ41.5524.4421.6-
YUV127.86125.83207.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.94%
GREEN value IS 72 (28.52% from 255) = 16.55%
BLUE value IS 124 (48.83% from 255) = 28.51%
R=54.94%
G=16.55%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397212400.700.480.06341.3283.9260.98
HexEF487C046306155543d
Octal357110174010660652512475
Binary1110111110010001111100010001101100001101010101011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF487C; }

 p { color: rgb(239,72,124); }

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

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

 a { background-color: rgb(239,72,124); }

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

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

 span { border-color: rgb(239,72,124); }

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