Html Css Color HEX #EF5686 Dark Pink

📋 copy color: '#EF5686'

red 239 ◦ green 86 ◦ blue 134

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

Shades of Dark Pink #EF5686

Tints of Dark Pink #EF5686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.74%

 BLUE value IS 134 (52.73% from 255) = 29.19%

R = 52.07%
G = 18.74%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF5686 (or 0xEF5686) is known color: Dark Pink. HEX triplet: EF, 56 and 86. RGB value is (239,86,134). Sum of RGB (Red+Green+Blue) = 239+86+134=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5686 is #10A979. Grayscale: #898989. Windows color (decimal): -1091962 or 8804079. OLE color: 8804079.

HSL color Cylindrical-coordinate representation of color #EF5686: hue angle of 341.18º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF5686 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 86 134 -
CMYK 0 0.64 0.44 0.06
HSL 341.18º 0.83% 0.64% -
HSV(B) 341.18º 0.64% 0.94% -
XYZ 43.23 26.73 25.43 -
YUV 137.22 126.19 200.6 -
System Red Green Blue C M Y K H S L
Decimal 239 86 134 0 0.64 0.44 0.06 341.18 0.83 0.64
Hex EF 56 86 0 40 2C 6 155 53 40
Octal 357 126 206 0 100 54 6 525 123 100
Binary 11101111 1010110 10000110 0 1000000 101100 110 101010101 1010011 1000000

Color Harmonies of #EF5686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5686

Black with #EF5686

Text Example


Text Example

White with #EF5686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5686; }

 p { color: rgb(239,86,134); }

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

background-color css

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

 a { background-color: rgb(239,86,134); }

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

border-color css

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

 span { border-color: rgb(239,86,134); }

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