Html Css Color HEX #EC414C Amaranth

📋 copy color: '#EC414C'

red 236 ◦ green 65 ◦ blue 76

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

Shades of Amaranth #EC414C

Tints of Amaranth #EC414C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.16%

R = 62.6%
G = 17.24%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC414C (or 0xEC414C) is known color: Amaranth. HEX triplet: EC, 41 and 4C. RGB value is (236,65,76). Sum of RGB (Red+Green+Blue) = 236+65+76=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC414C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC414C is #13BEB3. Grayscale: #757575. Windows color (decimal): -1294004 or 4997612. OLE color: 4997612.

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

Color convert

RGB 236 65 76 -
CMYK 0 0.72 0.68 0.07
HSL 356.14º 0.82% 0.59% -
HSV(B) 356.14º 0.72% 0.93% -
XYZ 37.79 22.14 9.12 -
YUV 117.38 104.65 212.61 -
System Red Green Blue C M Y K H S L
Decimal 236 65 76 0 0.72 0.68 0.07 356.14 0.82 0.59
Hex EC 41 4C 0 48 44 7 164 52 3B
Octal 354 101 114 0 110 104 7 544 122 73
Binary 11101100 1000001 1001100 0 1001000 1000100 111 101100100 1010010 111011

Color Harmonies of #EC414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC414C

Black with #EC414C

Text Example


Text Example

White with #EC414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC414C; }

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

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

background-color css

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

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

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

border-color css

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

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

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