Html Css Color HEX #EF4679 Dark Pink

📋 copy color: '#EF4679'

red 239 ◦ green 70 ◦ blue 121

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

Shades of Dark Pink #EF4679

Tints of Dark Pink #EF4679

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.28%

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

R = 55.58%
G = 16.28%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF4679 (or 0xEF4679) is known color: Dark Pink. HEX triplet: EF, 46 and 79. RGB value is (239,70,121). Sum of RGB (Red+Green+Blue) = 239+70+121=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4679 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4679 is #10B986. Grayscale: #7E7E7E. Windows color (decimal): -1096071 or 7948015. OLE color: 7948015.

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

Color convert

RGB 239 70 121 -
CMYK 0 0.71 0.49 0.06
HSL 341.89º 0.84% 0.61% -
HSV(B) 341.89º 0.71% 0.94% -
XYZ 41.24 24.11 20.57 -
YUV 126.35 124.99 208.35 -
System Red Green Blue C M Y K H S L
Decimal 239 70 121 0 0.71 0.49 0.06 341.89 0.84 0.61
Hex EF 46 79 0 47 31 6 156 54 3D
Octal 357 106 171 0 107 61 6 526 124 75
Binary 11101111 1000110 1111001 0 1000111 110001 110 101010110 1010100 111101

Color Harmonies of #EF4679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4679

Black with #EF4679

Text Example


Text Example

White with #EF4679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4679; }

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

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

background-color css

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

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

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

border-color css

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

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

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