Html Css Color HEX #EF4071 Dark Pink

📋 copy color: '#EF4071'

red 239 ◦ green 64 ◦ blue 113

#EF4071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #EF4071

Tints of Dark Pink #EF4071

RGB

 RED value IS 239 (93.75% from 255) = 57.45%

 GREEN value IS 64 (25.39% from 255) = 15.38%

 BLUE value IS 113 (44.53% from 255) = 27.16%

R = 57.45%
G = 15.38%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF4071 (or 0xEF4071) is known color: Dark Pink. HEX triplet: EF, 40 and 71. RGB value is (239,64,113). Sum of RGB (Red+Green+Blue) = 239+64+113=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4071 is #10BF8E. Grayscale: #797979. Windows color (decimal): -1097615 or 7422191. OLE color: 7422191.

HSL color Cylindrical-coordinate representation of color #EF4071: hue angle of 343.2º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF4071 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 64 113 -
CMYK 0 0.73 0.53 0.06
HSL 343.2º 0.85% 0.59% -
HSV(B) 343.2º 0.73% 0.94% -
XYZ 40.41 23.21 17.97 -
YUV 121.91 122.98 211.52 -
System Red Green Blue C M Y K H S L
Decimal 239 64 113 0 0.73 0.53 0.06 343.2 0.85 0.59
Hex EF 40 71 0 49 35 6 157 55 3B
Octal 357 100 161 0 111 65 6 527 125 73
Binary 11101111 1000000 1110001 0 1001001 110101 110 101010111 1010101 111011

Color Harmonies of #EF4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4071

Black with #EF4071

Text Example


Text Example

White with #EF4071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4071; }

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

 H1.HeaderClassName
 {
   color: #EF4071;
 }
 .AnyTagClassName
 {
   color: #EF4071;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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