Html Css Color HEX #EC345A Amaranth

📋 copy color: '#EC345A'

red 236 ◦ green 52 ◦ blue 90

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

Shades of Amaranth #EC345A

Tints of Amaranth #EC345A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.76%

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

R = 62.43%
G = 13.76%
B = 23.81%

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

#EC345A (or 0xEC345A) is known color: Amaranth. HEX triplet: EC, 34 and 5A. RGB value is (236,52,90). Sum of RGB (Red+Green+Blue) = 236+52+90=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC345A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC345A is #13CBA5. Grayscale: #6F6F6F. Windows color (decimal): -1297318 or 5911788. OLE color: 5911788.

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

Color convert

RGB 236 52 90 -
CMYK 0 0.78 0.62 0.07
HSL 347.61º 0.83% 0.56% -
HSV(B) 347.61º 0.78% 0.93% -
XYZ 37.67 21.03 11.75 -
YUV 111.35 115.96 216.91 -
System Red Green Blue C M Y K H S L
Decimal 236 52 90 0 0.78 0.62 0.07 347.61 0.83 0.56
Hex EC 34 5A 0 4E 3E 7 15C 53 38
Octal 354 64 132 0 116 76 7 534 123 70
Binary 11101100 110100 1011010 0 1001110 111110 111 101011100 1010011 111000

Color Harmonies of #EC345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC345A

Black with #EC345A

Text Example


Text Example

White with #EC345A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC345A; }

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

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

background-color css

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

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

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

border-color css

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

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

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