Html Css Color HEX #EC4978 Dark Pink

📋 copy color: '#EC4978'

red 236 ◦ green 73 ◦ blue 120

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

Shades of Dark Pink #EC4978

Tints of Dark Pink #EC4978

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.02%

 BLUE value IS 120 (47.27% from 255) = 27.97%

R = 55.01%
G = 17.02%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC4978 (or 0xEC4978) is known color: Dark Pink. HEX triplet: EC, 49 and 78. RGB value is (236,73,120). Sum of RGB (Red+Green+Blue) = 236+73+120=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4978 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4978 is #13B687. Grayscale: #7F7F7F. Windows color (decimal): -1291912 or 7883244. OLE color: 7883244.

HSL color Cylindrical-coordinate representation of color #EC4978: hue angle of 342.7º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4978 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 73 120 -
CMYK 0 0.69 0.49 0.07
HSL 342.7º 0.81% 0.61% -
HSV(B) 342.7º 0.69% 0.93% -
XYZ 40.36 23.95 20.27 -
YUV 127.1 124 205.68 -
System Red Green Blue C M Y K H S L
Decimal 236 73 120 0 0.69 0.49 0.07 342.7 0.81 0.61
Hex EC 49 78 0 45 31 7 157 51 3D
Octal 354 111 170 0 105 61 7 527 121 75
Binary 11101100 1001001 1111000 0 1000101 110001 111 101010111 1010001 111101

Color Harmonies of #EC4978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4978

Black with #EC4978

Text Example


Text Example

White with #EC4978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4978; }

 p { color: rgb(236,73,120); }

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

background-color css

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

 a { background-color: rgb(236,73,120); }

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

border-color css

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

 span { border-color: rgb(236,73,120); }

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