#EA273F

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

Shades of Alizarin #EA273F

Tints of Alizarin #EA273F

Color information

#EA273F (or 0xEA273F) is unknown color: approx Alizarin. HEX triplet: EA, 27 and 3F. RGB value is (234,39,63). Sum of RGB (Red+Green+Blue) = 234+39+63=336 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.64% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 234 - color contains mainly: red. Hex color #EA273F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA273F is #15D8C0. Grayscale: #646464. Windows color (decimal): -1431745 or 4138986. OLE color: 4138986.

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

Color convert

RGB2343963-
CMYK00.830.730.08
HSL352.62º82.28%53.53%-
HSV(B)352.62º83.33%91.76%-
XYZ35.5519.36.55-
YUV100.04107.1223.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 69.64%
GREEN value IS 39 (15.62% from 255) = 11.61%
BLUE value IS 63 (25% from 255) = 18.75%
R=69.64%
G=11.61%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234396300.830.730.08352.6282.2853.53
HexEA273F0534981615236
Octal352477701231111054112266
Binary1110101010011111111101010011100100110001011000011010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA273F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA273F; }

 p { color: rgb(234,39,63); }

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

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

 a { background-color: rgb(234,39,63); }

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

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

 span { border-color: rgb(234,39,63); }

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