Html Css Color HEX #EC3E4F Amaranth

📋 copy color: '#EC3E4F'

red 236 ◦ green 62 ◦ blue 79

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

Shades of Amaranth #EC3E4F

Tints of Amaranth #EC3E4F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.45%

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

R = 62.6%
G = 16.45%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC3E4F (or 0xEC3E4F) is known color: Amaranth. HEX triplet: EC, 3E and 4F. RGB value is (236,62,79). Sum of RGB (Red+Green+Blue) = 236+62+79=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3E4F is #13C1B0. Grayscale: #747474. Windows color (decimal): -1294769 or 5193452. OLE color: 5193452.

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

Color convert

RGB 236 62 79 -
CMYK 0 0.74 0.67 0.07
HSL 354.14º 0.82% 0.58% -
HSV(B) 354.14º 0.74% 0.93% -
XYZ 37.73 21.84 9.62 -
YUV 115.96 107.15 213.62 -
System Red Green Blue C M Y K H S L
Decimal 236 62 79 0 0.74 0.67 0.07 354.14 0.82 0.58
Hex EC 3E 4F 0 4A 43 7 162 52 3A
Octal 354 76 117 0 112 103 7 542 122 72
Binary 11101100 111110 1001111 0 1001010 1000011 111 101100010 1010010 111010

Color Harmonies of #EC3E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3E4F

Black with #EC3E4F

Text Example


Text Example

White with #EC3E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3E4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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