#E02648

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

Shades of Amaranth #E02648

Tints of Amaranth #E02648

Color information

#E02648 (or 0xE02648) is unknown color: approx Amaranth. HEX triplet: E0, 26 and 48. RGB value is (224,38,72). Sum of RGB (Red+Green+Blue) = 224+38+72=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E02648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02648 is #1FD9B7. Grayscale: #616161. Windows color (decimal): -2087352 or 4728544. OLE color: 4728544.

HSL color Cylindrical-coordinate representation of color #E02648: hue angle of 349.03º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E02648 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB2243872-
CMYK00.830.680.12
HSL349.03º75%51.37%-
HSV(B)349.03º83.04%87.84%-
XYZ32.617.77.83-
YUV97.49113.62218.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 67.07%
GREEN value IS 38 (15.23% from 255) = 11.38%
BLUE value IS 72 (28.52% from 255) = 21.56%
R=67.07%
G=11.38%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224387200.830.680.12349.037551.37
HexE0264805344C15d4b33
Octal3404611001231041453511363
Binary11100000100110100100001010011100010011001010111011001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02648; }

 p { color: rgb(224,38,72); }

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

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

 a { background-color: rgb(224,38,72); }

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

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

 span { border-color: rgb(224,38,72); }

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