Html Css Color HEX #EC489A Violet Red

📋 copy color: '#EC489A'

red 236 ◦ green 72 ◦ blue 154

#EC489A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Red #EC489A

Tints of Violet Red #EC489A

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 value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC489A (or 0xEC489A) is known color: 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

RGB 236 72 154 -
CMYK 0 0.69 0.35 0.07
HSL 330º 0.81% 0.6% -
HSV(B) 330º 0.69% 0.93% -
XYZ 42.74 24.8 33.11 -
YUV 130.38 141.33 203.33 -
System Red Green Blue C M Y K H S L
Decimal 236 72 154 0 0.69 0.35 0.07 330 0.81 0.6
Hex EC 48 9A 0 45 23 7 14A 51 3C
Octal 354 110 232 0 105 43 7 512 121 74
Binary 11101100 1001000 10011010 0 1000101 100011 111 101001010 1010001 111100

Color Harmonies of #EC489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC489A

Black with #EC489A

Text Example


Text Example

White with #EC489A

Text Example


Text Example

HTML Codes & Css Web 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>