Html Css Color HEX #EC4379 Dark Pink

📋 copy color: '#EC4379'

red 236 ◦ green 67 ◦ blue 121

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

Shades of Dark Pink #EC4379

Tints of Dark Pink #EC4379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.8%

 BLUE value IS 121 (47.66% from 255) = 28.54%

R = 55.66%
G = 15.8%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC4379 (or 0xEC4379) is known color: Dark Pink. HEX triplet: EC, 43 and 79. RGB value is (236,67,121). Sum of RGB (Red+Green+Blue) = 236+67+121=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4379 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4379 is #13BC86. Grayscale: #7B7B7B. Windows color (decimal): -1293447 or 7947244. OLE color: 7947244.

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

Color convert

RGB 236 67 121 -
CMYK 0 0.72 0.49 0.07
HSL 340.83º 0.82% 0.59% -
HSV(B) 340.83º 0.72% 0.93% -
XYZ 40.05 23.23 20.46 -
YUV 123.69 126.49 208.11 -
System Red Green Blue C M Y K H S L
Decimal 236 67 121 0 0.72 0.49 0.07 340.83 0.82 0.59
Hex EC 43 79 0 48 31 7 155 52 3B
Octal 354 103 171 0 110 61 7 525 122 73
Binary 11101100 1000011 1111001 0 1001000 110001 111 101010101 1010010 111011

Color Harmonies of #EC4379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4379

Black with #EC4379

Text Example


Text Example

White with #EC4379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4379; }

 p { color: rgb(236,67,121); }

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

background-color css

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

 a { background-color: rgb(236,67,121); }

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

border-color css

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

 span { border-color: rgb(236,67,121); }

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