#EC2948

Color #EC2948 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #EC2948

Tints of Amaranth #EC2948

Color information

#EC2948 (or 0xEC2948) is unknown color: approx Amaranth. HEX triplet: EC, 29 and 48. RGB value is (236,41,72). Sum of RGB (Red+Green+Blue) = 236+41+72=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2948 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2948 is #13D6B7. Grayscale: #666666. Windows color (decimal): -1300152 or 4729324. OLE color: 4729324.

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

Color convert

RGB2364172-
CMYK00.830.690.07
HSL350.46º83.69%54.31%-
HSV(B)350.46º82.63%92.55%-
XYZ36.5519.898.04-
YUV102.84110.6222.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 67.62%
GREEN value IS 41 (16.41% from 255) = 11.75%
BLUE value IS 72 (28.52% from 255) = 20.63%
R=67.62%
G=11.75%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236417200.830.690.07350.4683.6954.31
HexEC294805345715e5436
Octal354511100123105753612466
Binary1110110010100110010000101001110001011111010111101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2948; }

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

 H1.HeaderClassName
 {
   color: #EC2948;
 }
 .AnyTagClassName
 {
   color: #EC2948;
 }
</style>
background-color css

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

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

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

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

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

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