#EC459A

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

Shades of Violet Red #EC459A

Tints of Violet Red #EC459A

Color information

#EC459A (or 0xEC459A) is unknown color: approx Violet Red. HEX triplet: EC, 45 and 9A. RGB value is (236,69,154). Sum of RGB (Red+Green+Blue) = 236+69+154=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC459A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC459A is #13BA65. Grayscale: #808080. Windows color (decimal): -1292902 or 10110444. OLE color: 10110444.

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

Color convert

RGB23669154-
CMYK00.710.350.07
HSL329.46º81.46%59.8%-
HSV(B)329.46º70.76%92.55%-
XYZ42.5524.4233.04-
YUV128.62142.33204.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.42%
GREEN value IS 69 (27.34% from 255) = 15.03%
BLUE value IS 154 (60.55% from 255) = 33.55%
R=51.42%
G=15.03%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366915400.710.350.07329.4681.4659.8
HexEC459A047237149513c
Octal354105232010743751112174
Binary11101100100010110011010010001111000111111010010011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC459A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC459A; }

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

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

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

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

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

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

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

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