Html Css Color HEX #EC4774 Dark Pink

📋 copy color: '#EC4774'

red 236 ◦ green 71 ◦ blue 116

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

Shades of Dark Pink #EC4774

Tints of Dark Pink #EC4774

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.78%

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

R = 55.79%
G = 16.78%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC4774 (or 0xEC4774) is known color: Dark Pink. HEX triplet: EC, 47 and 74. RGB value is (236,71,116). Sum of RGB (Red+Green+Blue) = 236+71+116=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4774 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4774 is #13B88B. Grayscale: #7D7D7D. Windows color (decimal): -1292428 or 7620588. OLE color: 7620588.

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

Color convert

RGB 236 71 116 -
CMYK 0 0.70 0.51 0.07
HSL 343.64º 0.81% 0.6% -
HSV(B) 343.64º 0.7% 0.93% -
XYZ 40 23.6 18.97 -
YUV 125.47 122.66 206.84 -
System Red Green Blue C M Y K H S L
Decimal 236 71 116 0 0.70 0.51 0.07 343.64 0.81 0.6
Hex EC 47 74 0 46 33 7 158 51 3C
Octal 354 107 164 0 106 63 7 530 121 74
Binary 11101100 1000111 1110100 0 1000110 110011 111 101011000 1010001 111100

Color Harmonies of #EC4774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4774

Black with #EC4774

Text Example


Text Example

White with #EC4774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4774; }

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

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

background-color css

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

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

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

border-color css

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

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

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