Html Css Color HEX #EC4174 Dark Pink

📋 copy color: '#EC4174'

red 236 ◦ green 65 ◦ blue 116

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

Shades of Dark Pink #EC4174

Tints of Dark Pink #EC4174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.59%

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

R = 56.59%
G = 15.59%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC4174 (or 0xEC4174) is known color: Dark Pink. HEX triplet: EC, 41 and 74. RGB value is (236,65,116). Sum of RGB (Red+Green+Blue) = 236+65+116=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4174 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4174 is #13BE8B. Grayscale: #797979. Windows color (decimal): -1293964 or 7619052. OLE color: 7619052.

HSL color Cylindrical-coordinate representation of color #EC4174: hue angle of 342.11º 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 #EC4174 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 65 116 -
CMYK 0 0.72 0.51 0.07
HSL 342.11º 0.82% 0.59% -
HSV(B) 342.11º 0.72% 0.93% -
XYZ 39.63 22.87 18.85 -
YUV 121.94 124.65 209.35 -
System Red Green Blue C M Y K H S L
Decimal 236 65 116 0 0.72 0.51 0.07 342.11 0.82 0.59
Hex EC 41 74 0 48 33 7 156 52 3B
Octal 354 101 164 0 110 63 7 526 122 73
Binary 11101100 1000001 1110100 0 1001000 110011 111 101010110 1010010 111011

Color Harmonies of #EC4174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4174

Black with #EC4174

Text Example


Text Example

White with #EC4174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4174; }

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

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

background-color css

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

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

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

border-color css

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

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

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