#EB2E4F

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

Shades of Amaranth #EB2E4F

Tints of Amaranth #EB2E4F

Color information

#EB2E4F (or 0xEB2E4F) is unknown color: approx Amaranth. HEX triplet: EB, 2E and 4F. RGB value is (235,46,79). Sum of RGB (Red+Green+Blue) = 235+46+79=360 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.28% from 360); Green value is 46 (18.36% from 255 or 12.78% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2E4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2E4F is #14D1B0. Grayscale: #6A6A6A. Windows color (decimal): -1364401 or 5189355. OLE color: 5189355.

HSL color Cylindrical-coordinate representation of color #EB2E4F: hue angle of 349.52º degrees, saturation: 0.83, 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 #EB2E4F is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB2354679-
CMYK00.800.660.08
HSL349.52º82.53%55.1%-
HSV(B)349.52º80.43%92.16%-
XYZ36.6520.189.36-
YUV106.27112.62219.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 65.28%
GREEN value IS 46 (18.36% from 255) = 12.78%
BLUE value IS 79 (31.25% from 255) = 21.94%
R=65.28%
G=12.78%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235467900.800.660.08349.5282.5355.1
HexEB2E4F05042815e5337
Octal3535611701201021053612367
Binary11101011101110100111101010000100001010001010111101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2E4F; }

 p { color: rgb(235,46,79); }

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

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

 a { background-color: rgb(235,46,79); }

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

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

 span { border-color: rgb(235,46,79); }

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