Html Css Color HEX #EC5D86 Dark Pink

📋 copy color: '#EC5D86'

red 236 ◦ green 93 ◦ blue 134

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

Shades of Dark Pink #EC5D86

Tints of Dark Pink #EC5D86

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.09%

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

R = 50.97%
G = 20.09%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC5D86 (or 0xEC5D86) is known color: Dark Pink. HEX triplet: EC, 5D and 86. RGB value is (236,93,134). Sum of RGB (Red+Green+Blue) = 236+93+134=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5D86 is #13A279. Grayscale: #8C8C8C. Windows color (decimal): -1286778 or 8805868. OLE color: 8805868.

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

Color convert

RGB 236 93 134 -
CMYK 0 0.61 0.43 0.07
HSL 342.8º 0.79% 0.65% -
HSV(B) 342.8º 0.61% 0.93% -
XYZ 42.81 27.38 25.58 -
YUV 140.43 124.38 196.17 -
System Red Green Blue C M Y K H S L
Decimal 236 93 134 0 0.61 0.43 0.07 342.8 0.79 0.65
Hex EC 5D 86 0 3D 2B 7 157 4F 41
Octal 354 135 206 0 75 53 7 527 117 101
Binary 11101100 1011101 10000110 0 111101 101011 111 101010111 1001111 1000001

Color Harmonies of #EC5D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5D86

Black with #EC5D86

Text Example


Text Example

White with #EC5D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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