Html Css Color HEX #EC434D Amaranth

📋 copy color: '#EC434D'

red 236 ◦ green 67 ◦ blue 77

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

Shades of Amaranth #EC434D

Tints of Amaranth #EC434D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.63%

 BLUE value IS 77 (30.47% from 255) = 20.26%

R = 62.11%
G = 17.63%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC434D (or 0xEC434D) is known color: Amaranth. HEX triplet: EC, 43 and 4D. RGB value is (236,67,77). Sum of RGB (Red+Green+Blue) = 236+67+77=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC434D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC434D is #13BCB2. Grayscale: #767676. Windows color (decimal): -1293491 or 5063660. OLE color: 5063660.

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

Color convert

RGB 236 67 77 -
CMYK 0 0.72 0.67 0.07
HSL 356.45º 0.82% 0.59% -
HSV(B) 356.45º 0.72% 0.93% -
XYZ 37.94 22.38 9.34 -
YUV 118.67 104.49 211.69 -
System Red Green Blue C M Y K H S L
Decimal 236 67 77 0 0.72 0.67 0.07 356.45 0.82 0.59
Hex EC 43 4D 0 48 43 7 164 52 3B
Octal 354 103 115 0 110 103 7 544 122 73
Binary 11101100 1000011 1001101 0 1001000 1000011 111 101100100 1010010 111011

Color Harmonies of #EC434D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC434D

Black with #EC434D

Text Example


Text Example

White with #EC434D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC434D; }

 p { color: rgb(236,67,77); }

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

background-color css

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

 a { background-color: rgb(236,67,77); }

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

border-color css

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

 span { border-color: rgb(236,67,77); }

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