Html Css Color HEX #EC4674 Dark Pink

📋 copy color: '#EC4674'

red 236 ◦ green 70 ◦ blue 116

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

Shades of Dark Pink #EC4674

Tints of Dark Pink #EC4674

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.59%

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

R = 55.92%
G = 16.59%
B = 27.49%

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

#EC4674 (or 0xEC4674) is known color: Dark Pink. HEX triplet: EC, 46 and 74. RGB value is (236,70,116). Sum of RGB (Red+Green+Blue) = 236+70+116=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 70 (27.73% from 255 or 16.59% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4674 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4674 is #13B98B. Grayscale: #7C7C7C. Windows color (decimal): -1292684 or 7620332. OLE color: 7620332.

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

Color convert

RGB 236 70 116 -
CMYK 0 0.70 0.51 0.07
HSL 343.37º 0.81% 0.6% -
HSV(B) 343.37º 0.7% 0.93% -
XYZ 39.93 23.47 18.95 -
YUV 124.88 123 207.26 -
System Red Green Blue C M Y K H S L
Decimal 236 70 116 0 0.70 0.51 0.07 343.37 0.81 0.6
Hex EC 46 74 0 46 33 7 157 51 3C
Octal 354 106 164 0 106 63 7 527 121 74
Binary 11101100 1000110 1110100 0 1000110 110011 111 101010111 1010001 111100

Color Harmonies of #EC4674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4674

Black with #EC4674

Text Example


Text Example

White with #EC4674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4674; }

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

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

background-color css

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

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

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

border-color css

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

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

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