#EA2F3B

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

Shades of Alizarin #EA2F3B

Tints of Alizarin #EA2F3B

Color information

#EA2F3B (or 0xEA2F3B) is unknown color: approx Alizarin. HEX triplet: EA, 2F and 3B. RGB value is (234,47,59). Sum of RGB (Red+Green+Blue) = 234+47+59=340 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.82% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 59 (23.44% from 255 or 17.35% from 340); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2F3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2F3B is #15D0C4. Grayscale: #686868. Windows color (decimal): -1429701 or 3878890. OLE color: 3878890.

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

Color convert

RGB2344759-
CMYK00.800.750.08
HSL356.15º81.66%55.1%-
HSV(B)356.15º79.91%91.76%-
XYZ35.7419.846.08-
YUV104.28102.45220.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 68.82%
GREEN value IS 47 (18.75% from 255) = 13.82%
BLUE value IS 59 (23.44% from 255) = 17.35%
R=68.82%
G=13.82%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234475900.800.750.08356.1581.6655.1
HexEA2F3B0504B81645237
Octal352577301201131054412267
Binary1110101010111111101101010000100101110001011001001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2F3B; }

 p { color: rgb(234,47,59); }

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

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

 a { background-color: rgb(234,47,59); }

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

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

 span { border-color: rgb(234,47,59); }

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