Html Css Color HEX #EC537C Dark Pink

📋 copy color: '#EC537C'

red 236 ◦ green 83 ◦ blue 124

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

Shades of Dark Pink #EC537C

Tints of Dark Pink #EC537C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.99%

R = 53.27%
G = 18.74%
B = 27.99%

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

#EC537C (or 0xEC537C) is known color: Dark Pink. HEX triplet: EC, 53 and 7C. RGB value is (236,83,124). Sum of RGB (Red+Green+Blue) = 236+83+124=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC537C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC537C is #13AC83. Grayscale: #858585. Windows color (decimal): -1289348 or 8147948. OLE color: 8147948.

HSL color Cylindrical-coordinate representation of color #EC537C: hue angle of 343.92º 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 #EC537C is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 83 124 -
CMYK 0 0.65 0.47 0.07
HSL 343.92º 0.8% 0.63% -
HSV(B) 343.92º 0.65% 0.93% -
XYZ 41.32 25.47 21.81 -
YUV 133.42 122.69 201.17 -
System Red Green Blue C M Y K H S L
Decimal 236 83 124 0 0.65 0.47 0.07 343.92 0.8 0.63
Hex EC 53 7C 0 41 2F 7 158 50 3F
Octal 354 123 174 0 101 57 7 530 120 77
Binary 11101100 1010011 1111100 0 1000001 101111 111 101011000 1010000 111111

Color Harmonies of #EC537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC537C

Black with #EC537C

Text Example


Text Example

White with #EC537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC537C; }

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

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

background-color css

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

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

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

border-color css

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

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

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