Html Css Color HEX #EF5586 Dark Pink

📋 copy color: '#EF5586'

red 239 ◦ green 85 ◦ blue 134

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

Shades of Dark Pink #EF5586

Tints of Dark Pink #EF5586

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.56%

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

R = 52.18%
G = 18.56%
B = 29.26%

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

#EF5586 (or 0xEF5586) is known color: Dark Pink. HEX triplet: EF, 55 and 86. RGB value is (239,85,134). Sum of RGB (Red+Green+Blue) = 239+85+134=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5586 is #10AA79. Grayscale: #888888. Windows color (decimal): -1092218 or 8803823. OLE color: 8803823.

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

Color convert

RGB 239 85 134 -
CMYK 0 0.64 0.44 0.06
HSL 340.91º 0.83% 0.64% -
HSV(B) 340.91º 0.64% 0.94% -
XYZ 43.15 26.57 25.41 -
YUV 136.63 126.52 201.02 -
System Red Green Blue C M Y K H S L
Decimal 239 85 134 0 0.64 0.44 0.06 340.91 0.83 0.64
Hex EF 55 86 0 40 2C 6 155 53 40
Octal 357 125 206 0 100 54 6 525 123 100
Binary 11101111 1010101 10000110 0 1000000 101100 110 101010101 1010011 1000000

Color Harmonies of #EF5586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5586

Black with #EF5586

Text Example


Text Example

White with #EF5586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5586; }

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

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

background-color css

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

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

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

border-color css

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

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

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