Html Css Color HEX #EF476C Dark Pink

📋 copy color: '#EF476C'

red 239 ◦ green 71 ◦ blue 108

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

Shades of Dark Pink #EF476C

Tints of Dark Pink #EF476C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.84%

R = 57.18%
G = 16.99%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF476C (or 0xEF476C) is known color: Dark Pink. HEX triplet: EF, 47 and 6C. RGB value is (239,71,108). Sum of RGB (Red+Green+Blue) = 239+71+108=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF476C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF476C is #10B893. Grayscale: #7D7D7D. Windows color (decimal): -1095828 or 7096303. OLE color: 7096303.

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

Color convert

RGB 239 71 108 -
CMYK 0 0.70 0.55 0.06
HSL 346.79º 0.84% 0.61% -
HSV(B) 346.79º 0.7% 0.94% -
XYZ 40.56 23.94 16.67 -
YUV 125.45 118.16 208.99 -
System Red Green Blue C M Y K H S L
Decimal 239 71 108 0 0.70 0.55 0.06 346.79 0.84 0.61
Hex EF 47 6C 0 46 37 6 15B 54 3D
Octal 357 107 154 0 106 67 6 533 124 75
Binary 11101111 1000111 1101100 0 1000110 110111 110 101011011 1010100 111101

Color Harmonies of #EF476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF476C

Black with #EF476C

Text Example


Text Example

White with #EF476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF476C; }

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

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

background-color css

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

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

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

border-color css

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

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

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