Html Css Color HEX #EC1F47 Amaranth

📋 copy color: '#EC1F47'

red 236 ◦ green 31 ◦ blue 71

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

Shades of Amaranth #EC1F47

Tints of Amaranth #EC1F47

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.17%

 BLUE value IS 71 (28.13% from 255) = 21.01%

R = 69.82%
G = 9.17%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC1F47 (or 0xEC1F47) is known color: Amaranth. HEX triplet: EC, 1F and 47. RGB value is (236,31,71). Sum of RGB (Red+Green+Blue) = 236+31+71=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1F47 is #13E0B8. Grayscale: #606060. Windows color (decimal): -1302713 or 4661228. OLE color: 4661228.

HSL color Cylindrical-coordinate representation of color #EC1F47: hue angle of 348.29º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1F47 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 31 71 -
CMYK 0 0.87 0.70 0.07
HSL 348.29º 0.84% 0.52% -
HSV(B) 348.29º 0.87% 0.93% -
XYZ 36.22 19.27 7.77 -
YUV 96.86 113.42 227.25 -
System Red Green Blue C M Y K H S L
Decimal 236 31 71 0 0.87 0.70 0.07 348.29 0.84 0.52
Hex EC 1F 47 0 57 46 7 15C 54 34
Octal 354 37 107 0 127 106 7 534 124 64
Binary 11101100 11111 1000111 0 1010111 1000110 111 101011100 1010100 110100

Color Harmonies of #EC1F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1F47

Black with #EC1F47

Text Example


Text Example

White with #EC1F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1F47; }

 p { color: rgb(236,31,71); }

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

background-color css

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

 a { background-color: rgb(236,31,71); }

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

border-color css

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

 span { border-color: rgb(236,31,71); }

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