#EF507C

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

Shades of Dark Pink #EF507C

Tints of Dark Pink #EF507C

Color information

#EF507C (or 0xEF507C) is unknown color: approx Dark Pink. HEX triplet: EF, 50 and 7C. RGB value is (239,80,124). Sum of RGB (Red+Green+Blue) = 239+80+124=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF507C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF507C is #10AF83. Grayscale: #848484. Windows color (decimal): -1093508 or 8147183. OLE color: 8147183.

HSL color Cylindrical-coordinate representation of color #EF507C: hue angle of 343.4º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF507C is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB23980124-
CMYK00.670.480.06
HSL343.4º83.25%62.55%-
HSV(B)343.4º66.53%93.73%-
XYZ42.125.5421.78-
YUV132.56123.18203.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.95%
GREEN value IS 80 (31.64% from 255) = 18.06%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=53.95%
G=18.06%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398012400.670.480.06343.483.2562.55
HexEF507C043306157533f
Octal357120174010360652712377
Binary1110111110100001111100010000111100001101010101111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF507C; }

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

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

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

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

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

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

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

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