#EC434B

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

Shades of Amaranth #EC434B

Tints of Amaranth #EC434B

Color information

#EC434B (or 0xEC434B) is unknown color: approx Amaranth. HEX triplet: EC, 43 and 4B. RGB value is (236,67,75). Sum of RGB (Red+Green+Blue) = 236+67+75=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC434B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC434B is #13BCB4. Grayscale: #767676. Windows color (decimal): -1293493 or 4932588. OLE color: 4932588.

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

Color convert

RGB2366775-
CMYK00.720.680.07
HSL357.16º81.64%59.41%-
HSV(B)357.16º71.61%92.55%-
XYZ37.8722.368.98-
YUV118.44103.49211.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 62.43%
GREEN value IS 67 (26.56% from 255) = 17.72%
BLUE value IS 75 (29.69% from 255) = 19.84%
R=62.43%
G=17.72%
B=19.84%

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
Decimal236677500.720.680.07357.1681.6459.41
HexEC434B048447165523b
Octal3541031130110104754512273
Binary11101100100001110010110100100010001001111011001011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC434B; }

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

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

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

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

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

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

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

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