Html Css Color HEX #EC047C Deep Pink

📋 copy color: '#EC047C'

red 236 ◦ green 4 ◦ blue 124

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

Shades of Deep Pink #EC047C

Tints of Deep Pink #EC047C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

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

R = 64.84%
G = 1.1%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC047C (or 0xEC047C) is known color: Deep Pink. HEX triplet: EC, 04 and 7C. RGB value is (236,4,124). Sum of RGB (Red+Green+Blue) = 236+4+124=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC047C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC047C is #13FB83. Grayscale: #565656. Windows color (decimal): -1309572 or 8127724. OLE color: 8127724.

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

Color convert

RGB 236 4 124 -
CMYK 0 0.98 0.47 0.07
HSL 328.97º 0.97% 0.47% -
HSV(B) 328.97º 0.98% 0.93% -
XYZ 38.27 19.37 20.79 -
YUV 87.05 148.86 234.24 -
System Red Green Blue C M Y K H S L
Decimal 236 4 124 0 0.98 0.47 0.07 328.97 0.97 0.47
Hex EC 4 7C 0 62 2F 7 149 61 2F
Octal 354 4 174 0 142 57 7 511 141 57
Binary 11101100 100 1111100 0 1100010 101111 111 101001001 1100001 101111

Color Harmonies of #EC047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC047C

Black with #EC047C

Text Example


Text Example

White with #EC047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC047C; }

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

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

background-color css

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

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

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

border-color css

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

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

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