#E92C55

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

Shades of Amaranth #E92C55

Tints of Amaranth #E92C55

Color information

#E92C55 (or 0xE92C55) is unknown color: approx Amaranth. HEX triplet: E9, 2C and 55. RGB value is (233,44,85). Sum of RGB (Red+Green+Blue) = 233+44+85=362 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.36% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 233 - color contains mainly: red. Hex color #E92C55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92C55 is #16D3AA. Grayscale: #696969. Windows color (decimal): -1495979 or 5582057. OLE color: 5582057.

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

Color convert

RGB2334485-
CMYK00.810.640.09
HSL346.98º81.12%54.31%-
HSV(B)346.98º81.12%91.37%-
XYZ36.1419.7810.51-
YUV105.18116.62219.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 64.36%
GREEN value IS 44 (17.58% from 255) = 12.15%
BLUE value IS 85 (33.59% from 255) = 23.48%
R=64.36%
G=12.15%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233448500.810.640.09346.9881.1254.31
HexE92C5505140915b5136
Octal3515412501211001153312166
Binary11101001101100101010101010001100000010011010110111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92C55; }

 p { color: rgb(233,44,85); }

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

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

 a { background-color: rgb(233,44,85); }

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

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

 span { border-color: rgb(233,44,85); }

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