#E6454E

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

Shades of Amaranth #E6454E

Tints of Amaranth #E6454E

Color information

#E6454E (or 0xE6454E) is unknown color: approx Amaranth. HEX triplet: E6, 45 and 4E. RGB value is (230,69,78). Sum of RGB (Red+Green+Blue) = 230+69+78=377 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.01% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 230 - color contains mainly: red. Hex color #E6454E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6454E is #19BAB1. Grayscale: #767676. Windows color (decimal): -1686194 or 5129702. OLE color: 5129702.

HSL color Cylindrical-coordinate representation of color #E6454E: hue angle of 356.65º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6454E is Cyan = 0, Magento = 0.7, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB2306978-
CMYK00.70.660.10
HSL356.65º76.3%58.63%-
HSV(B)356.65º70%90.2%-
XYZ36.1421.639.48-
YUV118.16105.34207.77-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 61.01%
GREEN value IS 69 (27.34% from 255) = 18.30%
BLUE value IS 78 (30.86% from 255) = 20.69%
R=61.01%
G=18.30%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230697800.70.660.10356.6576.358.63
HexE6454E04642A1654c3b
Octal34610511601061021254511473
Binary111001101000101100111001000110100001010101011001011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6454E; }

 p { color: rgb(230,69,78); }

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

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

 a { background-color: rgb(230,69,78); }

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

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

 span { border-color: rgb(230,69,78); }

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