#EC0D83

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

Shades of Deep Pink #EC0D83

Tints of Deep Pink #EC0D83

Color information

#EC0D83 (or 0xEC0D83) is unknown color: approx Deep Pink. HEX triplet: EC, 0D and 83. RGB value is (236,13,131). Sum of RGB (Red+Green+Blue) = 236+13+131=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0D83 is #13F27C. Grayscale: #5C5C5C. Windows color (decimal): -1307261 or 8588780. OLE color: 8588780.

HSL color Cylindrical-coordinate representation of color #EC0D83: hue angle of 328.25º degrees, saturation: 0.9, 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 #EC0D83 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB23613131-
CMYK00.940.440.07
HSL328.25º89.56%48.82%-
HSV(B)328.25º94.49%92.55%-
XYZ38.8319.7623.24-
YUV93.13149.38229.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 62.11%
GREEN value IS 13 (5.47% from 255) = 3.42%
BLUE value IS 131 (51.56% from 255) = 34.47%
R=62.11%
G=3.42%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361313100.940.440.07328.2589.5648.82
HexECD8305E2C71485a31
Octal35415203013654751013261
Binary11101100110110000011010111101011001111010010001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0D83; }

 p { color: rgb(236,13,131); }

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

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

 a { background-color: rgb(236,13,131); }

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

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

 span { border-color: rgb(236,13,131); }

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