#EC1583

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

Shades of Deep Pink #EC1583

Tints of Deep Pink #EC1583

Color information

#EC1583 (or 0xEC1583) is unknown color: approx Deep Pink. HEX triplet: EC, 15 and 83. RGB value is (236,21,131). Sum of RGB (Red+Green+Blue) = 236+21+131=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1583 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1583 is #13EA7C. Grayscale: #616161. Windows color (decimal): -1305213 or 8590828. OLE color: 8590828.

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

Color convert

RGB23621131-
CMYK00.910.440.07
HSL329.3º84.98%50.39%-
HSV(B)329.3º91.1%92.55%-
XYZ38.9620.0123.28-
YUV97.82146.73226.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 60.82%
GREEN value IS 21 (8.59% from 255) = 5.41%
BLUE value IS 131 (51.56% from 255) = 33.76%
R=60.82%
G=5.41%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362113100.910.440.07329.384.9850.39
HexEC158305B2C71495532
Octal35425203013354751112562
Binary111011001010110000011010110111011001111010010011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1583; }

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

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

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

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

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

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

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

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