Html Css Color HEX #EF4074 Dark Pink

📋 copy color: '#EF4074'

red 239 ◦ green 64 ◦ blue 116

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

Shades of Dark Pink #EF4074

Tints of Dark Pink #EF4074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.68%

R = 57.04%
G = 15.27%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF4074 (or 0xEF4074) is known color: Dark Pink. HEX triplet: EF, 40 and 74. RGB value is (239,64,116). Sum of RGB (Red+Green+Blue) = 239+64+116=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4074 is #10BF8B. Grayscale: #7A7A7A. Windows color (decimal): -1097612 or 7618799. OLE color: 7618799.

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

Color convert

RGB 239 64 116 -
CMYK 0 0.73 0.51 0.06
HSL 342.17º 0.85% 0.59% -
HSV(B) 342.17º 0.73% 0.94% -
XYZ 40.58 23.28 18.88 -
YUV 122.25 124.48 211.27 -
System Red Green Blue C M Y K H S L
Decimal 239 64 116 0 0.73 0.51 0.06 342.17 0.85 0.59
Hex EF 40 74 0 49 33 6 156 55 3B
Octal 357 100 164 0 111 63 6 526 125 73
Binary 11101111 1000000 1110100 0 1001001 110011 110 101010110 1010101 111011

Color Harmonies of #EF4074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4074

Black with #EF4074

Text Example


Text Example

White with #EF4074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4074; }

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

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

background-color css

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

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

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

border-color css

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

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

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