#E03652

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

Shades of Amaranth #E03652

Tints of Amaranth #E03652

Color information

#E03652 (or 0xE03652) is unknown color: approx Amaranth. HEX triplet: E0, 36 and 52. RGB value is (224,54,82). Sum of RGB (Red+Green+Blue) = 224+54+82=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E03652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03652 is #1FC9AD. Grayscale: #6C6C6C. Windows color (decimal): -2083246 or 5388000. OLE color: 5388000.

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

Color convert

RGB2245482-
CMYK00.760.630.12
HSL350.12º73.28%54.51%-
HSV(B)350.12º75.89%87.84%-
XYZ33.5819.099.9-
YUV108.02113.32210.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.22%
GREEN value IS 54 (21.48% from 255) = 15%
BLUE value IS 82 (32.42% from 255) = 22.78%
R=62.22%
G=15%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224548200.760.630.12350.1273.2854.51
HexE0365204C3FC15e4937
Octal340661220114771453611167
Binary1110000011011010100100100110011111111001010111101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03652; }

 p { color: rgb(224,54,82); }

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

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

 a { background-color: rgb(224,54,82); }

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

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

 span { border-color: rgb(224,54,82); }

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