Html Css Color HEX #EF5886 Dark Pink

📋 copy color: '#EF5886'

red 239 ◦ green 88 ◦ blue 134

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

Shades of Dark Pink #EF5886

Tints of Dark Pink #EF5886

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.09%

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

R = 51.84%
G = 19.09%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF5886 (or 0xEF5886) is known color: Dark Pink. HEX triplet: EF, 58 and 86. RGB value is (239,88,134). Sum of RGB (Red+Green+Blue) = 239+88+134=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5886 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5886 is #10A779. Grayscale: #8A8A8A. Windows color (decimal): -1091450 or 8804591. OLE color: 8804591.

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

Color convert

RGB 239 88 134 -
CMYK 0 0.63 0.44 0.06
HSL 341.72º 0.83% 0.64% -
HSV(B) 341.72º 0.63% 0.94% -
XYZ 43.39 27.05 25.49 -
YUV 138.39 125.53 199.76 -
System Red Green Blue C M Y K H S L
Decimal 239 88 134 0 0.63 0.44 0.06 341.72 0.83 0.64
Hex EF 58 86 0 3F 2C 6 156 53 40
Octal 357 130 206 0 77 54 6 526 123 100
Binary 11101111 1011000 10000110 0 111111 101100 110 101010110 1010011 1000000

Color Harmonies of #EF5886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5886

Black with #EF5886

Text Example


Text Example

White with #EF5886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5886; }

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

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

background-color css

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

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

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

border-color css

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

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

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