#eb2332

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

Shades of Alizarin #EB2332

Tints of Alizarin #EB2332

Color information

#EB2332 (or 0xEB2332) is unknown color: approx Alizarin. HEX triplet: EB, 23 and 32. RGB value is (235,35,50). Sum of RGB (Red+Green+Blue) = 235+35+50=320 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.44% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2332 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2332 is #14DCCD. Grayscale: #606060. Windows color (decimal): -1367246 or 3285995. OLE color: 3285995.

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

Color convert

RGB2353550-
CMYK00.850.790.08
HSL355.5º83.33%52.94%-
HSV(B)355.5º85.11%92.16%-
XYZ35.4419.094.84-
YUV96.51101.76226.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 73.44%
GREEN value IS 35 (14.06% from 255) = 10.94%
BLUE value IS 50 (19.92% from 255) = 15.62%
R=73.44%
G=10.94%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235355000.850.790.08355.583.3352.94
HexEB23320554F81645335
Octal353436201251171054412365
Binary1110101110001111001001010101100111110001011001001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb2332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb2332; }

 p { color: rgb(235,35,50); }

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

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

 a { background-color: rgb(235,35,50); }

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

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

 span { border-color: rgb(235,35,50); }

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