Html Css Color HEX #EF4879 Dark Pink

📋 copy color: '#EF4879'

red 239 ◦ green 72 ◦ blue 121

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

Shades of Dark Pink #EF4879

Tints of Dark Pink #EF4879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.67%

 BLUE value IS 121 (47.66% from 255) = 28.01%

R = 55.32%
G = 16.67%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF4879 (or 0xEF4879) is known color: Dark Pink. HEX triplet: EF, 48 and 79. RGB value is (239,72,121). Sum of RGB (Red+Green+Blue) = 239+72+121=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4879 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4879 is #10B786. Grayscale: #7F7F7F. Windows color (decimal): -1095559 or 7948527. OLE color: 7948527.

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

Color convert

RGB 239 72 121 -
CMYK 0 0.70 0.49 0.06
HSL 342.4º 0.84% 0.61% -
HSV(B) 342.4º 0.7% 0.94% -
XYZ 41.37 24.37 20.61 -
YUV 127.52 124.33 207.52 -
System Red Green Blue C M Y K H S L
Decimal 239 72 121 0 0.70 0.49 0.06 342.4 0.84 0.61
Hex EF 48 79 0 46 31 6 156 54 3D
Octal 357 110 171 0 106 61 6 526 124 75
Binary 11101111 1001000 1111001 0 1000110 110001 110 101010110 1010100 111101

Color Harmonies of #EF4879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4879

Black with #EF4879

Text Example


Text Example

White with #EF4879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4879; }

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

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

background-color css

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

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

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

border-color css

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

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

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