Html Css Color HEX #EC547C Dark Pink

📋 copy color: '#EC547C'

red 236 ◦ green 84 ◦ blue 124

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

Shades of Dark Pink #EC547C

Tints of Dark Pink #EC547C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.92%

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

R = 53.15%
G = 18.92%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC547C (or 0xEC547C) is known color: Dark Pink. HEX triplet: EC, 54 and 7C. RGB value is (236,84,124). Sum of RGB (Red+Green+Blue) = 236+84+124=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC547C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC547C is #13AB83. Grayscale: #868686. Windows color (decimal): -1289092 or 8148204. OLE color: 8148204.

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

Color convert

RGB 236 84 124 -
CMYK 0 0.64 0.47 0.07
HSL 344.21º 0.8% 0.63% -
HSV(B) 344.21º 0.64% 0.93% -
XYZ 41.4 25.63 21.83 -
YUV 134.01 122.36 200.75 -
System Red Green Blue C M Y K H S L
Decimal 236 84 124 0 0.64 0.47 0.07 344.21 0.8 0.63
Hex EC 54 7C 0 40 2F 7 158 50 3F
Octal 354 124 174 0 100 57 7 530 120 77
Binary 11101100 1010100 1111100 0 1000000 101111 111 101011000 1010000 111111

Color Harmonies of #EC547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC547C

Black with #EC547C

Text Example


Text Example

White with #EC547C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC547C; }

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

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

background-color css

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

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

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

border-color css

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

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

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