Html Css Color HEX #EC3853 Amaranth

📋 copy color: '#EC3853'

red 236 ◦ green 56 ◦ blue 83

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

Shades of Amaranth #EC3853

Tints of Amaranth #EC3853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.13%

R = 62.93%
G = 14.93%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC3853 (or 0xEC3853) is known color: Amaranth. HEX triplet: EC, 38 and 53. RGB value is (236,56,83). Sum of RGB (Red+Green+Blue) = 236+56+83=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3853 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3853 is #13C7AC. Grayscale: #707070. Windows color (decimal): -1296301 or 5454060. OLE color: 5454060.

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

Color convert

RGB 236 56 83 -
CMYK 0 0.76 0.65 0.07
HSL 351º 0.83% 0.57% -
HSV(B) 351º 0.76% 0.93% -
XYZ 37.57 21.29 10.31 -
YUV 112.9 111.13 215.8 -
System Red Green Blue C M Y K H S L
Decimal 236 56 83 0 0.76 0.65 0.07 351 0.83 0.57
Hex EC 38 53 0 4C 41 7 15F 53 39
Octal 354 70 123 0 114 101 7 537 123 71
Binary 11101100 111000 1010011 0 1001100 1000001 111 101011111 1010011 111001

Color Harmonies of #EC3853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3853

Black with #EC3853

Text Example


Text Example

White with #EC3853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3853; }

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

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

background-color css

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

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

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

border-color css

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

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

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