#EC0481

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

Shades of Deep Pink #EC0481

Tints of Deep Pink #EC0481

Color information

#EC0481 (or 0xEC0481) is unknown color: approx Deep Pink. HEX triplet: EC, 04 and 81. RGB value is (236,4,129). Sum of RGB (Red+Green+Blue) = 236+4+129=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0481 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0481 is #13FB7E. Grayscale: #575757. Windows color (decimal): -1309567 or 8455404. OLE color: 8455404.

HSL color Cylindrical-coordinate representation of color #EC0481: hue angle of 327.67º 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 #EC0481 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB2364129-
CMYK00.980.450.07
HSL327.67º96.67%47.06%-
HSV(B)327.67º98.31%92.55%-
XYZ38.619.522.5-
YUV87.62151.36233.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 63.96%
GREEN value IS 4 (1.95% from 255) = 1.08%
BLUE value IS 129 (50.78% from 255) = 34.96%
R=63.96%
G=1.08%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236412900.980.450.07327.6796.6747.06
HexEC4810622D7148612f
Octal3544201014255751014157
Binary1110110010010000001011000101011011111010010001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0481; }

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

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

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

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

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

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

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

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