#EC434E

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

Shades of Amaranth #EC434E

Tints of Amaranth #EC434E

Color information

#EC434E (or 0xEC434E) is unknown color: approx Amaranth. HEX triplet: EC, 43 and 4E. RGB value is (236,67,78). Sum of RGB (Red+Green+Blue) = 236+67+78=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC434E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC434E is #13BCB1. Grayscale: #767676. Windows color (decimal): -1293490 or 5129196. OLE color: 5129196.

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

Color convert

RGB2366778-
CMYK00.720.670.07
HSL356.09º81.64%59.41%-
HSV(B)356.09º71.61%92.55%-
XYZ37.9722.49.53-
YUV118.78104.99211.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 61.94%
GREEN value IS 67 (26.56% from 255) = 17.59%
BLUE value IS 78 (30.86% from 255) = 20.47%
R=61.94%
G=17.59%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236677800.720.670.07356.0981.6459.41
HexEC434E048437164523b
Octal3541031160110103754412273
Binary11101100100001110011100100100010000111111011001001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC434E; }

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

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

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

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

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

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

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

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