Html Css Color HEX #EC3B4A Amaranth

📋 copy color: '#EC3B4A'

red 236 ◦ green 59 ◦ blue 74

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

Shades of Amaranth #EC3B4A

Tints of Amaranth #EC3B4A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.99%

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

R = 63.96%
G = 15.99%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC3B4A (or 0xEC3B4A) is known color: Amaranth. HEX triplet: EC, 3B and 4A. RGB value is (236,59,74). Sum of RGB (Red+Green+Blue) = 236+59+74=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3B4A is #13C4B5. Grayscale: #717171. Windows color (decimal): -1295542 or 4865004. OLE color: 4865004.

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

Color convert

RGB 236 59 74 -
CMYK 0 0.75 0.69 0.07
HSL 354.92º 0.82% 0.58% -
HSV(B) 354.92º 0.75% 0.93% -
XYZ 37.39 21.46 8.65 -
YUV 113.63 105.64 215.28 -
System Red Green Blue C M Y K H S L
Decimal 236 59 74 0 0.75 0.69 0.07 354.92 0.82 0.58
Hex EC 3B 4A 0 4B 45 7 163 52 3A
Octal 354 73 112 0 113 105 7 543 122 72
Binary 11101100 111011 1001010 0 1001011 1000101 111 101100011 1010010 111010

Color Harmonies of #EC3B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3B4A

Black with #EC3B4A

Text Example


Text Example

White with #EC3B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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