Html Css Color HEX #EF4772 Dark Pink

📋 copy color: '#EF4772'

red 239 ◦ green 71 ◦ blue 114

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

Shades of Dark Pink #EF4772

Tints of Dark Pink #EF4772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.75%

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

R = 56.37%
G = 16.75%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF4772 (or 0xEF4772) is known color: Dark Pink. HEX triplet: EF, 47 and 72. RGB value is (239,71,114). Sum of RGB (Red+Green+Blue) = 239+71+114=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4772 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4772 is #10B88D. Grayscale: #7E7E7E. Windows color (decimal): -1095822 or 7489519. OLE color: 7489519.

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

Color convert

RGB 239 71 114 -
CMYK 0 0.70 0.52 0.06
HSL 344.64º 0.84% 0.61% -
HSV(B) 344.64º 0.7% 0.94% -
XYZ 40.89 24.07 18.41 -
YUV 126.13 121.16 208.5 -
System Red Green Blue C M Y K H S L
Decimal 239 71 114 0 0.70 0.52 0.06 344.64 0.84 0.61
Hex EF 47 72 0 46 34 6 159 54 3D
Octal 357 107 162 0 106 64 6 531 124 75
Binary 11101111 1000111 1110010 0 1000110 110100 110 101011001 1010100 111101

Color Harmonies of #EF4772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4772

Black with #EF4772

Text Example


Text Example

White with #EF4772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4772; }

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

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

background-color css

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

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

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

border-color css

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

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

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