Html Css Color HEX #EC4178 Dark Pink

📋 copy color: '#EC4178'

red 236 ◦ green 65 ◦ blue 120

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

Shades of Dark Pink #EC4178

Tints of Dark Pink #EC4178

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.44%

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

R = 56.06%
G = 15.44%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC4178 (or 0xEC4178) is known color: Dark Pink. HEX triplet: EC, 41 and 78. RGB value is (236,65,120). Sum of RGB (Red+Green+Blue) = 236+65+120=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4178 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4178 is #13BE87. Grayscale: #7A7A7A. Windows color (decimal): -1293960 or 7881196. OLE color: 7881196.

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

Color convert

RGB 236 65 120 -
CMYK 0 0.72 0.49 0.07
HSL 340.7º 0.82% 0.59% -
HSV(B) 340.7º 0.72% 0.93% -
XYZ 39.87 22.97 20.1 -
YUV 122.4 126.65 209.03 -
System Red Green Blue C M Y K H S L
Decimal 236 65 120 0 0.72 0.49 0.07 340.7 0.82 0.59
Hex EC 41 78 0 48 31 7 155 52 3B
Octal 354 101 170 0 110 61 7 525 122 73
Binary 11101100 1000001 1111000 0 1001000 110001 111 101010101 1010010 111011

Color Harmonies of #EC4178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4178

Black with #EC4178

Text Example


Text Example

White with #EC4178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4178; }

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

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

background-color css

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

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

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

border-color css

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

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

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