Html Css Color HEX #EF0586 Deep Pink

📋 copy color: '#EF0586'

red 239 ◦ green 5 ◦ blue 134

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

Shades of Deep Pink #EF0586

Tints of Deep Pink #EF0586

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.32%

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

R = 63.23%
G = 1.32%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF0586 (or 0xEF0586) is known color: Deep Pink. HEX triplet: EF, 05 and 86. RGB value is (239,5,134). Sum of RGB (Red+Green+Blue) = 239+5+134=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0586 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0586 is #10FA79. Grayscale: #595959. Windows color (decimal): -1112698 or 8783343. OLE color: 8783343.

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

Color convert

RGB 239 5 134 -
CMYK 0 0.98 0.44 0.06
HSL 326.92º 0.96% 0.48% -
HSV(B) 326.92º 0.98% 0.94% -
XYZ 39.95 20.18 24.34 -
YUV 89.67 153.02 234.51 -
System Red Green Blue C M Y K H S L
Decimal 239 5 134 0 0.98 0.44 0.06 326.92 0.96 0.48
Hex EF 5 86 0 62 2C 6 147 60 30
Octal 357 5 206 0 142 54 6 507 140 60
Binary 11101111 101 10000110 0 1100010 101100 110 101000111 1100000 110000

Color Harmonies of #EF0586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0586

Black with #EF0586

Text Example


Text Example

White with #EF0586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0586; }

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

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

background-color css

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

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

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

border-color css

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

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

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