Html Css Color HEX #EC4045 Amaranth

📋 copy color: '#EC4045'

red 236 ◦ green 64 ◦ blue 69

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

Shades of Amaranth #EC4045

Tints of Amaranth #EC4045

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.34%

 BLUE value IS 69 (27.34% from 255) = 18.7%

R = 63.96%
G = 17.34%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC4045 (or 0xEC4045) is known color: Amaranth. HEX triplet: EC, 40 and 45. RGB value is (236,64,69). Sum of RGB (Red+Green+Blue) = 236+64+69=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4045 is #13BFBA. Grayscale: #747474. Windows color (decimal): -1294267 or 4538604. OLE color: 4538604.

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

Color convert

RGB 236 64 69 -
CMYK 0 0.73 0.71 0.07
HSL 358.26º 0.82% 0.59% -
HSV(B) 358.26º 0.73% 0.93% -
XYZ 37.5 21.93 7.89 -
YUV 116 101.48 213.59 -
System Red Green Blue C M Y K H S L
Decimal 236 64 69 0 0.73 0.71 0.07 358.26 0.82 0.59
Hex EC 40 45 0 49 47 7 166 52 3B
Octal 354 100 105 0 111 107 7 546 122 73
Binary 11101100 1000000 1000101 0 1001001 1000111 111 101100110 1010010 111011

Color Harmonies of #EC4045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4045

Black with #EC4045

Text Example


Text Example

White with #EC4045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4045; }

 p { color: rgb(236,64,69); }

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

background-color css

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

 a { background-color: rgb(236,64,69); }

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

border-color css

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

 span { border-color: rgb(236,64,69); }

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