Html Css Color HEX #EF4172 Dark Pink

📋 copy color: '#EF4172'

red 239 ◦ green 65 ◦ blue 114

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

Shades of Dark Pink #EF4172

Tints of Dark Pink #EF4172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.55%

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

R = 57.18%
G = 15.55%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF4172 (or 0xEF4172) is known color: Dark Pink. HEX triplet: EF, 41 and 72. RGB value is (239,65,114). Sum of RGB (Red+Green+Blue) = 239+65+114=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4172 is #10BE8D. Grayscale: #7A7A7A. Windows color (decimal): -1097358 or 7487983. OLE color: 7487983.

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

Color convert

RGB 239 65 114 -
CMYK 0 0.73 0.52 0.06
HSL 343.1º 0.84% 0.6% -
HSV(B) 343.1º 0.73% 0.94% -
XYZ 40.52 23.35 18.29 -
YUV 122.61 123.15 211.02 -
System Red Green Blue C M Y K H S L
Decimal 239 65 114 0 0.73 0.52 0.06 343.1 0.84 0.6
Hex EF 41 72 0 49 34 6 157 54 3C
Octal 357 101 162 0 111 64 6 527 124 74
Binary 11101111 1000001 1110010 0 1001001 110100 110 101010111 1010100 111100

Color Harmonies of #EF4172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4172

Black with #EF4172

Text Example


Text Example

White with #EF4172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4172; }

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

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

background-color css

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

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

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

border-color css

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

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

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