#EB4552

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

Shades of Amaranth #EB4552

Tints of Amaranth #EB4552

Color information

#EB4552 (or 0xEB4552) is unknown color: approx Amaranth. HEX triplet: EB, 45 and 52. RGB value is (235,69,82). Sum of RGB (Red+Green+Blue) = 235+69+82=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4552 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4552 is #14BAAD. Grayscale: #787878. Windows color (decimal): -1358510 or 5391851. OLE color: 5391851.

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

Color convert

RGB2356982-
CMYK00.710.650.08
HSL355.3º80.58%59.61%-
HSV(B)355.3º70.64%92.16%-
XYZ37.9122.5310.33-
YUV120.12106.5209.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.88%
GREEN value IS 69 (27.34% from 255) = 17.88%
BLUE value IS 82 (32.42% from 255) = 21.24%
R=60.88%
G=17.88%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235698200.710.650.08355.380.5859.61
HexEB4552047418163513c
Octal35310512201071011054312174
Binary111010111000101101001001000111100000110001011000111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4552; }

 p { color: rgb(235,69,82); }

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

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

 a { background-color: rgb(235,69,82); }

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

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

 span { border-color: rgb(235,69,82); }

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