#EC0487

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

Shades of Deep Pink #EC0487

Tints of Deep Pink #EC0487

Color information

#EC0487 (or 0xEC0487) is unknown color: approx Deep Pink. HEX triplet: EC, 04 and 87. RGB value is (236,4,135). Sum of RGB (Red+Green+Blue) = 236+4+135=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0487 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0487 is #13FB78. Grayscale: #585858. Windows color (decimal): -1309561 or 8848620. OLE color: 8848620.

HSL color Cylindrical-coordinate representation of color #EC0487: hue angle of 326.12º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC0487 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB2364135-
CMYK00.980.430.07
HSL326.12º96.67%47.06%-
HSV(B)326.12º98.31%92.55%-
XYZ39.0119.6724.66-
YUV88.3154.36233.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 62.93%
GREEN value IS 4 (1.95% from 255) = 1.07%
BLUE value IS 135 (53.12% from 255) = 36%
R=62.93%
G=1.07%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236413500.980.430.07326.1296.6747.06
HexEC4870622B7146612f
Octal3544207014253750614157
Binary1110110010010000111011000101010111111010001101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0487; }

 p { color: rgb(236,4,135); }

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

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

 a { background-color: rgb(236,4,135); }

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

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

 span { border-color: rgb(236,4,135); }

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