#EC489A

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

Shades of Violet Red #EC489A

Tints of Violet Red #EC489A

Color information

#EC489A (or 0xEC489A) is unknown color: approx Violet Red. HEX triplet: EC, 48 and 9A. RGB value is (236,72,154). Sum of RGB (Red+Green+Blue) = 236+72+154=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC489A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC489A is #13B765. Grayscale: #828282. Windows color (decimal): -1292134 or 10111212. OLE color: 10111212.

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

Color convert

RGB23672154-
CMYK00.690.350.07
HSL330º81.19%60.39%-
HSV(B)330º69.49%92.55%-
XYZ42.7424.833.11-
YUV130.38141.33203.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.08%
GREEN value IS 72 (28.52% from 255) = 15.58%
BLUE value IS 154 (60.55% from 255) = 33.33%
R=51.08%
G=15.58%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367215400.690.350.0733081.1960.39
HexEC489A04523714a513c
Octal354110232010543751212174
Binary11101100100100010011010010001011000111111010010101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC489A; }

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

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

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

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

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

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

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

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