#e63e50

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

Shades of Amaranth #E63E50

Tints of Amaranth #E63E50

Color information

#E63E50 (or 0xE63E50) is unknown color: approx Amaranth. HEX triplet: E6, 3E and 50. RGB value is (230,62,80). Sum of RGB (Red+Green+Blue) = 230+62+80=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E63E50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63E50 is #19C1AF. Grayscale: #727272. Windows color (decimal): -1687984 or 5258982. OLE color: 5258982.

HSL color Cylindrical-coordinate representation of color #E63E50: hue angle of 353.57º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E63E50 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB2306280-
CMYK00.730.650.10
HSL353.57º77.06%57.25%-
HSV(B)353.57º73.04%90.2%-
XYZ35.820.859.73-
YUV114.28108.66210.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 61.83%
GREEN value IS 62 (24.61% from 255) = 16.67%
BLUE value IS 80 (31.64% from 255) = 21.51%
R=61.83%
G=16.67%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230628000.730.650.10353.5777.0657.25
HexE63E5004941A1624d39
Octal3467612001111011254211571
Binary11100110111110101000001001001100000110101011000101001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e63e50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e63e50; }

 p { color: rgb(230,62,80); }

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

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

 a { background-color: rgb(230,62,80); }

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

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

 span { border-color: rgb(230,62,80); }

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