Html Css Color HEX #EC4F80 Dark Pink

📋 copy color: '#EC4F80'

red 236 ◦ green 79 ◦ blue 128

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

Shades of Dark Pink #EC4F80

Tints of Dark Pink #EC4F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.89%

R = 53.27%
G = 17.83%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC4F80 (or 0xEC4F80) is known color: Dark Pink. HEX triplet: EC, 4F and 80. RGB value is (236,79,128). Sum of RGB (Red+Green+Blue) = 236+79+128=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4F80 is #13B07F. Grayscale: #838383. Windows color (decimal): -1290368 or 8409068. OLE color: 8409068.

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

Color convert

RGB 236 79 128 -
CMYK 0 0.67 0.46 0.07
HSL 341.27º 0.81% 0.62% -
HSV(B) 341.27º 0.67% 0.93% -
XYZ 41.28 24.98 23.07 -
YUV 131.53 126.01 202.52 -
System Red Green Blue C M Y K H S L
Decimal 236 79 128 0 0.67 0.46 0.07 341.27 0.81 0.62
Hex EC 4F 80 0 43 2E 7 155 51 3E
Octal 354 117 200 0 103 56 7 525 121 76
Binary 11101100 1001111 10000000 0 1000011 101110 111 101010101 1010001 111110

Color Harmonies of #EC4F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4F80

Black with #EC4F80

Text Example


Text Example

White with #EC4F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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