#E82D42

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

Shades of Alizarin #E82D42

Tints of Alizarin #E82D42

Color information

#E82D42 (or 0xE82D42) is unknown color: approx Alizarin. HEX triplet: E8, 2D and 42. RGB value is (232,45,66). Sum of RGB (Red+Green+Blue) = 232+45+66=343 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.64% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82D42 is #17D2BD. Grayscale: #676767. Windows color (decimal): -1561278 or 4337128. OLE color: 4337128.

HSL color Cylindrical-coordinate representation of color #E82D42: hue angle of 353.26º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E82D42 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB2324566-
CMYK00.810.720.09
HSL353.26º80.26%54.31%-
HSV(B)353.26º80.6%90.98%-
XYZ35.219.437.05-
YUV103.31106.95219.79-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 67.64%
GREEN value IS 45 (17.97% from 255) = 13.12%
BLUE value IS 66 (26.17% from 255) = 19.24%
R=67.64%
G=13.12%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232456600.810.720.09353.2680.2654.31
HexE82D420514891615036
Octal3505510201211101154112066
Binary11101000101101100001001010001100100010011011000011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E82D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E82D42; }

 p { color: rgb(232,45,66); }

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

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

 a { background-color: rgb(232,45,66); }

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

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

 span { border-color: rgb(232,45,66); }

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