Html Css Color HEX #EC384A Amaranth

📋 copy color: '#EC384A'

red 236 ◦ green 56 ◦ blue 74

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

Shades of Amaranth #EC384A

Tints of Amaranth #EC384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.3%

 BLUE value IS 74 (29.3% from 255) = 20.22%

R = 64.48%
G = 15.3%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC384A (or 0xEC384A) is known color: Amaranth. HEX triplet: EC, 38 and 4A. RGB value is (236,56,74). Sum of RGB (Red+Green+Blue) = 236+56+74=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC384A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC384A is #13C7B5. Grayscale: #6F6F6F. Windows color (decimal): -1296310 or 4864236. OLE color: 4864236.

HSL color Cylindrical-coordinate representation of color #EC384A: hue angle of 354º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC384A is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 56 74 -
CMYK 0 0.76 0.69 0.07
HSL 354º 0.83% 0.57% -
HSV(B) 354º 0.76% 0.93% -
XYZ 37.24 21.16 8.6 -
YUV 111.87 106.63 216.54 -
System Red Green Blue C M Y K H S L
Decimal 236 56 74 0 0.76 0.69 0.07 354 0.83 0.57
Hex EC 38 4A 0 4C 45 7 162 53 39
Octal 354 70 112 0 114 105 7 542 123 71
Binary 11101100 111000 1001010 0 1001100 1000101 111 101100010 1010011 111001

Color Harmonies of #EC384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC384A

Black with #EC384A

Text Example


Text Example

White with #EC384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC384A; }

 p { color: rgb(236,56,74); }

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

background-color css

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

 a { background-color: rgb(236,56,74); }

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

border-color css

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

 span { border-color: rgb(236,56,74); }

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