Html Css Color HEX #EF4479 Dark Pink

📋 copy color: '#EF4479'

red 239 ◦ green 68 ◦ blue 121

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

Shades of Dark Pink #EF4479

Tints of Dark Pink #EF4479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.89%

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

R = 55.84%
G = 15.89%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF4479 (or 0xEF4479) is known color: Dark Pink. HEX triplet: EF, 44 and 79. RGB value is (239,68,121). Sum of RGB (Red+Green+Blue) = 239+68+121=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4479 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4479 is #10BB86. Grayscale: #7D7D7D. Windows color (decimal): -1096583 or 7947503. OLE color: 7947503.

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

Color convert

RGB 239 68 121 -
CMYK 0 0.72 0.49 0.06
HSL 341.4º 0.84% 0.6% -
HSV(B) 341.4º 0.72% 0.94% -
XYZ 41.11 23.87 20.53 -
YUV 125.17 125.65 209.19 -
System Red Green Blue C M Y K H S L
Decimal 239 68 121 0 0.72 0.49 0.06 341.4 0.84 0.6
Hex EF 44 79 0 48 31 6 155 54 3C
Octal 357 104 171 0 110 61 6 525 124 74
Binary 11101111 1000100 1111001 0 1001000 110001 110 101010101 1010100 111100

Color Harmonies of #EF4479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4479

Black with #EF4479

Text Example


Text Example

White with #EF4479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4479; }

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

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

background-color css

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

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

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

border-color css

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

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

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