Html Css Color HEX #EF486B Dark Pink

📋 copy color: '#EF486B'

red 239 ◦ green 72 ◦ blue 107

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

Shades of Dark Pink #EF486B

Tints of Dark Pink #EF486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.6%

R = 57.18%
G = 17.22%
B = 25.6%

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

#EF486B (or 0xEF486B) is known color: Dark Pink. HEX triplet: EF, 48 and 6B. RGB value is (239,72,107). Sum of RGB (Red+Green+Blue) = 239+72+107=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF486B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF486B is #10B794. Grayscale: #7D7D7D. Windows color (decimal): -1095573 or 7031023. OLE color: 7031023.

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

Color convert

RGB 239 72 107 -
CMYK 0 0.70 0.55 0.06
HSL 347.43º 0.84% 0.61% -
HSV(B) 347.43º 0.7% 0.94% -
XYZ 40.57 24.05 16.41 -
YUV 125.92 117.33 208.65 -
System Red Green Blue C M Y K H S L
Decimal 239 72 107 0 0.70 0.55 0.06 347.43 0.84 0.61
Hex EF 48 6B 0 46 37 6 15B 54 3D
Octal 357 110 153 0 106 67 6 533 124 75
Binary 11101111 1001000 1101011 0 1000110 110111 110 101011011 1010100 111101

Color Harmonies of #EF486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF486B

Black with #EF486B

Text Example


Text Example

White with #EF486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF486B; }

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

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

background-color css

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

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

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

border-color css

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

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

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