Html Css Color HEX #EC4F74 Dark Pink

📋 copy color: '#EC4F74'

red 236 ◦ green 79 ◦ blue 116

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

Shades of Dark Pink #EC4F74

Tints of Dark Pink #EC4F74

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.33%

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

R = 54.76%
G = 18.33%
B = 26.91%

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

#EC4F74 (or 0xEC4F74) is known color: Dark Pink. HEX triplet: EC, 4F and 74. RGB value is (236,79,116). Sum of RGB (Red+Green+Blue) = 236+79+116=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4F74 is #13B08B. Grayscale: #828282. Windows color (decimal): -1290380 or 7622636. OLE color: 7622636.

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

Color convert

RGB 236 79 116 -
CMYK 0 0.67 0.51 0.07
HSL 345.86º 0.81% 0.62% -
HSV(B) 345.86º 0.67% 0.93% -
XYZ 40.54 24.69 19.15 -
YUV 130.16 120.01 203.49 -
System Red Green Blue C M Y K H S L
Decimal 236 79 116 0 0.67 0.51 0.07 345.86 0.81 0.62
Hex EC 4F 74 0 43 33 7 15A 51 3E
Octal 354 117 164 0 103 63 7 532 121 76
Binary 11101100 1001111 1110100 0 1000011 110011 111 101011010 1010001 111110

Color Harmonies of #EC4F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4F74

Black with #EC4F74

Text Example


Text Example

White with #EC4F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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