Html Css Color HEX #EC3F4A Amaranth

📋 copy color: '#EC3F4A'

red 236 ◦ green 63 ◦ blue 74

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

Shades of Amaranth #EC3F4A

Tints of Amaranth #EC3F4A

RGB

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

 GREEN value IS 63 (25% from 255) = 16.89%

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

R = 63.27%
G = 16.89%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC3F4A (or 0xEC3F4A) is known color: Amaranth. HEX triplet: EC, 3F and 4A. RGB value is (236,63,74). Sum of RGB (Red+Green+Blue) = 236+63+74=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3F4A is #13C0B5. Grayscale: #747474. Windows color (decimal): -1294518 or 4866028. OLE color: 4866028.

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

Color convert

RGB 236 63 74 -
CMYK 0 0.73 0.69 0.07
HSL 356.19º 0.82% 0.59% -
HSV(B) 356.19º 0.73% 0.93% -
XYZ 37.61 21.88 8.72 -
YUV 115.98 104.31 213.61 -
System Red Green Blue C M Y K H S L
Decimal 236 63 74 0 0.73 0.69 0.07 356.19 0.82 0.59
Hex EC 3F 4A 0 49 45 7 164 52 3B
Octal 354 77 112 0 111 105 7 544 122 73
Binary 11101100 111111 1001010 0 1001001 1000101 111 101100100 1010010 111011

Color Harmonies of #EC3F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F4A

Black with #EC3F4A

Text Example


Text Example

White with #EC3F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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