Html Css Color HEX #EF4271 Dark Pink

📋 copy color: '#EF4271'

red 239 ◦ green 66 ◦ blue 113

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

Shades of Dark Pink #EF4271

Tints of Dark Pink #EF4271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.79%

 BLUE value IS 113 (44.53% from 255) = 27.03%

R = 57.18%
G = 15.79%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF4271 (or 0xEF4271) is known color: Dark Pink. HEX triplet: EF, 42 and 71. RGB value is (239,66,113). Sum of RGB (Red+Green+Blue) = 239+66+113=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4271 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4271 is #10BD8E. Grayscale: #7B7B7B. Windows color (decimal): -1097103 or 7422703. OLE color: 7422703.

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

Color convert

RGB 239 66 113 -
CMYK 0 0.72 0.53 0.06
HSL 343.7º 0.84% 0.6% -
HSV(B) 343.7º 0.72% 0.94% -
XYZ 40.53 23.44 18.01 -
YUV 123.09 122.31 210.68 -
System Red Green Blue C M Y K H S L
Decimal 239 66 113 0 0.72 0.53 0.06 343.7 0.84 0.6
Hex EF 42 71 0 48 35 6 158 54 3C
Octal 357 102 161 0 110 65 6 530 124 74
Binary 11101111 1000010 1110001 0 1001000 110101 110 101011000 1010100 111100

Color Harmonies of #EF4271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4271

Black with #EF4271

Text Example


Text Example

White with #EF4271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4271; }

 p { color: rgb(239,66,113); }

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

background-color css

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

 a { background-color: rgb(239,66,113); }

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

border-color css

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

 span { border-color: rgb(239,66,113); }

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