#EB2F46

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

Shades of Amaranth #EB2F46

Tints of Amaranth #EB2F46

Color information

#EB2F46 (or 0xEB2F46) is unknown color: approx Amaranth. HEX triplet: EB, 2F and 46. RGB value is (235,47,70). Sum of RGB (Red+Green+Blue) = 235+47+70=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2F46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2F46 is #14D0B9. Grayscale: #696969. Windows color (decimal): -1364154 or 4599787. OLE color: 4599787.

HSL color Cylindrical-coordinate representation of color #EB2F46: hue angle of 352.66º 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 #EB2F46 is Cyan = 0, Magento = 0.8, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB2354770-
CMYK00.80.700.08
HSL352.66º82.46%55.29%-
HSV(B)352.66º80%92.16%-
XYZ36.3820.147.76-
YUV105.83107.78220.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 66.76%
GREEN value IS 47 (18.75% from 255) = 13.35%
BLUE value IS 70 (27.73% from 255) = 19.89%
R=66.76%
G=13.35%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235477000.80.700.08352.6682.4655.29
HexEB2F460504681615237
Octal3535710601201061054112267
Binary11101011101111100011001010000100011010001011000011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2F46; }

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

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

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

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

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

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

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

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