#E91850

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

Shades of Amaranth #E91850

Tints of Amaranth #E91850

Color information

#E91850 (or 0xE91850) is unknown color: approx Amaranth. HEX triplet: E9, 18 and 50. RGB value is (233,24,80). Sum of RGB (Red+Green+Blue) = 233+24+80=337 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.14% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 233 - color contains mainly: red. Hex color #E91850 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91850 is #16E7AF. Grayscale: #5C5C5C. Windows color (decimal): -1501104 or 5249257. OLE color: 5249257.

HSL color Cylindrical-coordinate representation of color #E91850: hue angle of 343.92º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E91850 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB2332480-
CMYK00.900.660.09
HSL343.92º82.61%50.39%-
HSV(B)343.92º89.7%91.37%-
XYZ35.3818.569.31-
YUV92.88120.74227.95-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 69.14%
GREEN value IS 24 (9.77% from 255) = 7.12%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=69.14%
G=7.12%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233248000.900.660.09343.9282.6150.39
HexE9185005A4291585332
Octal3513012001321021153012362
Binary1110100111000101000001011010100001010011010110001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E91850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E91850; }

 p { color: rgb(233,24,80); }

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

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

 a { background-color: rgb(233,24,80); }

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

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

 span { border-color: rgb(233,24,80); }

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