#EB2038

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

Shades of Alizarin #EB2038

Tints of Alizarin #EB2038

Color information

#EB2038 (or 0xEB2038) is unknown color: approx Alizarin. HEX triplet: EB, 20 and 38. RGB value is (235,32,56). Sum of RGB (Red+Green+Blue) = 235+32+56=323 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.76% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2038 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2038 is #14DFC7. Grayscale: #5F5F5F. Windows color (decimal): -1368008 or 3678443. OLE color: 3678443.

HSL color Cylindrical-coordinate representation of color #EB2038: hue angle of 352.91º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2038 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB2353256-
CMYK00.860.760.08
HSL352.91º83.54%52.35%-
HSV(B)352.91º86.38%92.16%-
XYZ35.4918.985.53-
YUV95.43105.75227.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 72.76%
GREEN value IS 32 (12.89% from 255) = 9.91%
BLUE value IS 56 (22.27% from 255) = 17.34%
R=72.76%
G=9.91%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235325600.860.760.08352.9183.5452.35
HexEB20380564C81615434
Octal353407001261141054112464
Binary1110101110000011100001010110100110010001011000011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2038; }

 p { color: rgb(235,32,56); }

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

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

 a { background-color: rgb(235,32,56); }

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

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

 span { border-color: rgb(235,32,56); }

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