#EB313E

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

Shades of Alizarin #EB313E

Tints of Alizarin #EB313E

Color information

#EB313E (or 0xEB313E) is unknown color: approx Alizarin. HEX triplet: EB, 31 and 3E. RGB value is (235,49,62). Sum of RGB (Red+Green+Blue) = 235+49+62=346 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.92% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 235 - color contains mainly: red. Hex color #EB313E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB313E is #14CEC1. Grayscale: #6A6A6A. Windows color (decimal): -1363650 or 4076011. OLE color: 4076011.

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

Color convert

RGB2354962-
CMYK00.790.740.08
HSL355.81º82.3%55.69%-
HSV(B)355.81º79.15%92.16%-
XYZ36.2320.216.55-
YUV106.1103.12219.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 67.92%
GREEN value IS 49 (19.53% from 255) = 14.16%
BLUE value IS 62 (24.61% from 255) = 17.92%
R=67.92%
G=14.16%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235496200.790.740.08355.8182.355.69
HexEB313E04F4A81645238
Octal353617601171121054412270
Binary1110101111000111111001001111100101010001011001001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB313E; }

 p { color: rgb(235,49,62); }

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

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

 a { background-color: rgb(235,49,62); }

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

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

 span { border-color: rgb(235,49,62); }

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