#EB3843

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

Shades of Amaranth #EB3843

Tints of Amaranth #EB3843

Color information

#EB3843 (or 0xEB3843) is unknown color: approx Amaranth. HEX triplet: EB, 38 and 43. RGB value is (235,56,67). Sum of RGB (Red+Green+Blue) = 235+56+67=358 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.64% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3843 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3843 is #14C7BC. Grayscale: #6E6E6E. Windows color (decimal): -1361853 or 4405483. OLE color: 4405483.

HSL color Cylindrical-coordinate representation of color #EB3843: hue angle of 356.31º 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 #EB3843 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB2355667-
CMYK00.760.710.08
HSL356.31º81.74%57.06%-
HSV(B)356.31º76.17%92.16%-
XYZ36.6920.97.41-
YUV110.78103.3216.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 65.64%
GREEN value IS 56 (22.27% from 255) = 15.64%
BLUE value IS 67 (26.56% from 255) = 18.72%
R=65.64%
G=15.64%
B=18.72%

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
Decimal235566700.760.710.08356.3181.7457.06
HexEB384304C4781645239
Octal3537010301141071054412271
Binary11101011111000100001101001100100011110001011001001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3843; }

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

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

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

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

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

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

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

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