#E63556

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

Shades of Amaranth #E63556

Tints of Amaranth #E63556

Color information

#E63556 (or 0xE63556) is unknown color: approx Amaranth. HEX triplet: E6, 35 and 56. RGB value is (230,53,86). Sum of RGB (Red+Green+Blue) = 230+53+86=369 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.33% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 230 - color contains mainly: red. Hex color #E63556 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63556 is #19CAA9. Grayscale: #6D6D6D. Windows color (decimal): -1690282 or 5649894. OLE color: 5649894.

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

Color convert

RGB2305386-
CMYK00.770.630.10
HSL348.81º77.97%55.49%-
HSV(B)348.81º76.96%90.2%-
XYZ35.5920.0410.8-
YUV109.68114.64213.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 62.33%
GREEN value IS 53 (21.09% from 255) = 14.36%
BLUE value IS 86 (33.98% from 255) = 23.31%
R=62.33%
G=14.36%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230538600.770.630.10348.8177.9755.49
HexE6355604D3FA15d4e37
Octal346651260115771253511667
Binary1110011011010110101100100110111111110101010111011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E63556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E63556; }

 p { color: rgb(230,53,86); }

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

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

 a { background-color: rgb(230,53,86); }

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

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

 span { border-color: rgb(230,53,86); }

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