Html Css Color HEX #EC284A Amaranth

📋 copy color: '#EC284A'

red 236 ◦ green 40 ◦ blue 74

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

Shades of Amaranth #EC284A

Tints of Amaranth #EC284A

RGB

 RED value IS 236 (92.58% from 255) = 67.43%

 GREEN value IS 40 (16.02% from 255) = 11.43%

 BLUE value IS 74 (29.3% from 255) = 21.14%

R = 67.43%
G = 11.43%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC284A (or 0xEC284A) is known color: Amaranth. HEX triplet: EC, 28 and 4A. RGB value is (236,40,74). Sum of RGB (Red+Green+Blue) = 236+40+74=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC284A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC284A is #13D7B5. Grayscale: #666666. Windows color (decimal): -1300406 or 4860140. OLE color: 4860140.

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

Color convert

RGB 236 40 74 -
CMYK 0 0.83 0.69 0.07
HSL 349.59º 0.84% 0.54% -
HSV(B) 349.59º 0.83% 0.93% -
XYZ 36.59 19.84 8.38 -
YUV 102.48 111.93 223.24 -
System Red Green Blue C M Y K H S L
Decimal 236 40 74 0 0.83 0.69 0.07 349.59 0.84 0.54
Hex EC 28 4A 0 53 45 7 15E 54 36
Octal 354 50 112 0 123 105 7 536 124 66
Binary 11101100 101000 1001010 0 1010011 1000101 111 101011110 1010100 110110

Color Harmonies of #EC284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC284A

Black with #EC284A

Text Example


Text Example

White with #EC284A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC284A; }

 p { color: rgb(236,40,74); }

 H1.HeaderClassName
 {
   color: #EC284A;
 }
 .AnyTagClassName
 {
   color: #EC284A;
 }
</style>

background-color css

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

 a { background-color: rgb(236,40,74); }

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

border-color css

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

 span { border-color: rgb(236,40,74); }

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