Html Css Color HEX #EC4074 Dark Pink

📋 copy color: '#EC4074'

red 236 ◦ green 64 ◦ blue 116

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

Shades of Dark Pink #EC4074

Tints of Dark Pink #EC4074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.38%

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

R = 56.73%
G = 15.38%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC4074 (or 0xEC4074) is known color: Dark Pink. HEX triplet: EC, 40 and 74. RGB value is (236,64,116). Sum of RGB (Red+Green+Blue) = 236+64+116=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4074 is #13BF8B. Grayscale: #797979. Windows color (decimal): -1294220 or 7618796. OLE color: 7618796.

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

Color convert

RGB 236 64 116 -
CMYK 0 0.73 0.51 0.07
HSL 341.86º 0.82% 0.59% -
HSV(B) 341.86º 0.73% 0.93% -
XYZ 39.58 22.76 18.83 -
YUV 121.36 124.98 209.77 -
System Red Green Blue C M Y K H S L
Decimal 236 64 116 0 0.73 0.51 0.07 341.86 0.82 0.59
Hex EC 40 74 0 49 33 7 156 52 3B
Octal 354 100 164 0 111 63 7 526 122 73
Binary 11101100 1000000 1110100 0 1001001 110011 111 101010110 1010010 111011

Color Harmonies of #EC4074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4074

Black with #EC4074

Text Example


Text Example

White with #EC4074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4074; }

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

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

background-color css

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

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

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

border-color css

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

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

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