Html Css Color HEX #EC4D74 Dark Pink

📋 copy color: '#EC4D74'

red 236 ◦ green 77 ◦ blue 116

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

Shades of Dark Pink #EC4D74

Tints of Dark Pink #EC4D74

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.95%

 BLUE value IS 116 (45.7% from 255) = 27.04%

R = 55.01%
G = 17.95%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC4D74 (or 0xEC4D74) is known color: Dark Pink. HEX triplet: EC, 4D and 74. RGB value is (236,77,116). Sum of RGB (Red+Green+Blue) = 236+77+116=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4D74 is #13B28B. Grayscale: #808080. Windows color (decimal): -1290892 or 7622124. OLE color: 7622124.

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

Color convert

RGB 236 77 116 -
CMYK 0 0.67 0.51 0.07
HSL 345.28º 0.81% 0.61% -
HSV(B) 345.28º 0.67% 0.93% -
XYZ 40.4 24.4 19.1 -
YUV 128.99 120.68 204.33 -
System Red Green Blue C M Y K H S L
Decimal 236 77 116 0 0.67 0.51 0.07 345.28 0.81 0.61
Hex EC 4D 74 0 43 33 7 159 51 3D
Octal 354 115 164 0 103 63 7 531 121 75
Binary 11101100 1001101 1110100 0 1000011 110011 111 101011001 1010001 111101

Color Harmonies of #EC4D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4D74

Black with #EC4D74

Text Example


Text Example

White with #EC4D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4D74; }

 p { color: rgb(236,77,116); }

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

background-color css

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

 a { background-color: rgb(236,77,116); }

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

border-color css

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

 span { border-color: rgb(236,77,116); }

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