#EB3656

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

Shades of Amaranth #EB3656

Tints of Amaranth #EB3656

Color information

#EB3656 (or 0xEB3656) is unknown color: approx Amaranth. HEX triplet: EB, 36 and 56. RGB value is (235,54,86). Sum of RGB (Red+Green+Blue) = 235+54+86=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3656 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3656 is #14C9A9. Grayscale: #6F6F6F. Windows color (decimal): -1362346 or 5650155. OLE color: 5650155.

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

Color convert

RGB2355486-
CMYK00.770.630.08
HSL349.39º81.9%56.67%-
HSV(B)349.39º77.02%92.16%-
XYZ37.2620.9710.89-
YUV111.77113.47215.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 62.67%
GREEN value IS 54 (21.48% from 255) = 14.4%
BLUE value IS 86 (33.98% from 255) = 22.93%
R=62.67%
G=14.4%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235548600.770.630.08349.3981.956.67
HexEB365604D3F815d5239
Octal353661260115771053512271
Binary1110101111011010101100100110111111110001010111011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3656; }

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

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

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

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

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

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

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

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