Html Css Color HEX #EF4672 Dark Pink

📋 copy color: '#EF4672'

red 239 ◦ green 70 ◦ blue 114

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

Shades of Dark Pink #EF4672

Tints of Dark Pink #EF4672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.95%

R = 56.5%
G = 16.55%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF4672 (or 0xEF4672) is known color: Dark Pink. HEX triplet: EF, 46 and 72. RGB value is (239,70,114). Sum of RGB (Red+Green+Blue) = 239+70+114=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4672 is #10B98D. Grayscale: #7D7D7D. Windows color (decimal): -1096078 or 7489263. OLE color: 7489263.

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

Color convert

RGB 239 70 114 -
CMYK 0 0.71 0.52 0.06
HSL 344.38º 0.84% 0.61% -
HSV(B) 344.38º 0.71% 0.94% -
XYZ 40.82 23.95 18.39 -
YUV 125.55 121.49 208.92 -
System Red Green Blue C M Y K H S L
Decimal 239 70 114 0 0.71 0.52 0.06 344.38 0.84 0.61
Hex EF 46 72 0 47 34 6 158 54 3D
Octal 357 106 162 0 107 64 6 530 124 75
Binary 11101111 1000110 1110010 0 1000111 110100 110 101011000 1010100 111101

Color Harmonies of #EF4672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4672

Black with #EF4672

Text Example


Text Example

White with #EF4672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4672; }

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

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

background-color css

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

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

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

border-color css

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

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

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