#EC0E7F

Color #EC0E7F Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #EC0E7F

Tints of Deep Pink #EC0E7F

Color information

#EC0E7F (or 0xEC0E7F) is unknown color: approx Deep Pink. HEX triplet: EC, 0E and 7F. RGB value is (236,14,127). Sum of RGB (Red+Green+Blue) = 236+14+127=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0E7F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0E7F is #13F180. Grayscale: #5D5D5D. Windows color (decimal): -1307009 or 8326892. OLE color: 8326892.

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

Color convert

RGB23614127-
CMYK00.940.460.07
HSL329.46º88.8%49.02%-
HSV(B)329.46º94.07%92.55%-
XYZ38.5819.6821.84-
YUV93.26147.05229.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 62.60%
GREEN value IS 14 (5.86% from 255) = 3.71%
BLUE value IS 127 (50% from 255) = 33.69%
R=62.60%
G=3.71%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361412700.940.460.07329.4688.849.02
HexECE7F05E2E71495931
Octal35416177013656751113161
Binary1110110011101111111010111101011101111010010011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0E7F; }

 p { color: rgb(236,14,127); }

 H1.HeaderClassName
 {
   color: #EC0E7F;
 }
 .AnyTagClassName
 {
   color: #EC0E7F;
 }
</style>
background-color css

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

 a { background-color: rgb(236,14,127); }

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

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

 span { border-color: rgb(236,14,127); }

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