#EB0446

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

Shades of Crimson #EB0446

Tints of Crimson #EB0446

Color information

#EB0446 (or 0xEB0446) is unknown color: approx Crimson. HEX triplet: EB, 04 and 46. RGB value is (235,4,70). Sum of RGB (Red+Green+Blue) = 235+4+70=309 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.05% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0446 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0446 is #14FBB9. Grayscale: #505050. Windows color (decimal): -1375162 or 4588779. OLE color: 4588779.

HSL color Cylindrical-coordinate representation of color #EB0446: hue angle of 342.86º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EB0446 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB235470-
CMYK00.980.700.08
HSL342.86º96.65%46.86%-
HSV(B)342.86º98.3%92.16%-
XYZ35.4118.197.44-
YUV80.59122.03238.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 76.05%
GREEN value IS 4 (1.95% from 255) = 1.29%
BLUE value IS 70 (27.73% from 255) = 22.65%
R=76.05%
G=1.29%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23547000.980.700.08342.8696.6546.86
HexEB446062468157612f
Octal353410601421061052714157
Binary11101011100100011001100010100011010001010101111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0446; }

 p { color: rgb(235,4,70); }

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

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

 a { background-color: rgb(235,4,70); }

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

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

 span { border-color: rgb(235,4,70); }

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