Html Css Color HEX #EC0586 Deep Pink

📋 copy color: '#EC0586'

red 236 ◦ green 5 ◦ blue 134

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

Shades of Deep Pink #EC0586

Tints of Deep Pink #EC0586

RGB

 RED value IS 236 (92.58% from 255) = 62.93%

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

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

R = 62.93%
G = 1.33%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC0586 (or 0xEC0586) is known color: Deep Pink. HEX triplet: EC, 05 and 86. RGB value is (236,5,134). Sum of RGB (Red+Green+Blue) = 236+5+134=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0586 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0586 is #13FA79. Grayscale: #585858. Windows color (decimal): -1309306 or 8783340. OLE color: 8783340.

HSL color Cylindrical-coordinate representation of color #EC0586: hue angle of 326.49º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC0586 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 5 134 -
CMYK 0 0.98 0.43 0.07
HSL 326.49º 0.96% 0.47% -
HSV(B) 326.49º 0.98% 0.93% -
XYZ 38.95 19.66 24.3 -
YUV 88.78 153.53 233.01 -
System Red Green Blue C M Y K H S L
Decimal 236 5 134 0 0.98 0.43 0.07 326.49 0.96 0.47
Hex EC 5 86 0 62 2B 7 146 60 2F
Octal 354 5 206 0 142 53 7 506 140 57
Binary 11101100 101 10000110 0 1100010 101011 111 101000110 1100000 101111

Color Harmonies of #EC0586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0586

Black with #EC0586

Text Example


Text Example

White with #EC0586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0586; }

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

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

background-color css

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

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

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

border-color css

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

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

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