#E7434E

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

Shades of Amaranth #E7434E

Tints of Amaranth #E7434E

Color information

#E7434E (or 0xE7434E) is unknown color: approx Amaranth. HEX triplet: E7, 43 and 4E. RGB value is (231,67,78). Sum of RGB (Red+Green+Blue) = 231+67+78=376 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.44% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 231 - color contains mainly: red. Hex color #E7434E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7434E is #18BCB1. Grayscale: #757575. Windows color (decimal): -1621170 or 5129191. OLE color: 5129191.

HSL color Cylindrical-coordinate representation of color #E7434E: hue angle of 355.98º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E7434E is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB2316778-
CMYK00.710.660.09
HSL355.98º77.36%58.43%-
HSV(B)355.98º71%90.59%-
XYZ36.3421.559.45-
YUV117.29105.83209.11-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 61.44%
GREEN value IS 67 (26.56% from 255) = 17.82%
BLUE value IS 78 (30.86% from 255) = 20.74%
R=61.44%
G=17.82%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231677800.710.660.09355.9877.3658.43
HexE7434E0474291644d3a
Octal34710311601071021154411572
Binary111001111000011100111001000111100001010011011001001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7434E; }

 p { color: rgb(231,67,78); }

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

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

 a { background-color: rgb(231,67,78); }

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

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

 span { border-color: rgb(231,67,78); }

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