Html Css Color HEX #EC1F46 Amaranth

📋 copy color: '#EC1F46'

red 236 ◦ green 31 ◦ blue 70

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

Shades of Amaranth #EC1F46

Tints of Amaranth #EC1F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.77%

R = 70.03%
G = 9.2%
B = 20.77%

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

#EC1F46 (or 0xEC1F46) is known color: Amaranth. HEX triplet: EC, 1F and 46. RGB value is (236,31,70). Sum of RGB (Red+Green+Blue) = 236+31+70=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1F46 is #13E0B9. Grayscale: #606060. Windows color (decimal): -1302714 or 4595692. OLE color: 4595692.

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

Color convert

RGB 236 31 70 -
CMYK 0 0.87 0.70 0.07
HSL 348.59º 0.84% 0.52% -
HSV(B) 348.59º 0.87% 0.93% -
XYZ 36.19 19.26 7.6 -
YUV 96.74 112.92 227.33 -
System Red Green Blue C M Y K H S L
Decimal 236 31 70 0 0.87 0.70 0.07 348.59 0.84 0.52
Hex EC 1F 46 0 57 46 7 15D 54 34
Octal 354 37 106 0 127 106 7 535 124 64
Binary 11101100 11111 1000110 0 1010111 1000110 111 101011101 1010100 110100

Color Harmonies of #EC1F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1F46

Black with #EC1F46

Text Example


Text Example

White with #EC1F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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