Html Css Color HEX #EF476F Dark Pink

📋 copy color: '#EF476F'

red 239 ◦ green 71 ◦ blue 111

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

Shades of Dark Pink #EF476F

Tints of Dark Pink #EF476F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.37%

R = 56.77%
G = 16.86%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF476F (or 0xEF476F) is known color: Dark Pink. HEX triplet: EF, 47 and 6F. RGB value is (239,71,111). Sum of RGB (Red+Green+Blue) = 239+71+111=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF476F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF476F is #10B890. Grayscale: #7D7D7D. Windows color (decimal): -1095825 or 7292911. OLE color: 7292911.

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

Color convert

RGB 239 71 111 -
CMYK 0 0.70 0.54 0.06
HSL 345.71º 0.84% 0.61% -
HSV(B) 345.71º 0.7% 0.94% -
XYZ 40.72 24 17.53 -
YUV 125.79 119.66 208.75 -
System Red Green Blue C M Y K H S L
Decimal 239 71 111 0 0.70 0.54 0.06 345.71 0.84 0.61
Hex EF 47 6F 0 46 36 6 15A 54 3D
Octal 357 107 157 0 106 66 6 532 124 75
Binary 11101111 1000111 1101111 0 1000110 110110 110 101011010 1010100 111101

Color Harmonies of #EF476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF476F

Black with #EF476F

Text Example


Text Example

White with #EF476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF476F; }

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

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

background-color css

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

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

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

border-color css

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

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

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