#E23142

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

Shades of Alizarin #E23142

Tints of Alizarin #E23142

Color information

#E23142 (or 0xE23142) is unknown color: approx Alizarin. HEX triplet: E2, 31 and 42. RGB value is (226,49,66). Sum of RGB (Red+Green+Blue) = 226+49+66=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E23142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23142 is #1DCEBD. Grayscale: #676767. Windows color (decimal): -1953470 or 4338146. OLE color: 4338146.

HSL color Cylindrical-coordinate representation of color #E23142: hue angle of 354.24º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E23142 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB2264966-
CMYK00.780.710.11
HSL354.24º75.32%53.92%-
HSV(B)354.24º78.32%88.63%-
XYZ33.4518.767.01-
YUV103.86106.64215.12-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 66.28%
GREEN value IS 49 (19.53% from 255) = 14.37%
BLUE value IS 66 (26.17% from 255) = 19.35%
R=66.28%
G=14.37%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226496600.780.710.11354.2475.3253.92
HexE2314204E47B1624b36
Octal3426110201161071354211366
Binary11100010110001100001001001110100011110111011000101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E23142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E23142; }

 p { color: rgb(226,49,66); }

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

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

 a { background-color: rgb(226,49,66); }

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

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

 span { border-color: rgb(226,49,66); }

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