#ec4590

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

Shades of Violet Red #EC4590

Tints of Violet Red #EC4590

Color information

#EC4590 (or 0xEC4590) is unknown color: approx Violet Red. HEX triplet: EC, 45 and 90. RGB value is (236,69,144). Sum of RGB (Red+Green+Blue) = 236+69+144=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4590 is #13BA6F. Grayscale: #7F7F7F. Windows color (decimal): -1292912 or 9455084. OLE color: 9455084.

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

Color convert

RGB23669144-
CMYK00.710.390.07
HSL333.05º81.46%59.8%-
HSV(B)333.05º70.76%92.55%-
XYZ41.7524.128.84-
YUV127.48137.33205.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.56%
GREEN value IS 69 (27.34% from 255) = 15.37%
BLUE value IS 144 (56.64% from 255) = 32.07%
R=52.56%
G=15.37%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366914400.710.390.07333.0581.4659.8
HexEC459004727714d513c
Octal354105220010747751512174
Binary11101100100010110010000010001111001111111010011011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec4590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec4590; }

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

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

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

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

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

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

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

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