#EC3254

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

Shades of Amaranth #EC3254

Tints of Amaranth #EC3254

Color information

#EC3254 (or 0xEC3254) is unknown color: approx Amaranth. HEX triplet: EC, 32 and 54. RGB value is (236,50,84). Sum of RGB (Red+Green+Blue) = 236+50+84=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3254 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3254 is #13CDAB. Grayscale: #6D6D6D. Windows color (decimal): -1297836 or 5518060. OLE color: 5518060.

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

Color convert

RGB2365084-
CMYK00.790.640.07
HSL349.03º83.04%56.08%-
HSV(B)349.03º78.81%92.55%-
XYZ37.3320.7510.43-
YUV109.49113.62218.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 63.78%
GREEN value IS 50 (19.92% from 255) = 13.51%
BLUE value IS 84 (33.20% from 255) = 22.70%
R=63.78%
G=13.51%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236508400.790.640.07349.0383.0456.08
HexEC325404F40715d5338
Octal354621240117100753512370
Binary1110110011001010101000100111110000001111010111011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3254; }

 p { color: rgb(236,50,84); }

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

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

 a { background-color: rgb(236,50,84); }

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

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

 span { border-color: rgb(236,50,84); }

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