Html Css Color HEX #EC384C Amaranth

📋 copy color: '#EC384C'

red 236 ◦ green 56 ◦ blue 76

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

Shades of Amaranth #EC384C

Tints of Amaranth #EC384C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.65%

R = 64.13%
G = 15.22%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC384C (or 0xEC384C) is known color: Amaranth. HEX triplet: EC, 38 and 4C. RGB value is (236,56,76). Sum of RGB (Red+Green+Blue) = 236+56+76=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC384C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC384C is #13C7B3. Grayscale: #707070. Windows color (decimal): -1296308 or 4995308. OLE color: 4995308.

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

Color convert

RGB 236 56 76 -
CMYK 0 0.76 0.68 0.07
HSL 353.33º 0.83% 0.57% -
HSV(B) 353.33º 0.76% 0.93% -
XYZ 37.31 21.18 8.96 -
YUV 112.1 107.63 216.37 -
System Red Green Blue C M Y K H S L
Decimal 236 56 76 0 0.76 0.68 0.07 353.33 0.83 0.57
Hex EC 38 4C 0 4C 44 7 161 53 39
Octal 354 70 114 0 114 104 7 541 123 71
Binary 11101100 111000 1001100 0 1001100 1000100 111 101100001 1010011 111001

Color Harmonies of #EC384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC384C

Black with #EC384C

Text Example


Text Example

White with #EC384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC384C; }

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

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

background-color css

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

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

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

border-color css

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

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

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