Html Css Color HEX #EF466D Dark Pink

📋 copy color: '#EF466D'

red 239 ◦ green 70 ◦ blue 109

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

Shades of Dark Pink #EF466D

Tints of Dark Pink #EF466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.75%

 BLUE value IS 109 (42.97% from 255) = 26.08%

R = 57.18%
G = 16.75%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF466D (or 0xEF466D) is known color: Dark Pink. HEX triplet: EF, 46 and 6D. RGB value is (239,70,109). Sum of RGB (Red+Green+Blue) = 239+70+109=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF466D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF466D is #10B992. Grayscale: #7C7C7C. Windows color (decimal): -1096083 or 7161583. OLE color: 7161583.

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

Color convert

RGB 239 70 109 -
CMYK 0 0.71 0.54 0.06
HSL 346.15º 0.84% 0.61% -
HSV(B) 346.15º 0.71% 0.94% -
XYZ 40.55 23.84 16.93 -
YUV 124.98 118.99 209.33 -
System Red Green Blue C M Y K H S L
Decimal 239 70 109 0 0.71 0.54 0.06 346.15 0.84 0.61
Hex EF 46 6D 0 47 36 6 15A 54 3D
Octal 357 106 155 0 107 66 6 532 124 75
Binary 11101111 1000110 1101101 0 1000111 110110 110 101011010 1010100 111101

Color Harmonies of #EF466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF466D

Black with #EF466D

Text Example


Text Example

White with #EF466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF466D; }

 p { color: rgb(239,70,109); }

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

background-color css

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

 a { background-color: rgb(239,70,109); }

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

border-color css

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

 span { border-color: rgb(239,70,109); }

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