Html Css Color HEX #EC107C Deep Pink

📋 copy color: '#EC107C'

red 236 ◦ green 16 ◦ blue 124

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

Shades of Deep Pink #EC107C

Tints of Deep Pink #EC107C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.26%

 BLUE value IS 124 (48.83% from 255) = 32.98%

R = 62.77%
G = 4.26%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC107C (or 0xEC107C) is known color: Deep Pink. HEX triplet: EC, 10 and 7C. RGB value is (236,16,124). Sum of RGB (Red+Green+Blue) = 236+16+124=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC107C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC107C is #13EF83. Grayscale: #5D5D5D. Windows color (decimal): -1306500 or 8130796. OLE color: 8130796.

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

Color convert

RGB 236 16 124 -
CMYK 0 0.93 0.47 0.07
HSL 330.55º 0.87% 0.49% -
HSV(B) 330.55º 0.93% 0.93% -
XYZ 38.42 19.66 20.84 -
YUV 94.09 144.89 229.22 -
System Red Green Blue C M Y K H S L
Decimal 236 16 124 0 0.93 0.47 0.07 330.55 0.87 0.49
Hex EC 10 7C 0 5D 2F 7 14B 57 31
Octal 354 20 174 0 135 57 7 513 127 61
Binary 11101100 10000 1111100 0 1011101 101111 111 101001011 1010111 110001

Color Harmonies of #EC107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC107C

Black with #EC107C

Text Example


Text Example

White with #EC107C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC107C; }

 p { color: rgb(236,16,124); }

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

background-color css

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

 a { background-color: rgb(236,16,124); }

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

border-color css

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

 span { border-color: rgb(236,16,124); }

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