Html Css Color HEX #EF4175 Dark Pink

📋 copy color: '#EF4175'

red 239 ◦ green 65 ◦ blue 117

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

Shades of Dark Pink #EF4175

Tints of Dark Pink #EF4175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.79%

R = 56.77%
G = 15.44%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF4175 (or 0xEF4175) is known color: Dark Pink. HEX triplet: EF, 41 and 75. RGB value is (239,65,117). Sum of RGB (Red+Green+Blue) = 239+65+117=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4175 is #10BE8A. Grayscale: #7A7A7A. Windows color (decimal): -1097355 or 7684591. OLE color: 7684591.

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

Color convert

RGB 239 65 117 -
CMYK 0 0.73 0.51 0.06
HSL 342.07º 0.84% 0.6% -
HSV(B) 342.07º 0.73% 0.94% -
XYZ 40.7 23.42 19.2 -
YUV 122.95 124.65 210.77 -
System Red Green Blue C M Y K H S L
Decimal 239 65 117 0 0.73 0.51 0.06 342.07 0.84 0.6
Hex EF 41 75 0 49 33 6 156 54 3C
Octal 357 101 165 0 111 63 6 526 124 74
Binary 11101111 1000001 1110101 0 1001001 110011 110 101010110 1010100 111100

Color Harmonies of #EF4175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4175

Black with #EF4175

Text Example


Text Example

White with #EF4175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4175; }

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

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

background-color css

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

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

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

border-color css

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

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

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