#ea2b3d

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

Shades of Alizarin #EA2B3D

Tints of Alizarin #EA2B3D

Color information

#EA2B3D (or 0xEA2B3D) is unknown color: approx Alizarin. HEX triplet: EA, 2B and 3D. RGB value is (234,43,61). Sum of RGB (Red+Green+Blue) = 234+43+61=338 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.23% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2B3D is #15D4C2. Grayscale: #666666. Windows color (decimal): -1430723 or 4008938. OLE color: 4008938.

HSL color Cylindrical-coordinate representation of color #EA2B3D: hue angle of 354.35º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2B3D is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB2344361-
CMYK00.820.740.08
HSL354.35º81.97%54.31%-
HSV(B)354.35º81.62%91.76%-
XYZ35.6419.566.31-
YUV102.16104.78222.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 69.23%
GREEN value IS 43 (17.19% from 255) = 12.72%
BLUE value IS 61 (24.22% from 255) = 18.05%
R=69.23%
G=12.72%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234436100.820.740.08354.3581.9754.31
HexEA2B3D0524A81625236
Octal352537501221121054212266
Binary1110101010101111110101010010100101010001011000101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea2b3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea2b3d; }

 p { color: rgb(234,43,61); }

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

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

 a { background-color: rgb(234,43,61); }

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

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

 span { border-color: rgb(234,43,61); }

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