#EC1B93

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

Shades of Deep Pink #EC1B93

Tints of Deep Pink #EC1B93

Color information

#EC1B93 (or 0xEC1B93) is unknown color: approx Deep Pink. HEX triplet: EC, 1B and 93. RGB value is (236,27,147). Sum of RGB (Red+Green+Blue) = 236+27+147=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 27 (10.94% from 255 or 6.59% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1B93 is #13E46C. Grayscale: #666666. Windows color (decimal): -1303661 or 9640940. OLE color: 9640940.

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

Color convert

RGB23627147-
CMYK00.890.380.07
HSL325.55º84.62%51.57%-
HSV(B)325.55º88.56%92.55%-
XYZ40.2520.7229.48-
YUV103.17152.74222.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.56%
GREEN value IS 27 (10.94% from 255) = 6.59%
BLUE value IS 147 (57.81% from 255) = 35.85%
R=57.56%
G=6.59%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362714700.890.380.07325.5584.6251.57
HexEC1B930592671465534
Octal35433223013146750612564
Binary111011001101110010011010110011001101111010001101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1B93; }

 p { color: rgb(236,27,147); }

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

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

 a { background-color: rgb(236,27,147); }

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

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

 span { border-color: rgb(236,27,147); }

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