#EF4871

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

Shades of Dark Pink #EF4871

Tints of Dark Pink #EF4871

Color information

#EF4871 (or 0xEF4871) is unknown color: approx Dark Pink. HEX triplet: EF, 48 and 71. RGB value is (239,72,113). Sum of RGB (Red+Green+Blue) = 239+72+113=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4871 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4871 is #10B78E. Grayscale: #7E7E7E. Windows color (decimal): -1095567 or 7424239. OLE color: 7424239.

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

Color convert

RGB23972113-
CMYK00.700.530.06
HSL345.27º83.92%60.98%-
HSV(B)345.27º69.87%93.73%-
XYZ40.8924.1818.13-
YUV126.61120.33208.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.37%
GREEN value IS 72 (28.52% from 255) = 16.98%
BLUE value IS 113 (44.53% from 255) = 26.65%
R=56.37%
G=16.98%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397211300.700.530.06345.2783.9260.98
HexEF4871046356159543d
Octal357110161010665653112475
Binary1110111110010001110001010001101101011101010110011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4871; }

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

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

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

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

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

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

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

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