Html Css Color HEX #EC304A Amaranth

📋 copy color: '#EC304A'

red 236 ◦ green 48 ◦ blue 74

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

Shades of Amaranth #EC304A

Tints of Amaranth #EC304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.41%

 BLUE value IS 74 (29.3% from 255) = 20.67%

R = 65.92%
G = 13.41%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC304A (or 0xEC304A) is known color: Amaranth. HEX triplet: EC, 30 and 4A. RGB value is (236,48,74). Sum of RGB (Red+Green+Blue) = 236+48+74=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC304A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC304A is #13CFB5. Grayscale: #6B6B6B. Windows color (decimal): -1298358 or 4862188. OLE color: 4862188.

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

Color convert

RGB 236 48 74 -
CMYK 0 0.80 0.69 0.07
HSL 351.7º 0.83% 0.56% -
HSV(B) 351.7º 0.8% 0.93% -
XYZ 36.89 20.44 8.48 -
YUV 107.18 109.28 219.89 -
System Red Green Blue C M Y K H S L
Decimal 236 48 74 0 0.80 0.69 0.07 351.7 0.83 0.56
Hex EC 30 4A 0 50 45 7 160 53 38
Octal 354 60 112 0 120 105 7 540 123 70
Binary 11101100 110000 1001010 0 1010000 1000101 111 101100000 1010011 111000

Color Harmonies of #EC304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC304A

Black with #EC304A

Text Example


Text Example

White with #EC304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC304A; }

 p { color: rgb(236,48,74); }

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

background-color css

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

 a { background-color: rgb(236,48,74); }

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

border-color css

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

 span { border-color: rgb(236,48,74); }

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