Html Css Color HEX #EC414A Amaranth

📋 copy color: '#EC414A'

red 236 ◦ green 65 ◦ blue 74

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

Shades of Amaranth #EC414A

Tints of Amaranth #EC414A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.33%

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

R = 62.93%
G = 17.33%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC414A (or 0xEC414A) is known color: Amaranth. HEX triplet: EC, 41 and 4A. RGB value is (236,65,74). Sum of RGB (Red+Green+Blue) = 236+65+74=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC414A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC414A is #13BEB5. Grayscale: #757575. Windows color (decimal): -1294006 or 4866540. OLE color: 4866540.

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

Color convert

RGB 236 65 74 -
CMYK 0 0.72 0.69 0.07
HSL 356.84º 0.82% 0.59% -
HSV(B) 356.84º 0.72% 0.93% -
XYZ 37.72 22.11 8.76 -
YUV 117.16 103.65 212.77 -
System Red Green Blue C M Y K H S L
Decimal 236 65 74 0 0.72 0.69 0.07 356.84 0.82 0.59
Hex EC 41 4A 0 48 45 7 165 52 3B
Octal 354 101 112 0 110 105 7 545 122 73
Binary 11101100 1000001 1001010 0 1001000 1000101 111 101100101 1010010 111011

Color Harmonies of #EC414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC414A

Black with #EC414A

Text Example


Text Example

White with #EC414A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC414A; }

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

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

background-color css

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

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

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

border-color css

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

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

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