Html Css Color HEX #EC384F Amaranth

📋 copy color: '#EC384F'

red 236 ◦ green 56 ◦ blue 79

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

Shades of Amaranth #EC384F

Tints of Amaranth #EC384F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.29%

R = 63.61%
G = 15.09%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC384F (or 0xEC384F) is known color: Amaranth. HEX triplet: EC, 38 and 4F. RGB value is (236,56,79). Sum of RGB (Red+Green+Blue) = 236+56+79=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC384F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC384F is #13C7B0. Grayscale: #707070. Windows color (decimal): -1296305 or 5191916. OLE color: 5191916.

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

Color convert

RGB 236 56 79 -
CMYK 0 0.76 0.67 0.07
HSL 352.33º 0.83% 0.57% -
HSV(B) 352.33º 0.76% 0.93% -
XYZ 37.42 21.23 9.52 -
YUV 112.44 109.13 216.13 -
System Red Green Blue C M Y K H S L
Decimal 236 56 79 0 0.76 0.67 0.07 352.33 0.83 0.57
Hex EC 38 4F 0 4C 43 7 160 53 39
Octal 354 70 117 0 114 103 7 540 123 71
Binary 11101100 111000 1001111 0 1001100 1000011 111 101100000 1010011 111001

Color Harmonies of #EC384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC384F

Black with #EC384F

Text Example


Text Example

White with #EC384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC384F; }

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

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

background-color css

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

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

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

border-color css

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

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

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