#EC434C

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

Shades of Amaranth #EC434C

Tints of Amaranth #EC434C

Color information

#EC434C (or 0xEC434C) is unknown color: approx Amaranth. HEX triplet: EC, 43 and 4C. RGB value is (236,67,76). Sum of RGB (Red+Green+Blue) = 236+67+76=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC434C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC434C is #13BCB3. Grayscale: #767676. Windows color (decimal): -1293492 or 4998124. OLE color: 4998124.

HSL color Cylindrical-coordinate representation of color #EC434C: hue angle of 356.8º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC434C is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB2366776-
CMYK00.720.680.07
HSL356.8º81.64%59.41%-
HSV(B)356.8º71.61%92.55%-
XYZ37.922.379.16-
YUV118.56103.99211.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 62.27%
GREEN value IS 67 (26.56% from 255) = 17.68%
BLUE value IS 76 (30.08% from 255) = 20.05%
R=62.27%
G=17.68%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236677600.720.680.07356.881.6459.41
HexEC434C048447165523b
Octal3541031140110104754512273
Binary11101100100001110011000100100010001001111011001011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC434C; }

 p { color: rgb(236,67,76); }

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

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

 a { background-color: rgb(236,67,76); }

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

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

 span { border-color: rgb(236,67,76); }

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