Html Css Color HEX #EC537E Dark Pink

📋 copy color: '#EC537E'

red 236 ◦ green 83 ◦ blue 126

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

Shades of Dark Pink #EC537E

Tints of Dark Pink #EC537E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.65%

 BLUE value IS 126 (49.61% from 255) = 28.31%

R = 53.03%
G = 18.65%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC537E (or 0xEC537E) is known color: Dark Pink. HEX triplet: EC, 53 and 7E. RGB value is (236,83,126). Sum of RGB (Red+Green+Blue) = 236+83+126=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC537E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC537E is #13AC81. Grayscale: #858585. Windows color (decimal): -1289346 or 8279020. OLE color: 8279020.

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

Color convert

RGB 236 83 126 -
CMYK 0 0.65 0.47 0.07
HSL 343.14º 0.8% 0.63% -
HSV(B) 343.14º 0.65% 0.93% -
XYZ 41.45 25.53 22.48 -
YUV 133.65 123.69 201 -
System Red Green Blue C M Y K H S L
Decimal 236 83 126 0 0.65 0.47 0.07 343.14 0.8 0.63
Hex EC 53 7E 0 41 2F 7 157 50 3F
Octal 354 123 176 0 101 57 7 527 120 77
Binary 11101100 1010011 1111110 0 1000001 101111 111 101010111 1010000 111111

Color Harmonies of #EC537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC537E

Black with #EC537E

Text Example


Text Example

White with #EC537E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC537E; }

 p { color: rgb(236,83,126); }

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

background-color css

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

 a { background-color: rgb(236,83,126); }

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

border-color css

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

 span { border-color: rgb(236,83,126); }

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