Html Css Color HEX #EC4B79 Dark Pink

📋 copy color: '#EC4B79'

red 236 ◦ green 75 ◦ blue 121

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

Shades of Dark Pink #EC4B79

Tints of Dark Pink #EC4B79

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.36%

 BLUE value IS 121 (47.66% from 255) = 28.01%

R = 54.63%
G = 17.36%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC4B79 (or 0xEC4B79) is known color: Dark Pink. HEX triplet: EC, 4B and 79. RGB value is (236,75,121). Sum of RGB (Red+Green+Blue) = 236+75+121=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4B79 is #13B486. Grayscale: #808080. Windows color (decimal): -1291399 or 7949292. OLE color: 7949292.

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

Color convert

RGB 236 75 121 -
CMYK 0 0.68 0.49 0.07
HSL 342.86º 0.81% 0.61% -
HSV(B) 342.86º 0.68% 0.93% -
XYZ 40.56 24.25 20.63 -
YUV 128.38 123.84 204.76 -
System Red Green Blue C M Y K H S L
Decimal 236 75 121 0 0.68 0.49 0.07 342.86 0.81 0.61
Hex EC 4B 79 0 44 31 7 157 51 3D
Octal 354 113 171 0 104 61 7 527 121 75
Binary 11101100 1001011 1111001 0 1000100 110001 111 101010111 1010001 111101

Color Harmonies of #EC4B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4B79

Black with #EC4B79

Text Example


Text Example

White with #EC4B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4B79; }

 p { color: rgb(236,75,121); }

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

background-color css

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

 a { background-color: rgb(236,75,121); }

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

border-color css

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

 span { border-color: rgb(236,75,121); }

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