#E92A4E

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

Shades of Amaranth #E92A4E

Tints of Amaranth #E92A4E

Color information

#E92A4E (or 0xE92A4E) is unknown color: approx Amaranth. HEX triplet: E9, 2A and 4E. RGB value is (233,42,78). Sum of RGB (Red+Green+Blue) = 233+42+78=353 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.01% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92A4E is #16D5B1. Grayscale: #676767. Windows color (decimal): -1496498 or 5122793. OLE color: 5122793.

HSL color Cylindrical-coordinate representation of color #E92A4E: hue angle of 348.69º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E92A4E is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB2334278-
CMYK00.820.670.09
HSL348.69º81.28%53.92%-
HSV(B)348.69º81.97%91.37%-
XYZ35.8119.539.09-
YUV103.21113.78220.57-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 66.01%
GREEN value IS 42 (16.80% from 255) = 11.90%
BLUE value IS 78 (30.86% from 255) = 22.10%
R=66.01%
G=11.90%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233427800.820.670.09348.6981.2853.92
HexE92A4E05243915d5136
Octal3515211601221031153512166
Binary11101001101010100111001010010100001110011010111011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92A4E; }

 p { color: rgb(233,42,78); }

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

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

 a { background-color: rgb(233,42,78); }

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

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

 span { border-color: rgb(233,42,78); }

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