Html Css Color HEX #EC4353 Amaranth

📋 copy color: '#EC4353'

red 236 ◦ green 67 ◦ blue 83

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

Shades of Amaranth #EC4353

Tints of Amaranth #EC4353

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.36%

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

R = 61.14%
G = 17.36%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC4353 (or 0xEC4353) is known color: Amaranth. HEX triplet: EC, 43 and 53. RGB value is (236,67,83). Sum of RGB (Red+Green+Blue) = 236+67+83=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4353 is #13BCAC. Grayscale: #777777. Windows color (decimal): -1293485 or 5456876. OLE color: 5456876.

HSL color Cylindrical-coordinate representation of color #EC4353: hue angle of 354.32º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC4353 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 67 83 -
CMYK 0 0.72 0.65 0.07
HSL 354.32º 0.82% 0.59% -
HSV(B) 354.32º 0.72% 0.93% -
XYZ 38.16 22.47 10.51 -
YUV 119.36 107.49 211.2 -
System Red Green Blue C M Y K H S L
Decimal 236 67 83 0 0.72 0.65 0.07 354.32 0.82 0.59
Hex EC 43 53 0 48 41 7 162 52 3B
Octal 354 103 123 0 110 101 7 542 122 73
Binary 11101100 1000011 1010011 0 1001000 1000001 111 101100010 1010010 111011

Color Harmonies of #EC4353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4353

Black with #EC4353

Text Example


Text Example

White with #EC4353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4353; }

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

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

background-color css

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

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

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

border-color css

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

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

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