Html Css Color HEX #EC107D Deep Pink

📋 copy color: '#EC107D'

red 236 ◦ green 16 ◦ blue 125

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

Shades of Deep Pink #EC107D

Tints of Deep Pink #EC107D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.16%

R = 62.6%
G = 4.24%
B = 33.16%

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

#EC107D (or 0xEC107D) is known color: Deep Pink. HEX triplet: EC, 10 and 7D. RGB value is (236,16,125). Sum of RGB (Red+Green+Blue) = 236+16+125=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC107D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC107D is #13EF82. Grayscale: #5D5D5D. Windows color (decimal): -1306499 or 8196332. OLE color: 8196332.

HSL color Cylindrical-coordinate representation of color #EC107D: hue angle of 330.27º 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 #EC107D is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 16 125 -
CMYK 0 0.93 0.47 0.07
HSL 330.27º 0.87% 0.49% -
HSV(B) 330.27º 0.93% 0.93% -
XYZ 38.48 19.68 21.17 -
YUV 94.21 145.39 229.14 -
System Red Green Blue C M Y K H S L
Decimal 236 16 125 0 0.93 0.47 0.07 330.27 0.87 0.49
Hex EC 10 7D 0 5D 2F 7 14A 57 31
Octal 354 20 175 0 135 57 7 512 127 61
Binary 11101100 10000 1111101 0 1011101 101111 111 101001010 1010111 110001

Color Harmonies of #EC107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC107D

Black with #EC107D

Text Example


Text Example

White with #EC107D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC107D; }

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

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

background-color css

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

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

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

border-color css

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

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

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