#EC4596

Color #EC4596 Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #EC4596

Tints of Violet Red #EC4596

Color information

#EC4596 (or 0xEC4596) is unknown color: approx Violet Red. HEX triplet: EC, 45 and 96. RGB value is (236,69,150). Sum of RGB (Red+Green+Blue) = 236+69+150=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4596 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4596 is #13BA69. Grayscale: #808080. Windows color (decimal): -1292906 or 9848300. OLE color: 9848300.

HSL color Cylindrical-coordinate representation of color #EC4596: hue angle of 330.9º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC4596 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB23669150-
CMYK00.710.360.07
HSL330.9º81.46%59.8%-
HSV(B)330.9º70.76%92.55%-
XYZ42.2324.2931.32-
YUV128.17140.33204.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.87%
GREEN value IS 69 (27.34% from 255) = 15.16%
BLUE value IS 150 (58.98% from 255) = 32.97%
R=51.87%
G=15.16%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366915000.710.360.07330.981.4659.8
HexEC459604724714b513c
Octal354105226010744751312174
Binary11101100100010110010110010001111001001111010010111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4596; }

 p { color: rgb(236,69,150); }

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

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

 a { background-color: rgb(236,69,150); }

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

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

 span { border-color: rgb(236,69,150); }

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