Html Css Color HEX #EF4376 Dark Pink

📋 copy color: '#EF4376'

red 239 ◦ green 67 ◦ blue 118

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

Shades of Dark Pink #EF4376

Tints of Dark Pink #EF4376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.8%

 BLUE value IS 118 (46.48% from 255) = 27.83%

R = 56.37%
G = 15.8%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF4376 (or 0xEF4376) is known color: Dark Pink. HEX triplet: EF, 43 and 76. RGB value is (239,67,118). Sum of RGB (Red+Green+Blue) = 239+67+118=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4376 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4376 is #10BC89. Grayscale: #7C7C7C. Windows color (decimal): -1096842 or 7750639. OLE color: 7750639.

HSL color Cylindrical-coordinate representation of color #EF4376: hue angle of 342.21º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF4376 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 67 118 -
CMYK 0 0.72 0.51 0.06
HSL 342.21º 0.84% 0.6% -
HSV(B) 342.21º 0.72% 0.94% -
XYZ 40.87 23.67 19.55 -
YUV 124.24 124.48 209.85 -
System Red Green Blue C M Y K H S L
Decimal 239 67 118 0 0.72 0.51 0.06 342.21 0.84 0.6
Hex EF 43 76 0 48 33 6 156 54 3C
Octal 357 103 166 0 110 63 6 526 124 74
Binary 11101111 1000011 1110110 0 1001000 110011 110 101010110 1010100 111100

Color Harmonies of #EF4376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4376

Black with #EF4376

Text Example


Text Example

White with #EF4376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4376; }

 p { color: rgb(239,67,118); }

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

background-color css

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

 a { background-color: rgb(239,67,118); }

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

border-color css

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

 span { border-color: rgb(239,67,118); }

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