Html Css Color HEX #EC1180 Deep Pink

📋 copy color: '#EC1180'

red 236 ◦ green 17 ◦ blue 128

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

Shades of Deep Pink #EC1180

Tints of Deep Pink #EC1180

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.46%

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

R = 61.94%
G = 4.46%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC1180 (or 0xEC1180) is known color: Deep Pink. HEX triplet: EC, 11 and 80. RGB value is (236,17,128). Sum of RGB (Red+Green+Blue) = 236+17+128=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1180 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1180 is #13EE7F. Grayscale: #5E5E5E. Windows color (decimal): -1306240 or 8393196. OLE color: 8393196.

HSL color Cylindrical-coordinate representation of color #EC1180: hue angle of 329.59º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1180 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 17 128 -
CMYK 0 0.93 0.46 0.07
HSL 329.59º 0.87% 0.5% -
HSV(B) 329.59º 0.93% 0.93% -
XYZ 38.69 19.79 22.2 -
YUV 95.14 146.55 228.47 -
System Red Green Blue C M Y K H S L
Decimal 236 17 128 0 0.93 0.46 0.07 329.59 0.87 0.5
Hex EC 11 80 0 5D 2E 7 14A 57 32
Octal 354 21 200 0 135 56 7 512 127 62
Binary 11101100 10001 10000000 0 1011101 101110 111 101001010 1010111 110010

Color Harmonies of #EC1180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1180

Black with #EC1180

Text Example


Text Example

White with #EC1180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1180; }

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

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

background-color css

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

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

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

border-color css

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

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

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