#E03A4B

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

Shades of Amaranth #E03A4B

Tints of Amaranth #E03A4B

Color information

#E03A4B (or 0xE03A4B) is unknown color: approx Amaranth. HEX triplet: E0, 3A and 4B. RGB value is (224,58,75). Sum of RGB (Red+Green+Blue) = 224+58+75=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E03A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03A4B is #1FC5B4. Grayscale: #6D6D6D. Windows color (decimal): -2082229 or 4930272. OLE color: 4930272.

HSL color Cylindrical-coordinate representation of color #E03A4B: hue angle of 353.86º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03A4B is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB2245875-
CMYK00.740.670.12
HSL353.86º72.81%55.29%-
HSV(B)353.86º74.11%87.84%-
XYZ33.5219.388.63-
YUV109.57108.5209.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.75%
GREEN value IS 58 (23.05% from 255) = 16.25%
BLUE value IS 75 (29.69% from 255) = 21.01%
R=62.75%
G=16.25%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224587500.740.670.12353.8672.8155.29
HexE03A4B04A43C1624937
Octal3407211301121031454211167
Binary11100000111010100101101001010100001111001011000101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03A4B; }

 p { color: rgb(224,58,75); }

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

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

 a { background-color: rgb(224,58,75); }

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

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

 span { border-color: rgb(224,58,75); }

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