#EB2256

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

Shades of Amaranth #EB2256

Tints of Amaranth #EB2256

Color information

#EB2256 (or 0xEB2256) is unknown color: approx Amaranth. HEX triplet: EB, 22 and 56. RGB value is (235,34,86). Sum of RGB (Red+Green+Blue) = 235+34+86=355 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.20% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2256 is #14DDA9. Grayscale: #646464. Windows color (decimal): -1367466 or 5645035. OLE color: 5645035.

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

Color convert

RGB2353486-
CMYK00.860.630.08
HSL344.48º83.4%52.75%-
HSV(B)344.48º85.53%92.16%-
XYZ36.5119.4810.64-
YUV100.03120.09224.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 66.20%
GREEN value IS 34 (13.67% from 255) = 9.58%
BLUE value IS 86 (33.98% from 255) = 24.23%
R=66.20%
G=9.58%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235348600.860.630.08344.4883.452.75
HexEB22560563F81585335
Octal353421260126771053012365
Binary1110101110001010101100101011011111110001010110001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2256; }

 p { color: rgb(235,34,86); }

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

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

 a { background-color: rgb(235,34,86); }

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

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

 span { border-color: rgb(235,34,86); }

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