#EB2740

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

Shades of Alizarin #EB2740

Tints of Alizarin #EB2740

Color information

#EB2740 (or 0xEB2740) is unknown color: approx Alizarin. HEX triplet: EB, 27 and 40. RGB value is (235,39,64). Sum of RGB (Red+Green+Blue) = 235+39+64=338 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.53% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2740 is #14D8BF. Grayscale: #646464. Windows color (decimal): -1366208 or 4204523. OLE color: 4204523.

HSL color Cylindrical-coordinate representation of color #EB2740: hue angle of 352.35º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB2740 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB2353964-
CMYK00.830.730.08
HSL352.35º83.05%53.73%-
HSV(B)352.35º83.4%92.16%-
XYZ35.9119.486.72-
YUV100.45107.43223.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 69.53%
GREEN value IS 39 (15.62% from 255) = 11.54%
BLUE value IS 64 (25.39% from 255) = 18.93%
R=69.53%
G=11.54%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235396400.830.730.08352.3583.0553.73
HexEB27400534981605336
Octal3534710001231111054012366
Binary11101011100111100000001010011100100110001011000001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2740; }

 p { color: rgb(235,39,64); }

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

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

 a { background-color: rgb(235,39,64); }

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

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

 span { border-color: rgb(235,39,64); }

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