Html Css Color HEX #EC355A Amaranth

📋 copy color: '#EC355A'

red 236 ◦ green 53 ◦ blue 90

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

Shades of Amaranth #EC355A

Tints of Amaranth #EC355A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.98%

 BLUE value IS 90 (35.55% from 255) = 23.75%

R = 62.27%
G = 13.98%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC355A (or 0xEC355A) is known color: Amaranth. HEX triplet: EC, 35 and 5A. RGB value is (236,53,90). Sum of RGB (Red+Green+Blue) = 236+53+90=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC355A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC355A is #13CAA5. Grayscale: #6F6F6F. Windows color (decimal): -1297062 or 5912044. OLE color: 5912044.

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

Color convert

RGB 236 53 90 -
CMYK 0 0.78 0.62 0.07
HSL 347.87º 0.83% 0.57% -
HSV(B) 347.87º 0.78% 0.93% -
XYZ 37.71 21.12 11.76 -
YUV 111.94 115.63 216.49 -
System Red Green Blue C M Y K H S L
Decimal 236 53 90 0 0.78 0.62 0.07 347.87 0.83 0.57
Hex EC 35 5A 0 4E 3E 7 15C 53 39
Octal 354 65 132 0 116 76 7 534 123 71
Binary 11101100 110101 1011010 0 1001110 111110 111 101011100 1010011 111001

Color Harmonies of #EC355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC355A

Black with #EC355A

Text Example


Text Example

White with #EC355A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC355A; }

 p { color: rgb(236,53,90); }

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

background-color css

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

 a { background-color: rgb(236,53,90); }

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

border-color css

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

 span { border-color: rgb(236,53,90); }

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