Html Css Color HEX #EF486D Dark Pink

📋 copy color: '#EF486D'

red 239 ◦ green 72 ◦ blue 109

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

Shades of Dark Pink #EF486D

Tints of Dark Pink #EF486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.14%

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

R = 56.9%
G = 17.14%
B = 25.95%

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

#EF486D (or 0xEF486D) is known color: Dark Pink. HEX triplet: EF, 48 and 6D. RGB value is (239,72,109). Sum of RGB (Red+Green+Blue) = 239+72+109=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF486D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF486D is #10B792. Grayscale: #7E7E7E. Windows color (decimal): -1095571 or 7162095. OLE color: 7162095.

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

Color convert

RGB 239 72 109 -
CMYK 0 0.70 0.54 0.06
HSL 346.71º 0.84% 0.61% -
HSV(B) 346.71º 0.7% 0.94% -
XYZ 40.67 24.09 16.97 -
YUV 126.15 118.33 208.49 -
System Red Green Blue C M Y K H S L
Decimal 239 72 109 0 0.70 0.54 0.06 346.71 0.84 0.61
Hex EF 48 6D 0 46 36 6 15B 54 3D
Octal 357 110 155 0 106 66 6 533 124 75
Binary 11101111 1001000 1101101 0 1000110 110110 110 101011011 1010100 111101

Color Harmonies of #EF486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF486D

Black with #EF486D

Text Example


Text Example

White with #EF486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF486D; }

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

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

background-color css

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

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

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

border-color css

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

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

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