Html Css Color HEX #EC5186 Dark Pink

📋 copy color: '#EC5186'

red 236 ◦ green 81 ◦ blue 134

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

Shades of Dark Pink #EC5186

Tints of Dark Pink #EC5186

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.96%

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

R = 52.33%
G = 17.96%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC5186 (or 0xEC5186) is known color: Dark Pink. HEX triplet: EC, 51 and 86. RGB value is (236,81,134). Sum of RGB (Red+Green+Blue) = 236+81+134=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5186 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5186 is #13AE79. Grayscale: #858585. Windows color (decimal): -1289850 or 8802796. OLE color: 8802796.

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

Color convert

RGB 236 81 134 -
CMYK 0 0.66 0.43 0.07
HSL 339.48º 0.8% 0.62% -
HSV(B) 339.48º 0.66% 0.93% -
XYZ 41.84 25.44 25.26 -
YUV 133.39 128.35 201.19 -
System Red Green Blue C M Y K H S L
Decimal 236 81 134 0 0.66 0.43 0.07 339.48 0.8 0.62
Hex EC 51 86 0 42 2B 7 153 50 3E
Octal 354 121 206 0 102 53 7 523 120 76
Binary 11101100 1010001 10000110 0 1000010 101011 111 101010011 1010000 111110

Color Harmonies of #EC5186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5186

Black with #EC5186

Text Example


Text Example

White with #EC5186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5186; }

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

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

background-color css

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

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

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

border-color css

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

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

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