#EA353A

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

Shades of Alizarin #EA353A

Tints of Alizarin #EA353A

Color information

#EA353A (or 0xEA353A) is unknown color: approx Alizarin. HEX triplet: EA, 35 and 3A. RGB value is (234,53,58). Sum of RGB (Red+Green+Blue) = 234+53+58=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA353A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA353A is #15CAC5. Grayscale: #6B6B6B. Windows color (decimal): -1428166 or 3814890. OLE color: 3814890.

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

Color convert

RGB2345358-
CMYK00.770.750.08
HSL358.34º81.17%56.27%-
HSV(B)358.34º77.35%91.76%-
XYZ35.9720.346.03-
YUV107.6999.97218.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 67.83%
GREEN value IS 53 (21.09% from 255) = 15.36%
BLUE value IS 58 (23.05% from 255) = 16.81%
R=67.83%
G=15.36%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234535800.770.750.08358.3481.1756.27
HexEA353A04D4B81665138
Octal352657201151131054612170
Binary1110101011010111101001001101100101110001011001101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA353A; }

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

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

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

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

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

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

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

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