#EC2E41

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

Shades of Alizarin #EC2E41

Tints of Alizarin #EC2E41

Color information

#EC2E41 (or 0xEC2E41) is unknown color: approx Alizarin. HEX triplet: EC, 2E and 41. RGB value is (236,46,65). Sum of RGB (Red+Green+Blue) = 236+46+65=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2E41 is #13D1BE. Grayscale: #696969. Windows color (decimal): -1298879 or 4271852. OLE color: 4271852.

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

Color convert

RGB2364665-
CMYK00.810.720.07
HSL354º83.33%55.29%-
HSV(B)354º80.51%92.55%-
XYZ36.5220.176.97-
YUV104.98105.45221.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 68.01%
GREEN value IS 46 (18.36% from 255) = 13.26%
BLUE value IS 65 (25.78% from 255) = 18.73%
R=68.01%
G=13.26%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236466500.810.720.0735483.3355.29
HexEC2E410514871625337
Octal354561010121110754212367
Binary1110110010111010000010101000110010001111011000101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2E41; }

 p { color: rgb(236,46,65); }

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

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

 a { background-color: rgb(236,46,65); }

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

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

 span { border-color: rgb(236,46,65); }

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