Html Css Color HEX #EC547D Dark Pink

📋 copy color: '#EC547D'

red 236 ◦ green 84 ◦ blue 125

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

Shades of Dark Pink #EC547D

Tints of Dark Pink #EC547D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.09%

R = 53.03%
G = 18.88%
B = 28.09%

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

#EC547D (or 0xEC547D) is known color: Dark Pink. HEX triplet: EC, 54 and 7D. RGB value is (236,84,125). Sum of RGB (Red+Green+Blue) = 236+84+125=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC547D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC547D is #13AB82. Grayscale: #868686. Windows color (decimal): -1289091 or 8213740. OLE color: 8213740.

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

Color convert

RGB 236 84 125 -
CMYK 0 0.64 0.47 0.07
HSL 343.82º 0.8% 0.63% -
HSV(B) 343.82º 0.64% 0.93% -
XYZ 41.46 25.65 22.17 -
YUV 134.12 122.86 200.67 -
System Red Green Blue C M Y K H S L
Decimal 236 84 125 0 0.64 0.47 0.07 343.82 0.8 0.63
Hex EC 54 7D 0 40 2F 7 158 50 3F
Octal 354 124 175 0 100 57 7 530 120 77
Binary 11101100 1010100 1111101 0 1000000 101111 111 101011000 1010000 111111

Color Harmonies of #EC547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC547D

Black with #EC547D

Text Example


Text Example

White with #EC547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC547D; }

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

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

background-color css

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

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

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

border-color css

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

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

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