Html Css Color HEX #EC3F4F Amaranth

📋 copy color: '#EC3F4F'

red 236 ◦ green 63 ◦ blue 79

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

Shades of Amaranth #EC3F4F

Tints of Amaranth #EC3F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.9%

R = 62.43%
G = 16.67%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC3F4F (or 0xEC3F4F) is known color: Amaranth. HEX triplet: EC, 3F and 4F. RGB value is (236,63,79). Sum of RGB (Red+Green+Blue) = 236+63+79=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3F4F is #13C0B0. Grayscale: #747474. Windows color (decimal): -1294513 or 5193708. OLE color: 5193708.

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

Color convert

RGB 236 63 79 -
CMYK 0 0.73 0.67 0.07
HSL 354.45º 0.82% 0.59% -
HSV(B) 354.45º 0.73% 0.93% -
XYZ 37.78 21.95 9.64 -
YUV 116.55 106.81 213.2 -
System Red Green Blue C M Y K H S L
Decimal 236 63 79 0 0.73 0.67 0.07 354.45 0.82 0.59
Hex EC 3F 4F 0 49 43 7 162 52 3B
Octal 354 77 117 0 111 103 7 542 122 73
Binary 11101100 111111 1001111 0 1001001 1000011 111 101100010 1010010 111011

Color Harmonies of #EC3F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F4F

Black with #EC3F4F

Text Example


Text Example

White with #EC3F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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