Html Css Color HEX #EC454E Amaranth

📋 copy color: '#EC454E'

red 236 ◦ green 69 ◦ blue 78

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

Shades of Amaranth #EC454E

Tints of Amaranth #EC454E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.02%

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

R = 61.62%
G = 18.02%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC454E (or 0xEC454E) is known color: Amaranth. HEX triplet: EC, 45 and 4E. RGB value is (236,69,78). Sum of RGB (Red+Green+Blue) = 236+69+78=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC454E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC454E is #13BAB1. Grayscale: #787878. Windows color (decimal): -1292978 or 5129708. OLE color: 5129708.

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

Color convert

RGB 236 69 78 -
CMYK 0 0.71 0.67 0.07
HSL 356.77º 0.81% 0.6% -
HSV(B) 356.77º 0.71% 0.93% -
XYZ 38.1 22.64 9.57 -
YUV 119.96 104.33 210.77 -
System Red Green Blue C M Y K H S L
Decimal 236 69 78 0 0.71 0.67 0.07 356.77 0.81 0.6
Hex EC 45 4E 0 47 43 7 165 51 3C
Octal 354 105 116 0 107 103 7 545 121 74
Binary 11101100 1000101 1001110 0 1000111 1000011 111 101100101 1010001 111100

Color Harmonies of #EC454E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC454E

Black with #EC454E

Text Example


Text Example

White with #EC454E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC454E; }

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

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

background-color css

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

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

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

border-color css

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

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

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