#EA3A41

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

Shades of Alizarin #EA3A41

Tints of Alizarin #EA3A41

Color information

#EA3A41 (or 0xEA3A41) is unknown color: approx Alizarin. HEX triplet: EA, 3A and 41. RGB value is (234,58,65). Sum of RGB (Red+Green+Blue) = 234+58+65=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3A41 is #15C5BE. Grayscale: #6F6F6F. Windows color (decimal): -1426879 or 4274922. OLE color: 4274922.

HSL color Cylindrical-coordinate representation of color #EA3A41: hue angle of 357.61º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA3A41 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB2345865-
CMYK00.750.720.08
HSL357.61º80.73%57.25%-
HSV(B)357.61º75.21%91.76%-
XYZ36.420.97.12-
YUV111.42101.81215.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 65.55%
GREEN value IS 58 (23.05% from 255) = 16.25%
BLUE value IS 65 (25.78% from 255) = 18.21%
R=65.55%
G=16.25%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234586500.750.720.08357.6180.7357.25
HexEA3A4104B4881665139
Octal3527210101131101054612171
Binary11101010111010100000101001011100100010001011001101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3A41; }

 p { color: rgb(234,58,65); }

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

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

 a { background-color: rgb(234,58,65); }

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

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

 span { border-color: rgb(234,58,65); }

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