Html Css Color HEX #EF4170 Dark Pink

📋 copy color: '#EF4170'

red 239 ◦ green 65 ◦ blue 112

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

Shades of Dark Pink #EF4170

Tints of Dark Pink #EF4170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.92%

R = 57.45%
G = 15.63%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF4170 (or 0xEF4170) is known color: Dark Pink. HEX triplet: EF, 41 and 70. RGB value is (239,65,112). Sum of RGB (Red+Green+Blue) = 239+65+112=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4170 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4170 is #10BE8F. Grayscale: #7A7A7A. Windows color (decimal): -1097360 or 7356911. OLE color: 7356911.

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

Color convert

RGB 239 65 112 -
CMYK 0 0.73 0.53 0.06
HSL 343.79º 0.84% 0.6% -
HSV(B) 343.79º 0.73% 0.94% -
XYZ 40.41 23.3 17.7 -
YUV 122.38 122.15 211.18 -
System Red Green Blue C M Y K H S L
Decimal 239 65 112 0 0.73 0.53 0.06 343.79 0.84 0.6
Hex EF 41 70 0 49 35 6 158 54 3C
Octal 357 101 160 0 111 65 6 530 124 74
Binary 11101111 1000001 1110000 0 1001001 110101 110 101011000 1010100 111100

Color Harmonies of #EF4170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4170

Black with #EF4170

Text Example


Text Example

White with #EF4170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4170; }

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

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

background-color css

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

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

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

border-color css

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

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

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