#EB3844

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

Shades of Amaranth #EB3844

Tints of Amaranth #EB3844

Color information

#EB3844 (or 0xEB3844) is unknown color: approx Amaranth. HEX triplet: EB, 38 and 44. RGB value is (235,56,68). Sum of RGB (Red+Green+Blue) = 235+56+68=359 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.46% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3844 is #14C7BB. Grayscale: #6F6F6F. Windows color (decimal): -1361852 or 4471019. OLE color: 4471019.

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

Color convert

RGB2355668-
CMYK00.760.710.08
HSL355.98º81.74%57.06%-
HSV(B)355.98º76.17%92.16%-
XYZ36.7220.917.57-
YUV110.89103.8216.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 65.46%
GREEN value IS 56 (22.27% from 255) = 15.60%
BLUE value IS 68 (26.95% from 255) = 18.94%
R=65.46%
G=15.60%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235566800.760.710.08355.9881.7457.06
HexEB384404C4781645239
Octal3537010401141071054412271
Binary11101011111000100010001001100100011110001011001001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3844; }

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

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

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

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

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

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

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

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