Html Css Color HEX #EC354E Amaranth

📋 copy color: '#EC354E'

red 236 ◦ green 53 ◦ blue 78

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

Shades of Amaranth #EC354E

Tints of Amaranth #EC354E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.25%

R = 64.31%
G = 14.44%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC354E (or 0xEC354E) is known color: Amaranth. HEX triplet: EC, 35 and 4E. RGB value is (236,53,78). Sum of RGB (Red+Green+Blue) = 236+53+78=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC354E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC354E is #13CAB1. Grayscale: #6E6E6E. Windows color (decimal): -1297074 or 5125612. OLE color: 5125612.

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

Color convert

RGB 236 53 78 -
CMYK 0 0.78 0.67 0.07
HSL 351.8º 0.83% 0.57% -
HSV(B) 351.8º 0.78% 0.93% -
XYZ 37.24 20.93 9.28 -
YUV 110.57 109.63 217.47 -
System Red Green Blue C M Y K H S L
Decimal 236 53 78 0 0.78 0.67 0.07 351.8 0.83 0.57
Hex EC 35 4E 0 4E 43 7 160 53 39
Octal 354 65 116 0 116 103 7 540 123 71
Binary 11101100 110101 1001110 0 1001110 1000011 111 101100000 1010011 111001

Color Harmonies of #EC354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC354E

Black with #EC354E

Text Example


Text Example

White with #EC354E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC354E; }

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

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

background-color css

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

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

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

border-color css

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

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

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