Html Css Color HEX #EC3F50 Amaranth

📋 copy color: '#EC3F50'

red 236 ◦ green 63 ◦ blue 80

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

Shades of Amaranth #EC3F50

Tints of Amaranth #EC3F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.11%

R = 62.27%
G = 16.62%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC3F50 (or 0xEC3F50) is known color: Amaranth. HEX triplet: EC, 3F and 50. RGB value is (236,63,80). Sum of RGB (Red+Green+Blue) = 236+63+80=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3F50 is #13C0AF. Grayscale: #747474. Windows color (decimal): -1294512 or 5259244. OLE color: 5259244.

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

Color convert

RGB 236 63 80 -
CMYK 0 0.73 0.66 0.07
HSL 354.1º 0.82% 0.59% -
HSV(B) 354.1º 0.73% 0.93% -
XYZ 37.82 21.97 9.84 -
YUV 116.67 107.31 213.12 -
System Red Green Blue C M Y K H S L
Decimal 236 63 80 0 0.73 0.66 0.07 354.1 0.82 0.59
Hex EC 3F 50 0 49 42 7 162 52 3B
Octal 354 77 120 0 111 102 7 542 122 73
Binary 11101100 111111 1010000 0 1001001 1000010 111 101100010 1010010 111011

Color Harmonies of #EC3F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F50

Black with #EC3F50

Text Example


Text Example

White with #EC3F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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