Html Css Color HEX #EF446F Dark Pink

📋 copy color: '#EF446F'

red 239 ◦ green 68 ◦ blue 111

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

Shades of Dark Pink #EF446F

Tints of Dark Pink #EF446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.27%

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

R = 57.18%
G = 16.27%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF446F (or 0xEF446F) is known color: Dark Pink. HEX triplet: EF, 44 and 6F. RGB value is (239,68,111). Sum of RGB (Red+Green+Blue) = 239+68+111=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF446F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF446F is #10BB90. Grayscale: #7C7C7C. Windows color (decimal): -1096593 or 7292143. OLE color: 7292143.

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

Color convert

RGB 239 68 111 -
CMYK 0 0.72 0.54 0.06
HSL 344.91º 0.84% 0.6% -
HSV(B) 344.91º 0.72% 0.94% -
XYZ 40.53 23.63 17.46 -
YUV 124.03 120.65 210 -
System Red Green Blue C M Y K H S L
Decimal 239 68 111 0 0.72 0.54 0.06 344.91 0.84 0.6
Hex EF 44 6F 0 48 36 6 159 54 3C
Octal 357 104 157 0 110 66 6 531 124 74
Binary 11101111 1000100 1101111 0 1001000 110110 110 101011001 1010100 111100

Color Harmonies of #EF446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF446F

Black with #EF446F

Text Example


Text Example

White with #EF446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF446F; }

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

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

background-color css

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

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

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

border-color css

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

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

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