Html Css Color HEX #EC4078 Dark Pink

📋 copy color: '#EC4078'

red 236 ◦ green 64 ◦ blue 120

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

Shades of Dark Pink #EC4078

Tints of Dark Pink #EC4078

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.24%

 BLUE value IS 120 (47.27% from 255) = 28.57%

R = 56.19%
G = 15.24%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC4078 (or 0xEC4078) is known color: Dark Pink. HEX triplet: EC, 40 and 78. RGB value is (236,64,120). Sum of RGB (Red+Green+Blue) = 236+64+120=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4078 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4078 is #13BF87. Grayscale: #797979. Windows color (decimal): -1294216 or 7880940. OLE color: 7880940.

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

Color convert

RGB 236 64 120 -
CMYK 0 0.73 0.49 0.07
HSL 340.47º 0.82% 0.59% -
HSV(B) 340.47º 0.73% 0.93% -
XYZ 39.82 22.86 20.08 -
YUV 121.81 126.98 209.45 -
System Red Green Blue C M Y K H S L
Decimal 236 64 120 0 0.73 0.49 0.07 340.47 0.82 0.59
Hex EC 40 78 0 49 31 7 154 52 3B
Octal 354 100 170 0 111 61 7 524 122 73
Binary 11101100 1000000 1111000 0 1001001 110001 111 101010100 1010010 111011

Color Harmonies of #EC4078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4078

Black with #EC4078

Text Example


Text Example

White with #EC4078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4078; }

 p { color: rgb(236,64,120); }

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

background-color css

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

 a { background-color: rgb(236,64,120); }

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

border-color css

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

 span { border-color: rgb(236,64,120); }

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