Html Css Color HEX #EC434E Amaranth

📋 copy color: '#EC434E'

red 236 ◦ green 67 ◦ blue 78

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

Shades of Amaranth #EC434E

Tints of Amaranth #EC434E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.47%

R = 61.94%
G = 17.59%
B = 20.47%

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

#EC434E (or 0xEC434E) is known color: Amaranth. HEX triplet: EC, 43 and 4E. RGB value is (236,67,78). Sum of RGB (Red+Green+Blue) = 236+67+78=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC434E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC434E is #13BCB1. Grayscale: #767676. Windows color (decimal): -1293490 or 5129196. OLE color: 5129196.

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

Color convert

RGB 236 67 78 -
CMYK 0 0.72 0.67 0.07
HSL 356.09º 0.82% 0.59% -
HSV(B) 356.09º 0.72% 0.93% -
XYZ 37.97 22.4 9.53 -
YUV 118.79 104.99 211.61 -
System Red Green Blue C M Y K H S L
Decimal 236 67 78 0 0.72 0.67 0.07 356.09 0.82 0.59
Hex EC 43 4E 0 48 43 7 164 52 3B
Octal 354 103 116 0 110 103 7 544 122 73
Binary 11101100 1000011 1001110 0 1001000 1000011 111 101100100 1010010 111011

Color Harmonies of #EC434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC434E

Black with #EC434E

Text Example


Text Example

White with #EC434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC434E; }

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

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

background-color css

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

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

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

border-color css

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

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

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