#E92A4D

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

Shades of Amaranth #E92A4D

Tints of Amaranth #E92A4D

Color information

#E92A4D (or 0xE92A4D) is unknown color: approx Amaranth. HEX triplet: E9, 2A and 4D. RGB value is (233,42,77). Sum of RGB (Red+Green+Blue) = 233+42+77=352 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.19% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92A4D is #16D5B2. Grayscale: #676767. Windows color (decimal): -1496499 or 5057257. OLE color: 5057257.

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

Color convert

RGB2334277-
CMYK00.820.670.09
HSL349.01º81.28%53.92%-
HSV(B)349.01º81.97%91.37%-
XYZ35.7719.528.9-
YUV103.1113.28220.65-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 66.19%
GREEN value IS 42 (16.80% from 255) = 11.93%
BLUE value IS 77 (30.47% from 255) = 21.88%
R=66.19%
G=11.93%
B=21.88%

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
Decimal233427700.820.670.09349.0181.2853.92
HexE92A4D05243915d5136
Octal3515211501221031153512166
Binary11101001101010100110101010010100001110011010111011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92A4D; }

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

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

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

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

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

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

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

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