#E7434B

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

Shades of Amaranth #E7434B

Tints of Amaranth #E7434B

Color information

#E7434B (or 0xE7434B) is unknown color: approx Amaranth. HEX triplet: E7, 43 and 4B. RGB value is (231,67,75). Sum of RGB (Red+Green+Blue) = 231+67+75=373 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.93% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 231 - color contains mainly: red. Hex color #E7434B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7434B is #18BCB4. Grayscale: #757575. Windows color (decimal): -1621173 or 4932583. OLE color: 4932583.

HSL color Cylindrical-coordinate representation of color #E7434B: hue angle of 357.07º 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 #E7434B is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB2316775-
CMYK00.710.680.09
HSL357.07º77.36%58.43%-
HSV(B)357.07º71%90.59%-
XYZ36.2321.518.9-
YUV116.95104.33209.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 61.93%
GREEN value IS 67 (26.56% from 255) = 17.96%
BLUE value IS 75 (29.69% from 255) = 20.11%
R=61.93%
G=17.96%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231677500.710.680.09357.0777.3658.43
HexE7434B0474491654d3a
Octal34710311301071041154511572
Binary111001111000011100101101000111100010010011011001011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7434B; }

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

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

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

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

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

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

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

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