#EA262E

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

Shades of Alizarin #EA262E

Tints of Alizarin #EA262E

Color information

#EA262E (or 0xEA262E) is unknown color: approx Alizarin. HEX triplet: EA, 26 and 2E. RGB value is (234,38,46). Sum of RGB (Red+Green+Blue) = 234+38+46=318 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.58% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 234 - color contains mainly: red. Hex color #EA262E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA262E is #15D9D1. Grayscale: #616161. Windows color (decimal): -1432018 or 3024618. OLE color: 3024618.

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

Color convert

RGB2343846-
CMYK00.840.800.08
HSL357.55º82.35%53.33%-
HSV(B)357.55º83.76%91.76%-
XYZ35.1219.084.42-
YUV97.5298.93225.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 73.58%
GREEN value IS 38 (15.23% from 255) = 11.95%
BLUE value IS 46 (18.36% from 255) = 14.47%
R=73.58%
G=11.95%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234384600.840.800.08357.5582.3553.33
HexEA262E0545081665235
Octal352465601241201054612265
Binary1110101010011010111001010100101000010001011001101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA262E; }

 p { color: rgb(234,38,46); }

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

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

 a { background-color: rgb(234,38,46); }

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

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

 span { border-color: rgb(234,38,46); }

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