#E62334

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

Shades of Alizarin #E62334

Tints of Alizarin #E62334

Color information

#E62334 (or 0xE62334) is unknown color: approx Alizarin. HEX triplet: E6, 23 and 34. RGB value is (230,35,52). Sum of RGB (Red+Green+Blue) = 230+35+52=317 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.56% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 230 - color contains mainly: red. Hex color #E62334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62334 is #19DCCB. Grayscale: #5F5F5F. Windows color (decimal): -1694924 or 3417062. OLE color: 3417062.

HSL color Cylindrical-coordinate representation of color #E62334: hue angle of 354.77º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E62334 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB2303552-
CMYK00.850.770.10
HSL354.77º79.59%51.96%-
HSV(B)354.77º84.78%90.2%-
XYZ33.8518.274.99-
YUV95.24103.6224.12-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 72.56%
GREEN value IS 35 (14.06% from 255) = 11.04%
BLUE value IS 52 (20.70% from 255) = 16.40%
R=72.56%
G=11.04%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230355200.850.770.10354.7779.5951.96
HexE623340554DA1635034
Octal346436401251151254312064
Binary1110011010001111010001010101100110110101011000111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E62334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E62334; }

 p { color: rgb(230,35,52); }

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

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

 a { background-color: rgb(230,35,52); }

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

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

 span { border-color: rgb(230,35,52); }

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