#EB3456

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

Shades of Amaranth #EB3456

Tints of Amaranth #EB3456

Color information

#EB3456 (or 0xEB3456) is unknown color: approx Amaranth. HEX triplet: EB, 34 and 56. RGB value is (235,52,86). Sum of RGB (Red+Green+Blue) = 235+52+86=373 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.00% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3456 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3456 is #14CBA9. Grayscale: #6E6E6E. Windows color (decimal): -1362858 or 5649643. OLE color: 5649643.

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

Color convert

RGB2355286-
CMYK00.780.630.08
HSL348.85º82.06%56.27%-
HSV(B)348.85º77.87%92.16%-
XYZ37.1720.7910.86-
YUV110.59114.13216.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 63.00%
GREEN value IS 52 (20.70% from 255) = 13.94%
BLUE value IS 86 (33.98% from 255) = 23.06%
R=63.00%
G=13.94%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235528600.780.630.08348.8582.0656.27
HexEB345604E3F815d5238
Octal353641260116771053512270
Binary1110101111010010101100100111011111110001010111011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3456; }

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

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

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

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

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

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

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

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