#E23A42

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

Shades of Alizarin #E23A42

Tints of Alizarin #E23A42

Color information

#E23A42 (or 0xE23A42) is unknown color: approx Alizarin. HEX triplet: E2, 3A and 42. RGB value is (226,58,66). Sum of RGB (Red+Green+Blue) = 226+58+66=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E23A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23A42 is #1DC5BD. Grayscale: #6D6D6D. Windows color (decimal): -1951166 or 4340450. OLE color: 4340450.

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

Color convert

RGB2265866-
CMYK00.740.710.11
HSL357.14º74.34%55.69%-
HSV(B)357.14º74.34%88.63%-
XYZ33.8619.597.15-
YUV109.14103.66211.35-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 64.57%
GREEN value IS 58 (23.05% from 255) = 16.57%
BLUE value IS 66 (26.17% from 255) = 18.86%
R=64.57%
G=16.57%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226586600.740.710.11357.1474.3455.69
HexE23A4204A47B1654a38
Octal3427210201121071354511270
Binary11100010111010100001001001010100011110111011001011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E23A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E23A42; }

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

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

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

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

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

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

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

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