Html Css Color HEX #EC477D Dark Pink

📋 copy color: '#EC477D'

red 236 ◦ green 71 ◦ blue 125

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

Shades of Dark Pink #EC477D

Tints of Dark Pink #EC477D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.44%

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

R = 54.63%
G = 16.44%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC477D (or 0xEC477D) is known color: Dark Pink. HEX triplet: EC, 47 and 7D. RGB value is (236,71,125). Sum of RGB (Red+Green+Blue) = 236+71+125=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC477D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC477D is #13B882. Grayscale: #7E7E7E. Windows color (decimal): -1292419 or 8210412. OLE color: 8210412.

HSL color Cylindrical-coordinate representation of color #EC477D: hue angle of 340.36º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC477D is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 71 125 -
CMYK 0 0.70 0.47 0.07
HSL 340.36º 0.81% 0.6% -
HSV(B) 340.36º 0.7% 0.93% -
XYZ 40.55 23.82 21.86 -
YUV 126.49 127.16 206.11 -
System Red Green Blue C M Y K H S L
Decimal 236 71 125 0 0.70 0.47 0.07 340.36 0.81 0.6
Hex EC 47 7D 0 46 2F 7 154 51 3C
Octal 354 107 175 0 106 57 7 524 121 74
Binary 11101100 1000111 1111101 0 1000110 101111 111 101010100 1010001 111100

Color Harmonies of #EC477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC477D

Black with #EC477D

Text Example


Text Example

White with #EC477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC477D; }

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

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

background-color css

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

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

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

border-color css

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

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

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