#EB2F54

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

Shades of Amaranth #EB2F54

Tints of Amaranth #EB2F54

Color information

#EB2F54 (or 0xEB2F54) is unknown color: approx Amaranth. HEX triplet: EB, 2F and 54. RGB value is (235,47,84). Sum of RGB (Red+Green+Blue) = 235+47+84=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2F54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2F54 is #14D0AB. Grayscale: #6B6B6B. Windows color (decimal): -1364140 or 5517291. OLE color: 5517291.

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

Color convert

RGB2354784-
CMYK00.80.640.08
HSL348.19º82.46%55.29%-
HSV(B)348.19º80%92.16%-
XYZ36.8820.3410.37-
YUV107.43114.78218.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 64.21%
GREEN value IS 47 (18.75% from 255) = 12.84%
BLUE value IS 84 (33.20% from 255) = 22.95%
R=64.21%
G=12.84%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235478400.80.640.08348.1982.4655.29
HexEB2F5405040815c5237
Octal3535712401201001053412267
Binary11101011101111101010001010000100000010001010111001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2F54; }

 p { color: rgb(235,47,84); }

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

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

 a { background-color: rgb(235,47,84); }

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

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

 span { border-color: rgb(235,47,84); }

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