Html Css Color HEX #EF4073 Dark Pink

📋 copy color: '#EF4073'

red 239 ◦ green 64 ◦ blue 115

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

Shades of Dark Pink #EF4073

Tints of Dark Pink #EF4073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.51%

R = 57.18%
G = 15.31%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF4073 (or 0xEF4073) is known color: Dark Pink. HEX triplet: EF, 40 and 73. RGB value is (239,64,115). Sum of RGB (Red+Green+Blue) = 239+64+115=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4073 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4073 is #10BF8C. Grayscale: #7A7A7A. Windows color (decimal): -1097613 or 7553263. OLE color: 7553263.

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

Color convert

RGB 239 64 115 -
CMYK 0 0.73 0.52 0.06
HSL 342.51º 0.85% 0.59% -
HSV(B) 342.51º 0.73% 0.94% -
XYZ 40.52 23.26 18.57 -
YUV 122.14 123.98 211.35 -
System Red Green Blue C M Y K H S L
Decimal 239 64 115 0 0.73 0.52 0.06 342.51 0.85 0.59
Hex EF 40 73 0 49 34 6 157 55 3B
Octal 357 100 163 0 111 64 6 527 125 73
Binary 11101111 1000000 1110011 0 1001001 110100 110 101010111 1010101 111011

Color Harmonies of #EF4073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4073

Black with #EF4073

Text Example


Text Example

White with #EF4073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4073; }

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

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

background-color css

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

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

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

border-color css

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

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

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