Html Css Color HEX #EC1F48 Amaranth

📋 copy color: '#EC1F48'

red 236 ◦ green 31 ◦ blue 72

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

Shades of Amaranth #EC1F48

Tints of Amaranth #EC1F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.24%

R = 69.62%
G = 9.14%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC1F48 (or 0xEC1F48) is known color: Amaranth. HEX triplet: EC, 1F and 48. RGB value is (236,31,72). Sum of RGB (Red+Green+Blue) = 236+31+72=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1F48 is #13E0B7. Grayscale: #616161. Windows color (decimal): -1302712 or 4726764. OLE color: 4726764.

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

Color convert

RGB 236 31 72 -
CMYK 0 0.87 0.69 0.07
HSL 348º 0.84% 0.52% -
HSV(B) 348º 0.87% 0.93% -
XYZ 36.25 19.28 7.94 -
YUV 96.97 113.92 227.17 -
System Red Green Blue C M Y K H S L
Decimal 236 31 72 0 0.87 0.69 0.07 348 0.84 0.52
Hex EC 1F 48 0 57 45 7 15C 54 34
Octal 354 37 110 0 127 105 7 534 124 64
Binary 11101100 11111 1001000 0 1010111 1000101 111 101011100 1010100 110100

Color Harmonies of #EC1F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1F48

Black with #EC1F48

Text Example


Text Example

White with #EC1F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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